Hello I am having a issue trying to add multiverse-core and this edition of TheWalls to my server. Before adding them players can place and detonate TNT. After I add these 2 plugins players are no longer able to place TNT in any world. It does not give any errors when they try to place it, the TNT simply disapears and is given back to the player. I have looked at both plugin's and cannot find a setting preventing this. Does anyone know if I need to give the groups a permission to place TNT, or if there is a setting i'm missing. Any help would be appreciated.
I suppose you guys are using a Bukkit Server? If I remember correctly this is actually a setting in Essentials, if you go into your config.yml & scroll down to the Blacklist, it should look something like this:
blacklist:
#Which blocks should people be prevented from placing
placement: 10,11,46,327
#which items should people be prevented from using
usage: 327
#which blocks should people be prevented from breaking
breaking:
#which blocks should not be pushed by pistons
piston:
ID 46 is TNT, so just remove 46 and the problem should be solved. Otherwise, the plugins you installed might have caused the problem. Hope this helps.
I suppose you guys are using a Bukkit Server? If I remember correctly this is actually a setting in Essentials, if you go into your config.yml & scroll down to the Blacklist, it should look something like this:
ID 46 is TNT, so just remove 46 and the problem should be solved. Otherwise, the plugins you installed might have caused the problem. Hope this helps.
Thanks for the tip, but I have gone through essentials, and all my other plugins and changed all the settings to allow TNT. I tested placing TNT before adding TheWalls and MultiVerse, and i didn't have any promblems. So I believe that the error is coming from one of the 2 plugins.
I just figured out what the problem is. TheWalls will only allow players to build and destroy once they are in a game, every other player gets their build rights removed when they are not in a game.
ID 46 is TNT, so just remove 46 and the problem should be solved. Otherwise, the plugins you installed might have caused the problem. Hope this helps.