Update.
This commit is contained in:
parent
b3ee89c291
commit
5e9e2ddf0d
@ -56,7 +56,7 @@ public class EventCore extends JavaPlugin {
|
|||||||
@Override
|
@Override
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
instance = this;
|
instance = this;
|
||||||
// test
|
|
||||||
this.saveDefaultConfig();
|
this.saveDefaultConfig();
|
||||||
this.mainConfig = new Config("config", this);
|
this.mainConfig = new Config("config", this);
|
||||||
this.messagesConfig = new FileConfig(this, "messages.yml");
|
this.messagesConfig = new FileConfig(this, "messages.yml");
|
||||||
|
Loading…
Reference in New Issue
Block a user