Problems with permissionsex

Discussion in 'Bukkit Help' started by Frostbite952, Mar 16, 2013.

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

    Frostbite952

    Hello, i'm having trouble with permissionsex. All the admin rights work, but when it comes to a player they cant place anything or do anything please help me.

    groups:
    default:
    default: true
    prefix: ''
    build: true
    permissions:
    - essentials.help
    - essentials.rules
    - essentials.motd
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.depth
    - essentials.delhome
    - essentials.help
    - essentials.home
    - essentials.kit
    - essentials.kit.tools
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.ping
    - essentials.seen
    - essentials.sethome
    - essentials.signs.use.disposal
    - essentials.spawn
    - essentials.suicide
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.rules
    - essentials.motd
    - essentials.list
    - essentials.helpop
    - essentials.help
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.chat.color
    - essentials.chat.shout
    - essentials.chat.question
    - essentials.compass
    - essentials.depth
    - essentials.home
    - essentials.ignore
    - essentials.kit
    - essentials.kit.tools
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.msg
    - essentials.nick
    - essentials.pay
    - essentials.ping
    - essentials.powertool
    - essentials.protect
    - essentials.sethome
    - essentials.signs.use.*
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.suicide
    - essentials.time
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.warp.signs
    - arena.spleef.join
    VIP:
    default: false
    prefix: '&6[&eVIP&6]&7 '
    inheritance:
    - default
    build: true
    permissions:
    - essentials.help
    - essentials.rules
    - essentials.motd
    Mod:
    default: false
    prefix: '&1[&9Mod&1]&f '
    inheritance:
    - VIP
    - default
    build: true
    permissions:
    - essentials.sethome.multiple.staff
    - essentials.helpop
    - essentials.home.others
    - essentials.nick
    - essentials.warp
    - essentials.warp.list
    Admin:
    default: false
    prefix: '&9[&bAdmin&9]&f '
    inheritance:
    - Mod
    - VIP
    - default
    build: true
    permissions:
    - essentials.gamemode
    - essentials.give
    - essentials.god
    Owner:
    default: false
    prefix: '&6[&4Owner&6]&f '
    build: true
    permissions:
    - '*'
    users:
    Frostbite952:
    group:
    - Owner
    Giftsh0p:
    group:
    - Owner
    Ubernicktv:
    group:
    - Owner
    Natahanthegrey:
    group:
    - Owner
    Danielos96:
    group:
    - owner
     
  2. Offline

    fussionzz97

  3. Offline

    Frostbite952

  4. Offline

    fussionzz97

    Frostbite952
    You need to have spaces like:
    Code:
    groups:
      default:
        default: true
        prefix: ''
        build: true
        permissions:
        - essentials.help
        - essentials.rules
      VIP:
        prefix: '&6[&eVIP&6]&7 '
        inheritance:
        - default
        build: true
        permissions:
        - essentials.help
    users:
      Frostbite952:
        group:
        - Owner
      User2
        group:
        -default
    Also in your groups you don't need the default: false only the first default group needs default: true
     
  5. Offline

    Oli1593

    Just to let you know, to reduce the line number you can code pex in the following format:

    "permissions:
    - essentials.(help|rules)
    "
     
  6. Offline

    Frostbite952

    fussionzz97 I do have space, but for some reason when i copy pasted it, it took them out
     
  7. Offline

    jblanda

    so they cant build? what plugins are you using?
     
  8. Offline

    Frostbite952

    jblanda They cant build, or use anything in the game.

    Plugins list:
    ArenaSpleef
    BattleArena
    ChatManger
    clearlag
    disgusisecraft
    Essentials
    factions
    foundDiamonds
    icononmy
    maintenacemode
    Nicknamer
    permissionsex
    Pluginmetrics
    PluginUpdater
    Prefix choice
    worldEdit
    WorldGuard
     
  9. Offline

    jblanda

    If you have essentials antibuild, remove that
     
  10. Offline

    Frostbite952

    jblanda Will that fix other commands like /tpa ?
     
  11. Offline

    fussionzz97

    Frostbite952
    it will let them build but tpa wont work theres something wrong with ur perms
     
  12. Offline

    Frostbite952

    fussionzz97
    I'm guessing you don't know what the problem is though ?
     
  13. Offline

    fredghostkyle1

    did you give them the essentials.tpa, essentials.tpaccept AND essentials.tpdeny?
     
  14. Offline

    Frostbite952

    fredghostkyle1
    Yes i have, when others try to use it, it just says you do have permissions to use this?
     
  15. Offline

    fredghostkyle1

    well thats odd. idk 1.5 Beta build might be doing this.
     
  16. Offline

    Frostbite952

    Here is a copy of the code again, hopefully the pastiebin didn't remove the spaces

    http://pastebin.com/kurhPQD5

    fredghostkyle1

    I had it working a few days ago, when i removed a plugin called simplespawn, and all of a sudden it worked, next day it stopped.

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

    fredghostkyle1

    so now essentials is using the /tpa /tpallow /tpdent commands right? when in chat what duse it say?
     
  18. Offline

    Frostbite952

    fredghostkyle1
    I got build and tpa working now, but i am now unable to disband a faction as it says im not a admin?
     
  19. Offline

    fredghostkyle1

    you have to own the faction. give admins factions.admin
     
  20. Offline

    Frostbite952

    fredghostkyle1

    In permissionsEx i am set to owner, which gives me all rights. i just tired adding the permissions node to the owner section, but didn't work its like the plugin is not seeing me as the owner
     
  21. Offline

    fredghostkyle1

    Hm wht version of PEX?
     
  22. Offline

    Frostbite952

  23. Offline

    fussionzz97

    OP your self this will give u every permission
     
  24. Offline

    Frostbite952

    fussionzz97

    I am opped, its like the server is skipping over the permissions
     
  25. Offline

    Necrodoom

    startup log please.
     
  26. Offline

    Frostbite952

    necrodoom
    Where can i find the start up log ?
     
  27. Offline

    Necrodoom

    lastest startup at server.log
     
  28. Offline

    Frostbite952

    necrodoom

    I found the log, how would like me to upload it ?
     
  29. Offline

    Necrodoom

    www.pastebin.com
    remember, latest startup only.
     
  30. Offline

    Frostbite952

    Last edited by a moderator: May 31, 2016
Thread Status:
Not open for further replies.

Share This Page