Skip to content

Instantly share code, notes, and snippets.

@Xanadar
Created June 4, 2011 08:51
Show Gist options
  • Save Xanadar/1007732 to your computer and use it in GitHub Desktop.
Save Xanadar/1007732 to your computer and use it in GitHub Desktop.
herochat
globals:
separate-chat-log: false
incoming-tell-format: '&8From {player}: &d'
censors:
- \bu+\W*m+a+d+(\W*br(a|o)+)?
- some_other_word;replacement
plugin-tag: '§e[HeroChat] '
craftIRC-prefix: ':'
outgoing-tell-format: '&8To {receiver}: &d'
default-channel: Global
default-message-format: '{color}[{nick}] &f{prefix}{player}{suffix}{color}: '
craftIRC-message-format: '[{nick}] {player}: '
channels:
Local:
local-distance: 100
color: WHITE
nickname: L
permissions:
speak: []
join: []
message-format: '&f{prefix}{player}{suffix}{color}: '
craftIRC:
game-to-IRC: []
IRC-to-game: []
worlds: []
password: ''
lists:
bans: []
moderators: []
options:
hidden: false
shortcut-allowed: true
auto-join: true
local: true
cross-world-chat: true
join-messages: false
forced: false
Staff:
color: LIGHT_GREEN
nickname: S
permissions:
speak:
- player
join:
- admins
- mods
message-format: '{default}'
craftIRC:
game-to-IRC: []
IRC-to-game: []
worlds: []
password: ''
lists:
bans: []
moderators: []
options:
hidden: true
shortcut-allowed: true
auto-join: true
local: false
cross-world-chat: true
join-messages: true
forced: false
Trade:
color: WHITE
nickname: T
permissions:
speak: []
join: []
message-format: '{default}'
craftIRC:
game-to-IRC: []
IRC-to-game: []
worlds: []
password: ''
lists:
bans: []
moderators:
- Xanadar
options:
hidden: false
shortcut-allowed: false
auto-join: false
local: false
cross-world-chat: true
join-messages: false
forced: false
AlertSystem:
color: ROSE
nickname: alert
permissions:
speak:
- admins
- mods
join: []
message-format: '&4[ALERT]{color}: '
craftIRC:
game-to-IRC:
- main
IRC-to-game: []
worlds: []
password: ''
lists:
bans: []
moderators: []
options:
hidden: false
shortcut-allowed: true
auto-join: true
local: false
cross-world-chat: true
join-messages: false
forced: true
Global:
color: WHITE
nickname: G
permissions:
speak: []
join: []
message-format: '{default}'
craftIRC:
game-to-IRC:
- main
IRC-to-game:
- main
worlds: []
password: ''
lists:
bans: []
moderators: []
options:
hidden: false
shortcut-allowed: true
auto-join: true
local: false
cross-world-chat: true
join-messages: false
forced: false
HelpMe:
color: LIGHT_BLUE
nickname: H
permissions:
speak: []
join: []
message-format: '{default}'
craftIRC:
game-to-IRC: []
IRC-to-game: []
worlds: []
password: ''
lists:
bans: []
moderators: []
options:
hidden: false
shortcut-allowed: true
auto-join: true
local: false
cross-world-chat: true
join-messages: false
forced: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment