mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-22 04:33:28 +01:00
Improved the Javadoc for JavaPlugin.getConfiguration().
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
9ff3c115cc
commit
11012b27dd
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue