Fix ScriptCommand
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
a5d57c0570
Commit
6e0c5a0fc3
@ -61,6 +61,9 @@ public class ScriptCommand extends SWCommand {
|
|||||||
});
|
});
|
||||||
swItems.add(new SWListInv.SWListEntry<>(swItem, null));
|
swItems.add(new SWListInv.SWListEntry<>(swItem, null));
|
||||||
});
|
});
|
||||||
|
swItems.add(new SWListInv.SWListEntry<>(new SWItem(Material.BOOK, "§eCustom Commands", Arrays.asList("§7Schreibe§8: §7#!CMD 'COMMAND'", "§7an den Anfang eines Script Buches um", "§7ein Custom Command zu nutzen. Der", "§7Befehl startet immer mit / und kann dann so", "§7aufgebaut sein wie du willst. Alles was in Spitzen", "§7Klammern steht (<>) wird als Parameter und somit", "§7als Variable gewertet."), false, clickType -> {
|
||||||
|
|
||||||
|
}), null));
|
||||||
}
|
}
|
||||||
|
|
||||||
SWListInv<Object> swListInv = new SWListInv<>(p, "Script Elements", swItems, (clickType, o) -> {
|
SWListInv<Object> swListInv = new SWListInv<>(p, "Script Elements", swItems, (clickType, o) -> {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren