Advertisement
SynMonger

iChat

Oct 10th, 2011
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.39 KB | None | 0 0
  1. # iChat Variable Config
  2. # This is now the only method for defining variables
  3. users:
  4. groups:
  5.     Administrators:
  6.         name: Admin
  7.         prefix: '&e'
  8.         suffix: ''
  9.     Registered:
  10.         name: Reg
  11.         prefix: '&2'
  12.         suffix: ''
  13.     Everyone:
  14.         name: Guest
  15.         prefix: '&7'
  16.         suffix: ''
  17.     Moderators:
  18.         name: Mod
  19.         prefix: '&b'
  20.         suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement