PEXPlugins/Modifyworld

modifyworld.items.put.<itemid>.of.<container> not working!

Opened this issue · 5 comments

i am trying to make my server so that in one group can't interact with "item holders" but whenever i try to do:

- -modifyworld.items.put.<itemid>.of.<container>

it won't work!!!

please help

Are you literally putting modifyworld.items.put..of.?

Github/your browser was interpreting the brackets as html tags since the orig author didn't wrap it in code tags. I fixed that.

I have the same problem, I put:

- -modifyworld.items.take.392.of.:?*
- -modifyworld.items.put.392.of.:?*

And the "take" permissions works well, but the put permissions don't work.

I tried:

- -modifyworld.items.take.392.of.furnace
- -modifyworld.items.put.392.of.furnace

And:

- -modifyworld.items.take.392.of.61
- -modifyworld.items.put.392.of.61

With the same results.

is a bug with the code here.
look here: #90

Might be fixed by #102