Plugin Help Permissions Ex not working??

Discussion in 'Plugin Help/Development/Requests' started by PFC2012, Jul 21, 2017.

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

    PFC2012

    I believe I have some sort of syntax error but I can't find where pex is automatically disabled by the server everytime the server is restarted https://pastebin.com/5Qj4D8tP
     
  2. Offline

    Machine Maker

    @PFC2012 Can you post your full console log?

    Also, try cutting (and pasting somewhere else so you still have it) out whole ranks and see which group is causing the error.
     
  3. Offline

    FrostDevStudios

    @PFC2012
    Just by Eye Balling your pastebin. These are possible issues
    But Yes i will need to see a COMPLETE error log inorder to help you effectively
    Code:
      Builder:
        options:
          prefix: '&7[&bBuilder&7] '
      '&0[&7Iron&0]': {}
      Iron:
        options:
          prefix: '&0[&7Iron&0] '
    Here might be another issue
    Code:
      Nobleman:
        options:
          prefix: '&7[&bNobleman&7] '
        worlds:
          '''''':
            options:
              prefix: '''''&7[&bNobleman&7]'
    As well as here
    Code:
      Pro:
        worlds:
          '&3(&4&l"PRO"&3)"':
            options:
              prefix: add
        options:
          prefix: '&3(&4&l"PRO"&3)"'
     
Thread Status:
Not open for further replies.

Share This Page