Added instructions to messages.yml.

This commit is contained in:
ryanhamshire 2015-12-03 17:23:42 -08:00
parent f9365e6f81
commit bf9f18e11c

View File

@ -1422,6 +1422,7 @@ public abstract class DataStore
//save any changes //save any changes
try try
{ {
config.options().header("Use a YAML editor like NotepadPlusPlus to edit this file. \nAfter editing, back up your changes before reloading the server in case you made a syntax error. \nUse dollar signs ($) for formatting codes, which are documented here: http://minecraft.gamepedia.com/Formatting_codes");
config.save(DataStore.messagesFilePath); config.save(DataStore.messagesFilePath);
} }
catch(IOException exception) catch(IOException exception)