PEXPlugins / Modifyworld

Restriction plugin for Bukkit. Part of PermissionsEx bundle.
36 stars 38 forks source link

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

Open ghost opened 11 years ago

ghost commented 11 years ago

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 11 years ago

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

zml2008 commented 11 years ago

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 10 years ago

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 10 years ago

is a bug with the code here. look here: https://github.com/PEXPlugins/Modifyworld/issues/90

PikachuEXE commented 9 years ago

Might be fixed by #102