Problem/Bug Need Help! PermissionsEX (Disabled)

Discussion in 'Bukkit Help' started by Salvatore123, Apr 16, 2018.

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

    Salvatore123

    Code:
    groups:
      Esquire:
        default: true
        permissions:
        - modifyworld.*
        - essentials.build
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        options:
          rank: '5'
          message-format: '&7[Guest] &f%player: %message'
      Bronze:
        default: false
        inheritance:
        - Esquire
        permissions:
        - essentials.tp
        - essentials.tp.others
        options:
          rank: '4'
          message-format: '&2[Member] &f%player: %message'
      Moderator:
        default: false
        inheritance:
        - Bronze
        permissions:
        - essentials.kick
        - essentials.kick.exempt
        - essentials.fly
        - essentials.gamemode
        - essentials.tphere
        - essentials.tpo
        - essentials.tpohere
        - essentials.tptoggle
        - essentials.tppos
        options:
          rank: '3'
          message-format: '&e[Moderator] &f%player: %message'
      Admin:
        default: false
        inheritance:
        - Moderator
        permissions:
        - essentials.gamemode
        - '*'
        - essentials.gamemode.others
        - essentials.tpaall
        - essentials.fly.other
         options:
          rank: '2'
          message-format: '&d[Admin] &f%player: %message'
      owner:
        default: false
        inheritance:
        - Admin
        permissions:
        - '*'
        - worldedit.help
        - worldedit.fill
        - worldedit.calc
        - worldedit.remove
        - worldedit.butcher
        - worldedit.extinguish
        - worldedit.green
        - worldedit.thaw
        - worldedit.snow
        - worldedit.replacenear
        - worldedit.removenear
        - worldedit.removebelow
        - worldedit.removeabove
        - worldedit.region.walls
        - worldedit.regen
        - worldedit.history.clear
        - worldedit.clipboard.paste
        - worldedit.biome.set
        - worldedit.biome.info
        options:
          rank: '1'
          message-format: '&6[Owner] &f%player: %mess
    I just recently got this plugin and wanting to create a server will fully usable permissions. I coded this as my permissions for staff and guests also my VIP rank (Bronze).

    When I try to promote /pex user Factions_Chiron set group Owner
    Something pops up like
    Not enough permissions or an internal error occured...

    When I access the command /pl or /plugins everything is green but the plugin permissionsEX is red
    I might have screwed up spacings or comma's etc please help!!

    Please I just need help. If someone can kindly help me. I tried the program to catch errors but doesnt work?!
     
    Last edited: Apr 16, 2018
  2. Offline

    Shreaders1

    You can plug your config code into a YAML Parser
    i.e. http://yaml-online-parser.appspot.com.
    The results of inserting your code were as follows:

    Basically you forgot to close your message format with a '. I've made you a corrected copy of your configuration file which should work for you. https://pastebin.com/eR6a26dy

    Thanks,
    - Shreaders
     
  3. Offline

    Salvatore123

    Thank you it worked:)
     
    Last edited by a moderator: Apr 18, 2018
    Shreaders1 likes this.
Thread Status:
Not open for further replies.

Share This Page