Question Per Warp/Kit Permissions

Discussion in 'Bukkit Help' started by schilligb741, May 31, 2015.

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

    schilligb741

    So I enabled per world perms in my essentials config yet the default rank (guest) still has access to all warps and kits. I did the same with kits as well. Here is my essentials config and PEX file. Can anybody see something I might have missed?

    Code:
    # Note: All items MUST be followed by a quantity!
    # All kit names should be lower case, and will be treated as lower in permissions/costs.
    # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
    # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
    # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
    # For more information, visit http://wiki.ess3.net/wiki/Kits
    kits:
      fence:
        delay: 500000
        items:
          - ➤10000
      skylight:
        delay: 500000
        items:
          - ➤2000
      diamond:
        delay: 500000
        items:
          - ➤5000
      master:
        delay: 500000
        items:
          - ➤10000
      champion:
        delay: 500000
        items:
          - ➤15000
          - 267 1 sharpness:5,name:&6&lChampion_Sword
          - 315 1 protection:1,name:&6&lChampion_Plate
          - 316 1 protection:1,name:&6&lChampion_Leggings
          - 317 1 protection:1,name:&6&lChampion_Boots
      p1:
         delay: -1
         items:
          - ➤100
      tools:
        delay: 10
        items:
          - 272 1
          - 273 1
          - 274 1
          - 275 1
      new:
        delay: 160000
        items:
          - 387 1 title:&4Book_&9o_&6Tree author:Spock lore:Server Info Etc.! book:New
      dtools:
        delay: 600
        items:
          - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
          - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
          - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
          - 279:780 1
      notch:
        delay: 6000
        items:
          - 397:3 1 player:Notch
      color:
        delay: 6000
        items:
          - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
      on:
        delay: 6000
        items:
        - 35:14 1
        - 95:14 1
        - 166 1
      off:
        delay: 6000
        items:
        - 35:5 1
        - 95:13 1
        - 166 1
      firework:
        delay: 6000
        items:
          - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
          - 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
          - 401 2 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1
    
    # Essentials Sign Control
    # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
    # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
    # Essentials Colored sign support will be enabled when any sign types are enabled.
    # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
    
    enabledSigns:
      - color
      - balance
      - buy
      - sell
      - trade
      - free
      - disposal
      - warp
      - kit
      - mail
      - enchant
      - gamemode
      - heal
      - info
      - spawnmob
      - repair
      - time
      - weather
    
    # How many times per second can Essentials signs be interacted with per player.
    # Values should be between 1-20, 20 being virtually no lag protection.
    # Lower numbers will reduce the possibility of lag, but may annoy players.
    sign-use-per-second: 4
    
    # Backup runs a batch/bash command while saving is disabled.
    backup:
      # Interval in minutes.
      interval: 15
      # Unless you add a valid backup command or script here, this feature will be useless.
      # Use 'save-all' to simply force regular world saving without backup.
      command: 'save-all'
      #command: 'rdiff-backup World1 backups/World1'
    
    # Set this true to enable permission per warp.
    per-warp-permission: true
    
    # Sort output of /list command by groups.
    # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
    # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
    list:


    Code:
    groups:
      Guest:
        permissions:
        - kingkits.kit.use
        - kingkits.kits.pyro
        - kingkits.kit.sign.use
        - serversigns.use.*
        - essentials.afk
        - essentials.warp
        - essentials.back
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.rules
        - essentials.motd
        - essentials.msg
        - essentials.help
        - essentials.pay
        - essentials.suicide
        - essentials.me
        - essentials.signs.use.free
        - essentials.signs.use.buy
        - essentials.signs.use.sell
        - essentials.signs.use.warp
        - essentials.signs.use.disposal
        - essentials.warp.Jail
        - essentials.warp.Survival
        - essentials.warp.Sg
        - essentials.warp.KitPVPBattle
        - essentials.warp.PVP
        - essentials.warp.war1
        - essentials.warp.Zombies
        - essentials.balance
        - essentials.warp.list
        - essentials.warps.*
        - essentials.mail.*
        - heavyspleef.join
        - heavyspleef.sign.join
        - heavyspleef.join.Arena_1
        - heavyspleef.join.inventory
        - heavyspleef.leave
        - heavyspleef.sign.leave
        - heavyspleef.spectate
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpadeny
        - sg.lobby.join
        - sg.arena.join.1
        - sg.arena.spectate
        - randomtp.*
        - sg.arena.vote
        - sg.arena.join
        - essentials.kit
        - essentials.signs.use.warp
        - essentials.signs.use.disposal
        options:
          prefix: ''
          default: true
    
     
Thread Status:
Not open for further replies.

Share This Page