Kits help

Discussion in 'Bukkit Help' started by samoto25, Jul 3, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    samoto25

    I'm setting up donor kits for my new server and I want it so that the higher ranks can't get access to the lower rank kits, so how would I go about changing that ???
     
  2. Offline

    yPedx

    @samoto25
    Simply don't add the permission. If they don't have the permission, but still works - add this permission:
    -essentials.kits.(kitHere)
    Should look like this in your permissions file:
    Code:
    - -essentials.kits.(kitHere)
    (Obviously change (kithere) to your kit's name.
     
  3. Offline

    samoto25

    @yPedx I have it set to where the rank above it inherits all the permissions of the last rank, which includes the kit, so is there a way to stop that from happening?
     
  4. Offline

    yPedx

    @samoto25
    Putting a "-" before the permission removes it from the group.
     
Thread Status:
Not open for further replies.

Share This Page