SteamWar/BauSystem2.0
Archiviert
12
0

ScriptEvents #45

Zusammengeführt
YoyoNow hat 11 Commits von ScriptEvents nach master 2021-09-22 08:02:40 +02:00 zusammengeführt
Nur Änderungen aus Commit 966ed270db werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -192,6 +192,10 @@ public class CustomScriptListener implements Listener {
updateInventory(p); updateInventory(p);
String s = UserConfig.getConfig(p.getUniqueId(), "bausystem-scripts"); String s = UserConfig.getConfig(p.getUniqueId(), "bausystem-scripts");
if (s == null) {
s = UserConfig.getConfig(p.getUniqueId(), "bausystem-commands");
UserConfig.removePlayerConfig(p.getUniqueId(), "bausystem-commands");
}
YAPIONObject yapionObject; YAPIONObject yapionObject;
if (s == null) { if (s == null) {
yapionObject = new YAPIONObject(); yapionObject = new YAPIONObject();