mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-08 00:21:41 +01:00
Work?
This commit is contained in:
parent
262b6bd970
commit
b966ee7c68
@ -37,9 +37,9 @@ public class Main extends JavaPlugin implements Listener {
|
|||||||
Bukkit.getServer().getPluginManager().registerEvents(new GUI(), this);
|
Bukkit.getServer().getPluginManager().registerEvents(new GUI(), this);
|
||||||
Methods.updateAuction();
|
Methods.updateAuction();
|
||||||
startCheck();
|
startCheck();
|
||||||
if (!Vault.setupEconomy()) {
|
|
||||||
saveDefaultConfig();
|
if (!Vault.setupEconomy()) { saveDefaultConfig(); }
|
||||||
}
|
|
||||||
Messages.addMissingMessages();
|
Messages.addMissingMessages();
|
||||||
new Metrics(this, 4624); //Starts up bStats
|
new Metrics(this, 4624); //Starts up bStats
|
||||||
}
|
}
|
||||||
@ -474,4 +474,4 @@ public class Main extends JavaPlugin implements Listener {
|
|||||||
return Material.matchMaterial(Version.isNewer(Version.v1_12_R1) ? newMaterial : oldMaterial);
|
return Material.matchMaterial(Version.isNewer(Version.v1_12_R1) ? newMaterial : oldMaterial);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user