mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Configuration files need to be .yml, not .yaml.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user