playablegit add .
This commit is contained in:
parent
14629a3571
commit
c164d1b6cd
6 changed files with 133 additions and 101 deletions
|
|
@ -23,10 +23,6 @@ public final class MinecleanerPlugin extends JavaPlugin {
|
|||
getServer().getScheduler().runTask(this, this::onLateEnable);
|
||||
}
|
||||
|
||||
// TODO:
|
||||
// doesnt save / load arenas correctly?
|
||||
// -> can't delete arena after server restart
|
||||
|
||||
public void onLateEnable() {
|
||||
playerUUIDCache = (PlayerUUIDCache) getServer().getPluginManager().getPlugin("PlayerUUIDCache");
|
||||
cubesideStatistics = getServer().getServicesManager().load(CubesideStatisticsAPI.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue