Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
e947224c1b
Commit
873b97f70d
@ -461,7 +461,17 @@ public class TNTSimulator {
|
||||
}));
|
||||
|
||||
// Velocity Settings
|
||||
swInventory.setItem(38, Material.TNT, "TNT", clickType -> {
|
||||
swInventory.setItem(38, Material.TNT, "§7TNT", clickType -> {
|
||||
if (xVelocity || yVelocity || zVelocity) {
|
||||
xVelocity = false;
|
||||
yVelocity = false;
|
||||
zVelocity = false;
|
||||
} else {
|
||||
xVelocity = true;
|
||||
yVelocity = true;
|
||||
zVelocity = true;
|
||||
}
|
||||
editTNT();
|
||||
});
|
||||
swInventory.setItem(46, new SWItem(getWool(xVelocity), getColor(xVelocity), "§7TNT §eSprung X §8- " + active(xVelocity), clickType -> {
|
||||
xVelocity = !xVelocity;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren