Open ghost opened 11 years ago
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: https://github.com/PEXPlugins/Modifyworld/issues/90
Might be fixed by #102
i am trying to make my server so that in one group can't interact with "item holders" but whenever i try to do:
it won't work!!!
please help