pex not working

Discussion in 'Plugin Help/Development/Requests' started by adahptation, Jul 3, 2017.

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

    adahptation

    so its set to .yml and its red when i do /pl and when i set it to .jar it works its green when i set /pl see this would be a fix but then i cant edit my ranks so it must be a issue in my .yml file so ill put a paste bin showing you whats in the folder .yml folder could you tell me whats wrong with it please

    https://pastebin.com/r1fcwWHA

    the folder bit is just the name of the file
     
  2. Offline

    yPedx

    @adahptation
    Spacings are all messed up here:
    Code:
    NOOB:
        options:
    rank: '3'
          prefix: '&3 [MEMBER]'
        permissions:
        - modifyworld.*
        - PermissionsRanks.Operator
    Here's a fixed one:
    Code:
    NOOB:
      options:
        rank: '3'
        prefix: '&3 [MEMBER]'
        permissions:
        - modifyworld.*
        - PermissionsRanks.Operator
     
    adahptation likes this.
  3. Offline

    adahptation

    ty what a silly mistake
     
Thread Status:
Not open for further replies.

Share This Page