This commit is contained in:
Trixkz 2024-09-19 21:53:25 -04:00
parent 4bac53f568
commit b5a2098295

View File

@ -56,7 +56,7 @@ public class EventCore extends JavaPlugin {
@Override
public void onEnable() {
instance = this;
// test
this.saveDefaultConfig();
this.mainConfig = new Config("config", this);
this.messagesConfig = new FileConfig(this, "messages.yml");