-
Notifications
You must be signed in to change notification settings - Fork 8
Configuration
This page acts as a clarification of how I've formatted configuration data on the wiki, though really it is only to clear up one point that people who haven't tried making a plugin may not understand.
keyOne:
keyTwo: 'Hello world'If I am trying to talk about keyTwo which is "inside" (for lack of a better word) of keyOne then I will write it as keyOne.keyTwo which is also how configuration values are accessed using code.
Global configuration variables can be found here, it does not matter where you place them as they should always be formatted appropriately.
The most up to date configuration file can always be found here. I will try to post the latest configuration file here whenever I update BungeeEssentials, hopefully there shouldn't be any changed for a while though.
enable:
- alert
- announcement
- commandspy
- hide
- joinannounce
- lookup
- mute
- send
- sendall
- spy
- staffchat
- chat
- find
- ignore
- join
- list
- message
- slap
- aliases
#- betaupdates
#- clean
- fulllog
- log
#- multilog
- rules
- rules-chat
- spam
- spam-chat
- updater
commands:
alert:
- 'alert'
- 'broadcast'
commandspy:
- 'commandspy'
- 'cspy'
hide:
- 'hide'
lookup:
- 'lookup'
mute:
- 'bmute'
send:
- 'send'
sendall:
- 'sendall'
spy:
- 'spy'
- 'socialspy'
staffchat:
- 'staffchat'
- 'admin'
- 'a'
- 'sc'
chat:
- 'g'
- 'global'
find:
- 'find'
- 'whereis'
ignore:
- 'bignore'
join:
- 'join'
list:
- 'glist'
- 'servers'
- 'serverlist'
message:
- 'message'
- 'msg'
- 'm'
- 'pm'
- 't'
- 'tell'
- 'w'
- 'whisper'
reply:
- 'reply'
- 'r'
slap:
- 'slap'
- 'uslap'
- 'smack'
reload:
- 'gssreload'
aliases:
- alias: 'greet'
commands:
- 'msg {0} Hey! How are you doing today? I was at {{ SERVER }} but I''m coming to join you!'
- 'join {0}'
- alias: 'disappear'
commands:
- 'spy'
- 'cspy'
- 'hide'
configversion: 2.4.5Project initially created by csh, maintained by PantherMan594! Visit plugin page