config/development/mchat/info.yml

#Groupnames are resolved with the +Groupname,+Gname,+G variables.
#If a player has for example admin as their first group (or only group) than with the +G var it will be resolved to [a].

#These are used only if you do not have a Permissions plugin that supports Info installed.
#Or if you choose to voluntarily use these info settings by setting "info.useNewInfo" in the config.yml to true and "info.useOldNodes"/"info.useLeveledNodes" to false.
#These are used to give individual users access to formatting settings.
#These include group based formatting and user based formatting with world support.
#The path mChat looks for the info Var goes as follows: users.Player.info.Var, users.Player.worlds.World.Var, groups.Group.Var, groups.Group.worlds.World.Var .
users:
    MiracleM4n:
        group: admin
        worlds:
            DtK:
                prefix: ''
        info:
            suffix: ''
            prefix: ''
groups:
    admin:
        worlds:
            DtK:
                prefix: ''
        info:
            prefix: ''
            suffix: ''
            custVar: ''
groupnames:
    admin: '[a]'
    sadmin: '[sa]'
    jadmin: '[ja]'
    member: '[m]'

#As with Groupnames Worldnames are resolved with the  +Worldname,+Wname,+W variables.
#If a player has for example D3GN as their current world than with the +W var it will be resolved to [D].

worldnames:
    D3GN: '[D]'
    DtK: '[DtK]'
    Nether: '[N]'
    Hello: '[H]'
    Nether: '[N]'



#You have to voluntarily choose to use these info settings by setting "info.useOldNodes" in the config.yml to true and "info.useNewInfo"/"info.useLeveledNodes" to false.
#These are used to give groups or individual users access to these formatting settings.
#For any of these you add or remove please give the appropriate nodes to users.
#An appropriate node would be mchat.prefix.admin in this case.
#Also make sure you falsify any inherited nodes by doing a mchat.Whatever.INHERITEDNODE: false (Example for PermissionsBukkit)

mchat:
    custVar:
        admin: ''
        jadmin: ''
        member: ''
        sadmin: ''
    prefix:
        admin: '&4DtK [SO] &7'
        jadmin: '&aDtK [JA] &7'
        member: '&cDtK [M] &7'
        sadmin: '&9DtK [SA] &7'
    suffix:
        admin: ''
        jadmin: ''
        member: ''
        sadmin: ''


#You have to voluntarily choose to use these info settings by setting "info.useLeveledNodes" in the config.yml to true and "info.useNewInfo"/"info.useOldNodes" to false.
#These are used in conjunction with the oldNodes settings. For every mchat.Whatever.NODE above you have to put a rank.Whatever.Node: Integer.
#The Integer show inheritance so if you have more than one permissions node it gives you the one that is a higher tiered value.
#The highest value (First chosen) is 0 and the lowest is 100 (For better performance it is limited to 100.)

rank:
    custVar:
        admin: 0
        jadmin: 2
        member: 3
        sadmin: 1
    prefix:
        admin: 0
        jadmin: 2
        member: 3
        sadmin: 1
    suffix:
        admin: 0
        jadmin: 2
        member: 3
        sadmin: 1


#mChatSuiteNames are resolved with the +mname,+mn variables.
#These are used to replace players names (First Value) to something else (Second Value, Colour codes welcome just make sure to surround in single quotes)
#I would suggest using this instead of +n or +dn as this is exclusive to mChatSuite and mChatSuite only no other plugins can edit it.
#If the players name is not entered here it just returns the players name.

mname:
    MiracleM4n: M1r4c13M4n
    Jessica_RS: M1r4c13M4n's Woman

Got a question? PM MiracleM4n