How to do? - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: How to do? (/thread-1693.html) |
How to do? - Boo - 12-25-2014 Create a theme for beginners How to disable TNT in creative mode? RE: How to do? - xoft - 12-26-2014 Do you want to disable the TNT explosions, or even placing TNT blocks? Both can be done with a plugin; disabling TNT explosions has already been done in the Gallery plugin, so it should be as simple as copying a few lines of code and wrapping it in plugin boilerplate code. Placing TNT blocks could be prevented rather simply as well; I have a feeling there's already a plugin that lets you prevent placement of certain blocks (@STR_Warrior, haven't you written such a thing?) RE: How to do? - NiLSPACE - 12-26-2014 Yeah I did create it. I think I found it after a quick search: https://forum.cuberite.org/showthread.php?tid=1336&pid=11994#pid11994 RE: How to do? - Boo - 12-26-2014 big thanks! And how to disable spawn animals with egs? |