Jump to content

Question

Posted

I have been searching the internet for a plugin/solution for the past 3 hours! world guard blacklist does not seem to work with the modded items and i have also tried a load of other plugins. I have used a plugin called BlockBlocker but this only stops them from placing certain blocks. I want it so they cant craft it and use it also i would like it so some groups can for example VIP's can use red matter items but members cant? Please help really frustrated!

8 answers to this question

Recommended Posts

  • 0
Posted

id reccoment to use permissionsEX. its an great permissions plugin and it comes with modifyworld, wich allows you to disable items for certain groups. if youd like to turn a recipe off (like with a destruction catalyst) you can use recipemenager.

  • 0
Posted

im sorry, i always used permissionsEX for it. you can use this permission for it:

- -modifyworld.item.have.[item id]

i never really used recipemaneger myself. try to follow some tutorials at the bukkitdev page or youtube.

  • 0
Posted

yes. if you send me your current permission files, ill convert them. otherwhise, this is how inherritence works:

groups:

  member:

    prefix: '[member]'

    options:

      rank: '5'

    permissions:

    bla.bla

  vip:

    prefix: '[vip]'

    inherritence:

    - member

    options:

      rank: '4'

    permissions:

    bla.bla

  moderator:

    prefix: '[mod]'

    inherritance:

    - member

    - vip

    options:

      rank: '3'

    permissions:

    bla.bla

  admin:

    prefix: '[admin]'

    options:

      rank: '2'

    permissions:

    - -permissions.*

    - '*'

  owner:

    prefix: '[owner]'

    options:

      rank: 0

    permissions:

    - '*'

also, send me your minecraft username if you want me to help with the permissions.

Join the conversation

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

Guest
Answer this question...

×   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...