1

Help with modifyworld PEX.

manummasson8 11/26/13 12:27 am
440
11/26/2013 7:15 am
Hey there,
I am currently making a pixelmon adventure server, and need for when a player join to be able to interact with items (user a pressure plate) but NOT be able to place or destroy blocks.

So i tried these permissions.
newtrainer:
permissions:
- modifyworld.*
- -modifyworld.blocks.interact.107
- -modifyworld.blocks.place.*
- -modifyworld.blocks.destroy.*
users:

I now cant break blocks. BUT still can't use pressure plates or things. I also have a feeling I would also not be able to break blocks even if i hadnt added -modifyworld.blocks.destroy.*
The error message i get is : You are not permitted to interact with STONE_PLATE in red.
If you could post what i should do that would be great!

Thanks! I really hope you guys can help.

EDIT: I cant throw pokeballs either in rank newtrainer.
You are not permitted to use X8256
Useing Essentials and PEX
Posted by
manummasson8
Level 1 : New Architect
0

  Have something to say?

JoinSign in

1

jacobthebest1
11/26/2013 7:15 am
Level 9 : Apprentice Warrior
modifyworld.blocks.interact.*
I think that may fix you're issue!
You should add that to the 2nd line of code
1

Welcome