"You are not permitted to use _______"

Discussion in 'Bukkit Help' started by Shubawk, Apr 2, 2013.

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

    Shubawk

    Hey everyone, I'm having trouble with some of my essentials in my config files, and my problem is that that I have four different groups in group manager. It goes from order, Default/Admin/Co-Owner/Owner. The group's Co-Owner and Owner don't have this problem, but the other two groups Default/Admin have the problem. I'm hosting a kit pvp server. So the groups Default/Admin, get this message every time they block hit or hit with their diamond sword. The message says, "You are not permitted to use DIAMOND_SWORD". It would also do the same when they try to eat soup, "You are not permitted to use MUSHROOM_SOUP." But, what I don't understand, is that there still able to hit other players and use/eat the soup. I'm just having problems with the two groups Default/Admin, but Co-Owner and Owner are perfectly fine.



    Plugins Installed:
    AntiCombatLog, AntiPass, ClearLag, CommandWatcher, CoreProtect, DropSoup, Essentials, EssentialsAntiBuild, EssentialsChat, EssentialsGroupBridge, EssentialsGroupManager, EssentialsProtect, EssentialsSpawn, InstaSoup, Killspay, Killstreak, KitMaster, NoDeathDrops, Spawny, Vault, WorldEdit, & WorldGuard.




    Group Manager:
    groups:
    Default:
    default: true
    permissions:
    - kitmaster.kit.pvp
    - kitmaster.cmd.pvp
    - kitmaster.kit.archer
    - essentials.warp
    - essentials.signs.use.*
    - essentials.spawn
    - essentials.suicide
    - essentials.balance
    - essentials.pay
    - essentials.chat.url
    - essentials.ignore
    - essentials.msg
    - essentials.r
    - essentials.who
    - essentials.list
    - essentials.gc
    - nodrop.dropondeath
    - killspay.player
    inheritance: []
    info:
    prefix: '&7'
    build: false
    suffix: ''
    Owner:
    default: false
    permissions:
    - nodrop.dropondeath
    - -vanish.*
    - '*'
    - killspay.player
    inheritance: []
    info:
    prefix: '&6[Owner]'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - kitmaster.kit.pvp
    - kitmaster.kit.archer
    - nodrop.dropondeath
    - killspay.player
    - essentials.warp
    - essentials.signs.use.*
    - essentials.spawn
    - essentials.suicide
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.pay
    - essentials.afk
    - essentials.fly
    - essentials.jails
    - essentials.tphere
    - essentials.tp
    - essentials.unban
    - essentials.ban
    - essentials.whois
    - essentials.broadcast
    - essentials.chat.url
    - essentials.kick
    - essentials.mute
    - essentials.realname
    - essentials.jail.allow.jails
    - essentials.jail.allow.togglejail
    - essentials.togglejail
    - essentials.ignore
    - essentials.msg
    - essentials.r
    - essentials.who
    - essentials.list
    - essentials.lag
    - essentials.gc
    inheritance: []
    info:
    prefix: '&5[Admin]'
    build: false
    suffix: ''
    Co-Owner:
    default: false
    permissions:
    - nodrop.dropondeath
    - killspay.player
    - -vanish.*
    - '*'
    inheritance: []
    info:
    prefix: '&4[Co-Owner]'
    build: true
    suffix: ''
     
  2. Offline

    Super User

    Check the EssentialsAntiBuild wiki and add respective nodes.
     
  3. Offline

    Necrodoom

    you have build set to false...
     
Thread Status:
Not open for further replies.

Share This Page