Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.67 KB

README_EN.md

File metadata and controls

37 lines (23 loc) · 1.67 KB

Online

MCDReforged license build status Release total download

简体中文 | English

An MCDReforged plugin which can easily query the online players


Introduction

Send list command to other sub-server through rcon, then parse the online players and display it, that's all!

image


Usage

  1. Add the dependency multi_rcon_api and add your config!

2.Add this plugin

  1. 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 in multi_rcon_api is as the same with your server proxy (just the name after /server command)

  1. Finally, use !!MCDR r all to reload, or restart your server to make it works