1. Hi,

    I wanna make a special group for donators.
    But it dont work for me, can some one help with it?
    Code:
    groups {
        default {
            default = 'True'
            inherits = ''
            permissions {
                - 'rok.fairplay'
            }
            nameFormat = '%name%'
            chatFormat = '%name% : %message%'
            guildFormat = '[21C447][%guild%] %name% : %message%[-]'
            localChatFormat = '[Local] %name% : %message%'
            whisperSendFormat = '[C4257A]%name% >> %message%[-]'
            whisperReceiveFormat = '[D12681]%name% << %message%[-]'
        }
    VIP {
            default = 'True'
            inherits = ''
            permissions {
                - 'rok.fairplay'
            }
            nameFormat = '%name%'
            chatFormat = '[FF0000][VIP][FFFFFF] %name% : %message%'
            guildFormat = '[21C447][%guild%] %name% : %message%[-]'
            localChatFormat = '[Local] %name% : %message%'
            whisperSendFormat = '[C4257A]%name% >> %message%[-]'
            whisperReceiveFormat = '[D12681]%name% << %message%[-]'   
    owner {
            inherits = ''
            permissions {
                - '*'
            }
            nameFormat = '%name%'
            chatFormat = '[FF0000][OWNER][FFFFFF] %name% : %message%'
            guildFormat = '[21C447][%guild%] %name% : %message%[-]'
            localChatFormat = '[Local] %name% : %message%'
            whisperSendFormat = '[C4257A]%name% >> %message%[-]'
            whisperReceiveFormat = '[D12681]%name% << %message%[-]'
        }
        admin {
            inherits = ''
            permissions {
                - '*'
            }
            nameFormat = '%name%'
            chatFormat = '[FF881F][ADMIN][FFFFFF] %name% : %message%'
            guildFormat = '[21C447][%guild%] %name% : %message%[-]'
            localChatFormat = '[Local] %name% : %message%'
            whisperSendFormat = '[C4257A]%name% >> %message%[-]'
            whisperReceiveFormat = '[D12681]%name% << %message%[-]'
        }
    }
    # }
    users {
       admin1 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
        owner1 {
            groups {
                - 'owner'
            }
            permissions {
            }
        }
        admin2 {
            groups {
                - 'admin'
            }
            permissions {
            }
        }
    }
    macros {
    }
     
  2. I dnt know if json has a online parser which see if you have any type errors (main one is a space where u didnt intend). like this
    Online YAML Parser that area has a jason paser alsow found your issue.

    Output
    ERROR:

    mapping values are not allowed here
    in "<unicode string>", line 9, column 30:
    chatFormat = '%name% : %message%'
    ^


    Just copy and paste new threads to the online parser and will always so u error where there is one. GL
     
    Last edited by a moderator: Oct 7, 2016