Jump to content
  • 0

Modifyworld/premissionex HELP! cant block items!


Question

7 answers to this question

Recommended Posts

  • 0
Posted

First set

check-metadata: true

in modifyworld/config.yml

Then in the permissionsex/permissions.yml

- modifyworld.*

That MUST be below all negative statements, keep it at the very bottom and put all other permissions above it

  • 0
Posted

Dunno about that.

didn't work before so I did it like this:

x27530.?* for evertide and x27531.?* for volcanite

it works like a charm

For block id's with "false" metadata like relays, collectors, RM/DM furnaces, I did this:

- -modifyworld.items.have.(x126|x126:1|x126:2|x126:3|x126:4|x126:5|x126:6|x126:7|x126:8|x126:9|x126:10|x126:11)

this is if you want to disable specific blocks for different groups. But if you just want to disable the entire BlockID 126 alltogether, just do it like this:

- -modifyworld.items.have.x126.?*

notice that this should be backed up with the following nodes as well:

- -modifyworld.items.pickup.<BlockID>

- -modifyworld.items.use.<BlockID>

- -modifyworld.items.craft.<BlockID>

- -modifyworld.blocks.place.<BlockID>

- -modifyworld.blocks.interact.<BlockID>

don't know if adding a wildcard will do the trick (so you only have to specify 2 nodes):

- -modifyworld.items.*.x126.?*

- -modifyworld.blocks.*.x126.?*

But you are welcome to test it out.

Currently PermissionsEx is working like it should on my server - and trust me, it has been tested several times by several different players.

  • 0
Posted

Modifyworld wont work on my tekkit server ?

Cant block items just cant get it to work this is my permission file http://pastebin.com/1jr9SSgG

and my modifyworld config: http://pastebin.com/nmVHAJQn

i have tried lots of things to make it work:( but i cant i have tried putting on meta-data to true but that does not work.

Please help

Fixed your permissions for you (spelling errors, wrong nodes, wrong order)

http://pastebin.com/287NeVDQ

edit: seems like pastebin screwed up some of the indenting - you'll have to fix that before it works.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...