geforkt von Mirrors/Paper
Configuration files need to be .yml, not .yaml.
By: sk89q <the.sk89q@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren