I was wondering if it were possible, to make a plug-in that would automaticly remove TNT as it is placed, or A command to delete all TNT blocks from the server, If I knew a lot about Java, I would make it myself, I just thought this would be a good idea, so yea, thanks.
there already is one that comes with world edit the command is "//removenear tnt #" For # type any large number for the amount of blocks there might be a remove all command, not sure
I think WorldGuard would fit his request better, it has an item blacklist and can prevent TNT from exploding. If you wanted a specialized plugin, you would just need to hook BLOCK_PLACED, and if the block type is TNT, cancel the event.