This repository was archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
AuthToolsBungee Configuration
pavlyi1 edited this page May 29, 2021
·
5 revisions
The first time you run the plugin AuthToolsBungee, the plugin creates config.yml file in the plugins/AuthToolsBungee folder,
with which you can configure settings.
###################################
# #
# AuthToolsBungee #
# #
# Author: Pavlyi #
# Website: http://pavlyi.eu #
# #
###################################
# List of servers that you need to be authenticated.
authServers:
- "auth"
- "lobby"
# Disable players to perform commands when the player needs to authenticate.
commandsRequireAuth: true
# List of commands allowed to be performed without being authenticated.
whitelistedCommands:
- "/login"
- "/register"
- "/2fa recover"
# Disable server switching when a player isn't authorized
serverSwitchRequiresAuth: true
# Server switch kick message
serverSwitchRequiresAuthKickMessage: "&cAuthorization required!"To change settings on a running server, you need to save your changes to config.yml and restart the server.