Solved PEX Help

Discussion in 'Plugin Help/Development/Requests' started by Turtle123mlg, Sep 9, 2016.

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

    Turtle123mlg

    I just need some help with the permissions.yml. I am running a 1.10 server but the latest pex is 1.9 I figured it would still work though. So my permissions look like this. I do not have a chat plugin.
    Code:
    groups:
      Survivalist:
        build: true
        permissions:
        - modifyworld.chat
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
        options:
          prefix: '[&7 Survivalist] '
          default: true
      Helper:
        build: true
        permissions:
        - modifyworld.chat
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
        - essentials.kick
        options:
          prefix: '[&2 Helper] '
          default: true
      Mod:
        build: true
        permissions:
        - modifyworld.chat
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
        - essentials.kick
        - essentials.ban
        options:
          prefix: '[&3 Mod] '
          default: false
      Admin:
        build: true
        permissions:
        - modifyworld.chat
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
        - essentials.kick
        - essentials.ban
        - essentials.god
        - essentials.vanish
        - essentials.gamemode.creative
        - essentials.invensee
        - essentials.tp
        options:
          prefix: '[&4 Admin] '
          default: false
      Owner:
        build: true
        options:
          prefix: '[&e&1&n Owner] '
          default: false
    schema-version: 1
    So there it is. Anything I'm doing wrong because when I log in it doesn't show any prefix no permissions no nothing.

    EDIT by Timtower: added code tags
     
    Last edited by a moderator: Sep 9, 2016
  2. Offline

    oceantheskatr

    Pasting your permissions.yml in the thread without code tags will remove any and all formatting it may have had. Please copy the contents of your permissions.yml file and paste it at http://pastebin.com/ and link the URL here.
     
    timtower likes this.
  3. @Turtle123mlg
    There doesn't seem to be anything wrong with your permissions file. Could we have a look at the startup log of your server?
     
  4. Offline

    TheSilentPvP

    I would DEFINITELY recommend Groupmanager, as PEX is tends to be very buggy and break often. Also, groupmanager's groups list is very easy to use if you used PEX before.
     
  5. Offline

    Turtle123mlg

    Oh, sorry it was the chat plugin. It needs a chat plugin to work thank you!
     
Thread Status:
Not open for further replies.

Share This Page