Automatically reconnect players to a server on server disable
AutoReconnectPM is a PocketMine-MP 5.x plugin that ensures a smooth player experience by automatically reconnecting players to a server when the current one shuts down
config.yml with optional debug messages# Automatically reconnect players to the same server (requires proxy support)
auto-reconnect: true
# Enable debug logging
debug-messages: true
# Target server details (used only if auto-reconnect is false)
query:
ip-address: sukomc.net
port: 19132