modifyworld.items.put.<itemid>.of.<container> not working!
Opened this issue · 5 comments
Deleted user commented
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
daboross commented
Are you literally putting modifyworld.items.put..of.
?
zml2008 commented
Github/your browser was interpreting the brackets as html tags since the orig author didn't wrap it in code tags. I fixed that.
Q2Lummox commented
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.
RiflemanSD commented
is a bug with the code here.
look here: #90
PikachuEXE commented
Might be fixed by #102