12
0
Fork 0
SteamWarBungeeTeamserver/src/config.yml

21 Zeilen
861 B
YAML

# Config for SteamWar TeamServer-Integration.
# Every setting is locally and will not be sent to SteamWar.
# Set this to 'false' to disable the TeamServer-Integration completely.
plugin-enabled: true
# Set this to 'true' to force joining from SteamWar.
force-only-steamwar-join: false
# Set this to a message to be displayed to the joining player whilst not joining from SteamWar.
# This will only be sent if 'force-only-steamwar-join' is set to 'true'.
not-from-steamwar-message: "You are not allowed to join this server."
# Set this to 'true' to enable the TeamServer-Integration whitelist.
# This will not affect normal connections, only those coming from SteamWar.
whitelist-enabled: false
# You can either whitelist a UUID(recommended) or a UserName.
# UUID's need to be in the format of 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
whitelisted-players: []