mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 05:41:26 +01:00
Configuration files need to be .yml, not .yaml.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
c59341049f
commit
9ff3c115cc
@ -102,7 +102,7 @@ public abstract class JavaPlugin implements Plugin {
|
|||||||
*/
|
*/
|
||||||
public Configuration getConfiguration() {
|
public Configuration getConfiguration() {
|
||||||
Configuration config =
|
Configuration config =
|
||||||
new Configuration(new File(dataFolder, "config.yaml"));
|
new Configuration(new File(dataFolder, "config.yml"));
|
||||||
config.load();
|
config.load();
|
||||||
return config;
|
return config;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user