Skip to content
Connor Spencer Harries edited this page Jan 17, 2015 · 24 revisions

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.

Default configuration

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.

1.0.5 configuration

enable:
    - admin
    - alert
    - find
    - hide
    - list
    - message
    - send
    - sendall
    - slap
    - spy
format:
    admin: '&c{{ SERVER }} - {{ SENDER }} » &7{{ MESSAGE }}'
    alert: '&8[&a+&8] &7{{ MESSAGE }}'
    find: '&e{{ PLAYER }} &ais playing on &e{{ SERVER }}'
    message: '&a({{ SERVER }}) &7[{{ SENDER }} » {{ RECIPIENT }}] &f{{ MESSAGE }}'
    send: '&aSending &e{{ PLAYER }} &ato server &e{{ SERVER }}'
list:
    header: '&aServers:'
    body: '&a- {{ SERVER }} {{ DENSITY }}'
spy:
    message: '&7[{{ SENDER }} » {{ RECIPIENT }}] &7{{ MESSAGE }}'
    enabled: '&aSocialspy has been enabled'
    disabled: '&cSocialspy has been disabled'
hide:
    enabled: '&aYou are now hidden from all players!'
    disabled: '&cYou are now visible to all players!'
errors:
    invalid: '&cInvalid arguments provided.'
    offline: '&cSorry, that player is offline.'
    slap: '&cYou are unworthy of slapping people.'
    messages: '&cNobody has messaged you recently.'

Clone this wiki locally