Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
a90e75e182
Commit
e947224c1b
@ -413,7 +413,7 @@ public class TNTSimulator {
|
||||
SWInventory swInventory = new SWInventory(player, 54, "TNT konfigurieren");
|
||||
|
||||
// Change Count of spawned TNT
|
||||
swInventory.setItem(1, new SWItem(SWItem.getDye(10), "§7+1", Arrays.asList("§eShift §7Click für §e-5"), false, clickType -> {
|
||||
swInventory.setItem(1, new SWItem(SWItem.getDye(10), "§7+1", Arrays.asList("§eShift §7Click für §e+5"), false, clickType -> {
|
||||
setCount(count + (clickType.isShiftClick() ? 5 : 1));
|
||||
editTNT();
|
||||
}));
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren