13
0
geforkt von Mirrors/Paper

Improved the Javadoc for JavaPlugin.getConfiguration().

By: sk89q <the.sk89q@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-01-15 00:29:38 -08:00
Ursprung 9ff3c115cc
Commit 11012b27dd

Datei anzeigen

@ -96,7 +96,10 @@ public abstract class JavaPlugin implements Plugin {
}
/**
* Returns the main configuration file. It will be loaded.
* Returns the main configuration located at
* <plugin name>/config.yml and loads the file. If the configuration file
* does not exist and it cannot be loaded, no error will be emitted and
* the configuration file will have no values.
*
* @return
*/