Code (YAML):
language
: en
bstats-enable
: true
servers:
server1:
addr
: 192.168.2.101
port
: 27015
password
: secure
serverdir
: ..\Server1\
startscript
: start.bat
active
: true
always-stop
: false
server2:
addr
: 192.168.2.102
port
: 27015
password
: onetwothree
serverdir
: ..\Server2\
startscript
: start.bat
active
: true
always-stop
: false
system-commands:
runexplorer:
execute
: 'explorer'
permission
: 'bungeeserveradmin.stats.commands.explorer'
language - language of the plugin/commands. Go to the plugin's folder, duplicate the i18n_en.yml file in the i18n folder, rename it according to your language (e.g. i18n_de.yml) and translate the contens of the file.
bstats-enable - Should the plugin use bStats?
addr - address of the server
port - rcon Port
password - rcon password
serverdir - path to the server (use
\ for Windows and
/ for Linux)
startscript - name of the startscript (add
./ on Linux and
.\ on Windows, eg. ./start.sh)
active - should the server be started when the plugin is loaded?
always-stop - also stopps the server if it has not been started by BungeeServerAdmin
execute - Command to be executed on the system
permission - Permission for the command