Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 3.02 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. plugin:
  2.     default_locale: en
  3.     locales: [en]
  4.     # if allow_channels is false, your users will be unable to use any channel
  5.     # related commands, and as such the default channel will become their permanent
  6.     # chat place (it is recommended to set default_channel to global if you set this to false)
  7.     # note: a change to this setting will require a full /reload or server restart
  8.     allow_channels: true
  9.     allow_whispers: true
  10.     allow_afk: true
  11.     # This is the default channel a player will be chatting in. A value of 'global'
  12.     # means that they will chat to everyone on the server, while 'world' means
  13.     # that only players on their current world will see their messages.
  14.     # values for default_channel are ONLY 'global' or 'world'
  15.     default_channel: global
  16.     global_channel_name: 'Global'
  17.     # persist_user_settings will determine whether or not individual user settings
  18.     # like localizations and channels will be persisted between sessions
  19.     # if this is set to true, it will increase overhead by a small amount
  20.     persist_user_settings: false
  21.     debug: false
  22. groups:
  23.     # %f = faction format
  24.     # %h = Heroes class
  25.     # %c = channel name
  26.     # %n = player name; %dn = player display name
  27.     # %t = target name; %dt = target display name
  28.     # %p = prefix; %s = suffix
  29.     # %w = world
  30.     # %m = sent message
  31.     # &0-F = color codes, case-insensitive
  32.     default:
  33.         weight: 1
  34.         channel: '[%c]'
  35.         prefix: ''
  36.         group: ''
  37.         suffix: ''
  38.         afk: ''
  39.         format:
  40.             global: '[%w] <&7%n&f> %m'
  41.             message: '[%w] <&7%n&f> %m'
  42.             whisper_send: '&6To &B%t&6>>&F %m'
  43.             whisper_receive: '&6From &B%t&6>>&F %m'
  44.     user:
  45.         weight: 2
  46.         channel: '[%c]'
  47.         prefix: ''
  48.         group: 'user'
  49.         suffix: ''
  50.         afk: '&8(AFK)&f'
  51.         format:
  52.             global: '[%w] <&9%n&f%afk> %m'
  53.             message: '[%w] <&9%n&f%afk> %m'
  54.             whisper_send: '&6To &B%t&6>>&F %m'
  55.             whisper_receive: '&6From &B%t&6>>&F %m'
  56.     moderator:
  57.         weight: 4
  58.         channel: '[%c]'
  59.         prefix: ''
  60.         group: 'moderator'
  61.         suffix: ''
  62.         afk: ' &8(AFK)&f'
  63.         format:
  64.             global: '[%w] <&a%n&f%afk> %m'
  65.             message: '[%w] <&a%n&f%afk> %m'
  66.             whisper_send: '&6To &B%t&6>>&F %m'
  67.             whisper_receive: '&6From &B%t&6>>&F %m'
  68.     developer:
  69.         weight: 3
  70.         channel: '[%c]'
  71.         prefix: ''
  72.         group: 'developer'
  73.         suffix: ''
  74.         afk: '&8(AFK)&f'
  75.         format:
  76.             global: '[%w] <&5%n&f%afk> %m'
  77.             message: '[%w] <&5%n&f%afk> %m'
  78.             whisper_send: '&6To &B%t&6>>&F %m'
  79.             whisper_receive: '&6From &B%t&6>>&F %m'
  80.     admin:
  81.         weight: 5
  82.         channel: '[%c]'
  83.         prefix: ''
  84.         group: 'admin'
  85.         suffix: ''
  86.         afk: '&8(AFK)&f'
  87.         format:
  88.             global: '[%w] <&c%n&f%afk> %m'
  89.             message: '[%w] <&c%n&f%afk> %m'
  90.             whisper_send: '&6To &B%t&6>>&F %m'
  91.             whisper_receive: '&6From &B%t&6>>&F %m'