Shadow32055 Posted August 15, 2012 Posted August 15, 2012 How would I block interact to the RM furnace for one group but not another using modifyworld?
ampayne2 Posted August 15, 2012 Posted August 15, 2012 For the group you want to have perms, dont do anything. For the group you want it to be blocked for, give them a negative permission node modifyworld.blocks.interact.x(insertRMFurnaceIDHere) If you were using PEX: Groups: Deprived: permissions: - modifyworld.* - -modifyworld.blocks.interact.x(****) Privileged: permissions: - modifyworld.* Where the **** is you need to put the rm furnace ID. Dont forget the x and the parentheses! p.s. Just going off of memory but im pretty sure this is correct :)
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