PermissionsEx - Commands not working

Discussion in 'Bukkit Help' started by Rapid!, Jun 30, 2014.

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

    Rapid!

    I've been setting up permissionsEx on my server, but when I try to promote someone nothing happens, I type in the command and it just does nothing, the user I try to promote does not recieve the perms, prefix or anything, here is a copy of the config file if its needed
    http://pastebin.com/56zU3HT7
     
  2. Offline

    MarioAlessandro

    Code:
    groups:
      Default:
        default: true
        inheritance:
        - Default
        permissions:
        - modifyworld.chat
        - essentials.help
        - essentials.sethome
        - essentials.home
        - essentials.spawn
        - modifyworld.*
        options:
          rank: '1000'
        worlds:
          world:
            permissions:
            - null
      Mod:
        default: false
        inheritance:
        - Default
        permissions:
        - essentials.fly
        - essentials.kick
        - essentials.mute
        - essentials.tjail
        - essentials.jail
        - essentials.tempban
        - essentials.vanish
        options:
          rank: '1000'
        worlds:
          world:
            permissions:
            - null
      Admin:
        default: false
        inheritance:
        - Mod
        permissions:
        - essentials.gamemode
        - essentials.ban
        - essentials.unban
        - essentials.ipban
        - essentials.unipban
        - essentials.pardon
        - essentials.enchant
        - essentials.item
        - essentials.give
        - essentials.banip
        options:
          rank: '1000'
        worlds:
          world:
            permissions:
            - null
    That's how it should look in the permissions.yml file, regarding the prefixes and suffix then you have to set that information in your essentials folder -> config.yml file under Essentials Chat (Chat section).

    Hope this helps!
    Good luck!
     
  3. Offline

    JaguarJo

    Rapid! Try this one: http://pastebin.com/ZH6L1KmL Your formatting was off a little bit in several places.

    MarioAlessandro You fixed most of the formatting problems but unfortunately added in some new ones. Default cannot inherit from itself. You gave every rank the same rank value, which may confuse the promote command. There was no need to add the per-world permissions sections since they weren't being used anyway. There was no reason to remove the prefixes and suffixes as they are valid PEX sections. And finally, with version 1.22, the default: true/false line has been moved to the options section.
     
  4. Offline

    MarioAlessandro

    Regarding inheritance, that will not cause any issues, it will basically act as a null dead space in the file. Rank values, yes correct I did make them all the same but figured they would change that themselves (probably should've stated something about that). And the world permissions were sections that are not necessary but good to have for modifications (again, this does not affect the file in any way). The prefixes and suffixes I did notice while looking into a Essentials config about prefixes and realized that Essentials will disable it's own chat modifications if you do so. My bad! :) Everyone has their own way on editing configuration settings! :)
     
  5. Offline

    Raw180

    groupmanager's built in groups are better for dedicated servers. i advise using gm.
     
  6. Offline

    Rapid!

    Thanks, everything seems to be running smoothly now.
     
Thread Status:
Not open for further replies.

Share This Page