This commit is contained in:
Trixkz 2024-09-19 23:02:33 -04:00
parent b3ee89c291
commit 5e9e2ddf0d

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");