ScriptEvents #45
@ -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();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren