/
ServerSwitch is a versatile plugin designed for both BungeeCord and Spigot servers, providing comprehensive server switch logging and serving as an alternative to OnlyProxyJoin. With ServerSwitch, you can effortlessly track player server switches and customize their join experience, enhancing your server network management capabilities.
Features:
Instructions:
Enhance your server network management and provide a seamless join experience for your players with ServerSwitch today!
# Connect to your Database! (IS REQUIRED!)
database:
url: "jdbc:mysql://127.0.0.1:3306/YourDB" # Set Infos here
username: "root"
password: "password"
# YOU HAVE TO SET A SERVERNAME! THE SERVER NAME HAVE TO BE THE SAME AS THE BUNGEECORD NAME TO THIS SERVER!!
server:
# YOU HAVE TO SET A SERVERNAME! THE SERVER NAME HAVE TO BE THE SAME AS THE BUNGEECORD NAME TO THIS SERVER!!
servername: "SETITHERE!" # Example: servername: "Lobby-01"
# Set your custom messages and permissions
messages:
kick: '§cYou need to join through the proxy!'
staff_notification: '§c{player} attempted to join without going through the proxy!'
joinMessage: '§e{player} joined'
leaveMessage: '§e{player} left the server'
permissions:
notify: 'serverswitch.notify' # Set Permission here
settings:
Custom-join-leaveMessages: false
Disable-join-leaveMessages: false
# Connect to your Database! (IS REQUIRED!)
database:
url: "jdbc:mysql://127.0.0.1:3306/YourDB"
username: "root"
password: "password"

ServerSwitch is a versatile plugin for BungeeCord and Spigot servers, offering comprehensive server switch logging and serving as an alternative to OnlyProxyJoin. MYSQL is required.