Solved PermissionEx, Does it work with Logblock

Discussion in 'Bukkit Help' started by xTonyy, Mar 3, 2012.

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

    xTonyy

    The reason im asking this is because when i go to use the command

    /lb toolblock

    Its comes up with "You aren't allowed to do this"

    Any help :D
     
  2. Offline

    executionz

    It does i just checked their plugin :)

    Are you sure you have given yourself the correct permission node?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  3. Offline

    xTonyy

    groups:
    default:
    default: true
    prefix: '&e[Guest] &e'
    build: false
    permissions:
    - modifyworld.blocks.*
    admins:
    prefix: '&4[Admin] &4'
    inheritance:
    - default
    permissions:
    - '*'
    - mobdisguise.*
    - mobdisguise.player
    - mobdisguise.[mobtype]
    builder:
    prefix: '&2[Builder] &2'
    permissions:
    - modifyworld.*
    - essentials.help
    - essentials.msg
    - essentials.list
    - essentials.afk
    - essentials.spawn
    - essentials.home
    - essentials.warp
    - essentials.mail
    - essentials.mail.send
    - essentials.warp.list
    - logblock.me
    inheritance:
    - default
    VIP:
    prefix: '&b[VIP] &b'
    permissions:
    - essentials.tp
    inheritance:
    - builder
    Moderator:
    prefix: '&5[Moderator] &5'
    permissions:
    - essentials.ban
    - essentials.kick
    - essentials.mute
    - essentials.tp
    - essentials.setwarp
    - logblock.tp
    - logblock.tools.tool
    - logblock.tools.toolblock
    - logblock.lookup
    - logblock.*
    inheritance:
    - vip
    Moderator+:
    prefix: '&5[Moderator+] &5'
    permissions: null
    inheritance:
    - moderator
     
  4. Offline

    executionz

    WOW such a quick reply :) Im just gonna check that out with my server and ill be right back BTW what permission plugin do you use?
     
  5. Offline

    xTonyy

    Fixed it LMAO, The inheritances was wrong, the admins inheritance was set to defaults permissions =D

    Thank you for helping though :D
     
Thread Status:
Not open for further replies.

Share This Page