SteamWar/BauSystem
Archiviert
13
0

ColorCustomization #238

Manuell gemergt
YoyoNow hat 7 Commits von ColorCustomization nach master 2021-04-05 13:11:49 +02:00 zusammengeführt
Nur Änderungen aus Commit 7c075b18d4 werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -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;