mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 04:17:44 +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() {
|
||||
Configuration config =
|
||||
new Configuration(new File(dataFolder, "config.yaml"));
|
||||
new Configuration(new File(dataFolder, "config.yml"));
|
||||
config.load();
|
||||
return config;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user