SwiftBee Posted May 13, 2012 Posted May 13, 2012 I'm trying to blacklist specific blocks using Modify World. http://pastebin.com/neEcYQD8 Even with this setup, members can still place, gain and destroy these blocks [(46|128:10|128:11|239|237|27527:31|189:1)]. How do I prevent this, without removing the building privileges of the group? I've used the 'pex toggle debug' command to locate the necessary nodes, however adding them did not solve my issue. If there's an alternative plugin to blacklist items using permissions that is compatible with tekkit, please let me know!
j2ther Posted May 13, 2012 Posted May 13, 2012 http://forums.technicpack.net/index.php/topic,10078.0.html Make sure your ModifyWorld Config is set up correctly, like for example the "itemRestrictions: true" setting ... Also it reads permission files from top down, so all of your negative nodes need to be ABOVE your positive nodes if you want them to be read first. I would also run your file through a online yaml parser as it looks like the very first node "- modifyworld.chat" is not spaced right. This wiki here https://github.com/PEXPlugins/PermissionsEx/wiki/Modifyworld is now your best friend, give it a read.
SwiftBee Posted May 13, 2012 Author Posted May 13, 2012 Placing the negative nodes above the positive nodes fixed the problem. Thanks a lot! =)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now