Optimize imports in Region
Dieser Commit ist enthalten in:
Ursprung
6491e8a596
Commit
7c075b18d4
@ -116,6 +116,11 @@ public class BauSystem extends JavaPlugin implements Listener {
|
|||||||
TPSUtils.init();
|
TPSUtils.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onDisable() {
|
||||||
|
Region.saveColors();
|
||||||
|
}
|
||||||
|
|
||||||
public static BauSystem getPlugin() {
|
public static BauSystem getPlugin() {
|
||||||
return plugin;
|
return plugin;
|
||||||
}
|
}
|
||||||
@ -165,7 +170,6 @@ public class BauSystem extends JavaPlugin implements Listener {
|
|||||||
autoShutdown.cancel();
|
autoShutdown.cancel();
|
||||||
}
|
}
|
||||||
CommandTPSLimiter.setTPS(20.0);
|
CommandTPSLimiter.setTPS(20.0);
|
||||||
Region.saveColors();
|
|
||||||
autoShutdown = Bukkit.getScheduler().runTaskTimer(this, new Runnable() {
|
autoShutdown = Bukkit.getScheduler().runTaskTimer(this, new Runnable() {
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren