TntCommand Rework
Dieser Commit ist enthalten in:
Ursprung
bce1f156ca
Commit
0dfed9f18a
@ -29,5 +29,6 @@ public class CommandTNT extends ToggleCommand {
|
|||||||
@EventHandler
|
@EventHandler
|
||||||
public void onExplode(EntityExplodeEvent e) {
|
public void onExplode(EntityExplodeEvent e) {
|
||||||
e.setCancelled(true);
|
e.setCancelled(true);
|
||||||
|
e.blockList().clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren