Plugin Help PermissionsEX. Correct Sytnex, won't parse one line only.

Discussion in 'Plugin Help/Development/Requests' started by DatDudeBP4|kjh16, Mar 31, 2015.

Thread Status:
Not open for further replies.
  1. Code:
    groups:
      Member:
        options:
          default:'true'
          prefix:'&0[&fMember&0] &7'
          rank:'1'
        permissions:
    
    This is the code
    This is the return from YAML Parser

    Code:
    Parsing Errors:
    Unable to parse string: Unable to parse line 4 (default:'true').
    
    groups:
      Member:
        options:
          default:'true'      prefix:'&0[&fMember&0] &7'
          rank:'1'
        permissions:

    What the heck is wrong with it? I can't figure it out ;-;
     
  2. Online

    timtower Administrator Administrator Moderator

    @DatDudeBP4|kjh16 You are missing spaces, there needs to be a blank space after each semicolon, and remove the quotes from the true
     
  3. Thank you! Will do and I'll check back in to tell you what happens! Thank you so much!

    We got it working, thank you so much!
     
    Last edited by a moderator: Mar 31, 2015
Thread Status:
Not open for further replies.

Share This Page