Added help text to config file.
This commit is contained in:
parent
d9fe0e1406
commit
e98a123380
|
|
@ -375,6 +375,7 @@ public class GriefPrevention extends JavaPlugin
|
|||
//load the config if it exists
|
||||
FileConfiguration config = YamlConfiguration.loadConfiguration(new File(DataStore.configFilePath));
|
||||
FileConfiguration outConfig = new YamlConfiguration();
|
||||
outConfig.options().header("Default values are perfect for most servers. If you want to customize and have a question, look for the answer here first: http://dev.bukkit.org/bukkit-plugins/grief-prevention/pages/setup-and-configuration/");
|
||||
|
||||
//read configuration settings (note defaults)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user