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

yes, but you can still glitch the items with a project table. BUT the item you glitched will disapear when you open any inventory (chest, furnace, macerator)

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

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