简体中文 | English
An MCDReforged plugin which can easily query the online players
Send list
command to other sub-server through rcon, then parse the online players and display it, that's all!
- Add the dependency multi_rcon_api and add your config!
2.Add this plugin
- Launch the MCDReforged, the config file will automatically generated in
config/online/config.json
with the default value as following:
{
"join": true,
"click_event": true
}
-
join
whether show the online list after player join -
click_event
whether to add click event for switch between sub-servers by click the server name -
If
click_event
is set to true,please make sure the server name inmulti_rcon_api
is as the same with your server proxy (just the name after/server
command)
- Finally, use
!!MCDR r all
to reload, or restart your server to make it works