Jump to content

Recommended Posts

Posted

I have been messing with this all night and I am starting to get sick of it. The problem is, I am negating the usage of blocks/items and granting users access to blocks/items but it just doesn't seem to work. I am going to only post 1 section of my permissions file because of how big the file actually is.

scientist:

    default: false

    prefix: '[$4Scientist$f]'

    inheritance:

    - basicperms

    permissions:

    - -modifyworld.items.(craft|have|pickup|use).x(30213-30215)

    - -modifyworld.blocks.(destroy|place|interact).x(246:5|224:3)

    - modifyworld.items.(craft|have|pickup|use).x(30031-31264)

    - modifyworld.blocks.(destroy|place|interact).x(183.?*|188.?*|222|223.?*|224.?*|225.?*|226|227.?*|230|231|232|234|235|241|242|243|244|245|246.?*|240.?*)

    - modifyworld.*

I did everything based on what I read about ModifyWorld. I put the modifyworld.* at the end and put everything that should be enabled and disabled before it. It just won't work and the Debug claims the user has all permissions even though I placed modifyworld.* at the end like everyone else has done.

Posted

scientist:

    default: false

    prefix: '[$4Scientist$f]'

    inheritance:

    - basicperms

    permissions:

    - -modifyworld.items.(craft|have|pickup|use).(30213-30215.?*)

    - -modifyworld.blocks.(destroy|place|interact).(246:5|224:3)

    - modifyworld.items.(craft|have|pickup|use).(30031-31264.?*)

    - modifyworld.blocks.(destroy|place|interact).(183.?*|188.?*|222|223.?*|224.?*|225.?*|226|227.?*|230|231|232|234|235|241|242|243|244|245|246.?*|240.?*)

    - modifyworld.*


Try that.

 

Also make sure that use material names is "false" in your modifyworld config file.



use-material-names: false

If that doesn't work then get rid of the "use" under the items nodes. The version of PEX that works with Tekkit doesn't have this feature so that might be screwing it up depending on what version of PEX you are using.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...