I want to prevent TNT from blowing up on my Minecraft server.
Our server runs on Aternos, is 1.16.1 and has Spigot installed
Settings
TNT Explode: Off
Close settings
Place a command block in the spawn chunks that does this permanently:
/ kill @e [type = tnt]
And of course TNT Minecarts should also be banned, otherwise there's no point. To do this, write in a command block:
/ kill @e [type = tnt_minecart]
What
server.properties or what?
I only see Error Player not found
And you surely entered @e and not @p or something?
It didn't work with @a either
There should be an option in the server settings
It has to be @e
Yes, because it has not yet registered a TNT