Improved the Javadoc for JavaPlugin.getConfiguration().
This commit is contained in:
parent
79a3d54eef
commit
d8bf59f639
@ -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
|
* @return
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user