PermissionsEX and Essentials some commands not working

Discussion in 'Bukkit Help' started by rudolf323, Aug 10, 2012.

Thread Status:
Not open for further replies.
  1. I'm in default group and when I type
    /exp , /xp ( - essentials.exp.others)
    /warps (- essentials.warp.list)
    /warp shop (- essentials.warp.shop)

    It shows that I don't have permissions
    but all these nodes are in the permissions file default group.
    and here is my permissions.yml file
    http://pastie.org/4452346
    Please Help..
     
  2. Offline

    Swords761

    Here's your problem: you named the rank "Mod" and for "Admin" inherited from "Moderator". Change one of them so the name is the same throughout the file. :p

    Mod:
    inheritance:
    - default
    - VIP
    prefix: '&5[Mod] &f'
    options:
    rank: '100'
    permissions:
    - essentials.help
    - fd.broadcast
    Admin:
    inheritance:
    - Moderator
     
  3. Thanks for this.. But this still don't solve the main problem..

    and I even can't teleport to /spawn, it shows "WARNING Doncanx was denied access to command."

    Code:
    11.08 01:17:07 [Server] WARNING Doncanx was denied access to command.
    11.08 01:17:07 [Server] INFO [PLAYER_COMMAND] Doncanx: /help
    11.08 01:18:45 [Server] WARNING Doncanx was denied access to command.
    11.08 01:18:45 [Server] INFO [PLAYER_COMMAND] Doncanx: /xp
    11.08 01:18:44 [Server] WARNING Doncanx was denied access to command.
    11.08 01:18:44 [Server] INFO [PLAYER_COMMAND] Doncanx: /exp
    11.08 01:18:43 [Server] WARNING Doncanx was denied access to command.
    11.08 01:18:43 [Server] INFO [PLAYER_COMMAND] Doncanx: /warps
    11.08 01:18:40 [Server] WARNING Doncanx was denied access to command.
    11.08 01:18:40 [Server] INFO [PLAYER_COMMAND] Doncanx: /warp shop
    bump

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

    Necrodoom

    you need essentials.warp to use /warp. also, try /espawn and /eexp, possibly another plugin overrides your commands.
     
  5. I dont have /espawn and /eexp

    Plugin List:
    1. Authme
    2. chatmanager
    3. clearlag
    4. combattag
    5. essentials
    6. essentials chat
    7. essentials protect
    8. essentials spawn
    9. factions
    10. figadmin
    11. founddiamonds
    12. nocheatplus
    13. permissionsex
    14. playerlogger
    15. simpleVIPPerks
    16. VanishNoPacket
    17. weatherman
    18. worldedit
    19. worldguard
    20. zavautomessager
     
  6. Offline

    Necrodoom

    if they say unknown command, essentials isnt launching, or you edited plugin.yml

    paste startup log
     
  7. Code:
    12.08 14:56:01 [Server] INFO 27) essentials.rules (own)
    12.08 14:56:01 [Server] INFO 26) essentials.tpa (own)
    12.08 14:56:01 [Server] INFO 25) essentials.suicide (own)
    12.08 14:56:01 [Server] INFO 24) essentials.warp.list (own)
    12.08 14:56:01 [Server] INFO 23) essentials.spawn (own)
    12.08 14:56:01 [Server] INFO 22) essentials.tpaccept (own)
    12.08 14:56:01 [Server] INFO 21) essentials.tpdeny (own)
    12.08 14:56:01 [Server] INFO 20) essentials.tpahere (own)
    12.08 14:56:01 [Server] INFO 19) essentials.help (own)
    12.08 14:56:01 [Server] INFO 18) essentials.pay (own)
    12.08 14:56:01 [Server] INFO 17) essentials.balance (own)
    12.08 14:56:01 [Server] INFO 16) essentials.balancetop (own)
    12.08 14:56:01 [Server] INFO 15) essentials.tptoggle (own)
    12.08 14:56:01 [Server] INFO 14) essentials.compass (own)
    12.08 14:56:01 [Server] INFO 13) essentials.helpop (own)
    12.08 14:56:01 [Server] INFO 12) essentials.warp.Shop (own)
    12.08 14:56:01 [Server] INFO 11) essentials.signs.use.'*' (own)
    12.08 14:56:01 [Server] INFO 10) essentials.signs.use.warp (own)
    12.08 14:56:01 [Server] INFO 9) bukkit.command.kill (own)
    12.08 14:56:01 [Server] INFO 8) bukkit.command.whitelist.* (own)
    12.08 14:56:01 [Server] INFO 7) bukkit.command.version (own)
    12.08 14:56:01 [Server] INFO 6) bukkit.command.plugins (own)
    12.08 14:56:01 [Server] INFO 5) bukkit.command.help (own)
    12.08 14:56:01 [Server] INFO 4) fd.broadcast (own)
    12.08 14:56:01 [Server] INFO 3) essentials.exp.others (own)
    12.08 14:56:01 [Server] INFO 2) essentials.chat.format (own)
    12.08 14:56:01 [Server] INFO 1) essentials.depth (own)
    12.08 14:56:01 [Server] INFO Group default's permissions:
    12.08 14:56:01 [Server] INFO [USER=90683403]world[/USER]:
    12.08 14:56:01 [Server] INFO default are member of:

    "12.08 14:56:01 [Server] INFO 12) essentials.warp.Shop (own)
    12.08 14:56:01 [Server] INFO 11) essentials.signs.use.'*' (own)
    12.08 14:56:01 [Server] INFO 10) essentials.signs.use.warp (own)"
    But I still can't use these commands
    Oh and btw essentials shop signs are not working too,but they are enabled in config..
     
  8. Offline

    Necrodoom

    that isnt a startup log.
     
  9. Here is the startup LOG - http://pastie.org/4460557

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
Thread Status:
Not open for further replies.

Share This Page