Solved Help! PEX might be malfunctioning with other plugins.

Discussion in 'Bukkit Help' started by RAFA_GATO_FOFO, Apr 19, 2014.

Thread Status:
Not open for further replies.
  1. Hey guys,

    Here's a list of the plugins I have installed:
    Essentials
    EssentialsAntiBuild
    EssentialsChat
    EssentialsProtect
    EssentialsSpawn
    Factions
    Clearlag
    HolographicDisplays
    mcore
    PermissionsEx
    SilkSpawners
    WorldEdit
    WorldGuard

    And this is my PEX file. Every rank prefix works fine, but if I set myself as Owner and I remove OP, I can't do anything. I'm not allowed to use /top for example or /fly
    Show Spoiler
    Code:
    groups:
      FP:
        prefix: '&f[FreePlayer]&7 '
        default: true
        options:
          rank: '1000'
        permissions:
        - modifyworld.*
        - essentials.spawn
        - essentials.balance
        - essentials.pay
        - essentials.afk
        - essentials.afk.auto
        - essentials.helpop
        - essentials.ignore
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.rules
        - essentials.back
        - essentials.back.ondeath
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.motd
        - essentials.msg
        - silkspawners.place.*
      GD:
        prefix: '&6[Gold]&f '
        options:
          rank: '950'
        inheritance:
        - FP
      DD:
        prefix: '&9[Diamond]&f '
        options:
          rank: '900'
        inheritance:
        - GD
      ED:
        prefix: '&2[Emerald]&f '
        options:
          rank: '850'
        inheritance:
        - DD
      VIP:
        prefix: '&6&nVIP&c*&f '
        options:
          rank: '800'
        inheritance:
        - ED
      BUILDER:
        prefix: '&C[Builder]&f '
        permissions:
        - worldedit.*
        options:
          rank: '800'
        inheritance:
        - FP
      HB:
        prefix: '&c[Head-Builder]&f '
        permissions:
        - worldedit.*
        options:
          rank: '800'
        inheritance:
        - FP
      Moderator:
        prefix: '&5[&9MOD&5]&f '
        permissions:
        - modifyworld.*
        - essentials.mute
        - essentials.tempban
        - essentials.kick
        - essentials.tp
        - essentials.tp.others
        - essentials.tphere
        - essentials.tpo
        - essentials.tpohere
        - essentials.enchant
        - essentials.enchantments.allowunsafe
        - essentials.feed
        - essentials.feed.cooldown.bypass
        - essentials.gamemode
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.repair.all
        - essentials.time
        - essentials.time.set
        - essentials.workbench
        - essentials.list
        - essentials.list.hidden
        - essentials.nick
        - essentials.nick.others
        - essentials.nick.color
        - essentials.nick.magic
        - essentials.nick.format
        - essentials.realname
        - essentials.clearinventory
        - essentials.enderchest
        - essentials.enderchest.others
        - essentials.invsee
        - essentials.jails
        - essentials.kill.force
        - essentials.kill
        - essentials.unban
        - essentials.top
        options:
          rank: '100'
        inheritance:
        - HB
      Admins:
        prefix: '&d[Administrator]&f '
        permissions:
        - permissions.*
        options:
          rank: '2'
      Owner:
        prefix: '&7[Owner]&f '
        permissions:
        - permissions.*
        options:
          rank: '1'
    users:
      ed92e0de-646c-3f6f-9d80-393a3453d955:
        group:
        - Owner
        options:
          name: RAFA_GATO_FOFO
        worlds:
          world:
            permissions:
            - permissions.*
        permissions:
        - essentials.*
        - permissions.*
    


    I'm confused because I've had PEX working on many servers before and I can't seem to get it working now. Is it conflicting with another plugin? If so please let me know, I'll do my best to fix this.
     
  2. Offline

    kungfuko

    Im not a master in PEX but i dont think
    permissions.* is a legit permission node.
     
  3. Offline

    JaguarJo

    kungfuko RAFA_GATO_FOFO The node permissions.* is a legit node but it ONLY gives you all the pex permissions, like the /pex commands and stuff.

    If you want your Admin and Owner groups to have permission to use other commands, you're going to have to set up inheritances or just plain give them the permission nodes. The node that would grant every single permission is '*', but be careful if you use that, because it's essentially the same as giving someone OP.
     
  4. kungfuko
    As far as I've seen, the node permissions.* is supposed to grand every permission.

    Yeah that's the one, fixed it!

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

Share This Page