This is a plugin for MCDReforged that can also be used independently. It allows you to set up your server as a plugin control group, primarily used for communication between plugins across different sub-servers, such as providing APIs and communication support for cross-server chat. It offers high security and easy configuration, making it suitable for various server environments.
English | 简中
- Place the
ConnectCore.pyz
file in an empty folder. - Run the following command in the terminal:
python ConnectCore.pyz server
orpython ConnectCore.pyz client
to start the server or client. - Follow the prompts to configure.
- Place the
ConnectCore.pyz
file in the MCDR plugin directory (usually theplugins
folder). - Start the MCDR server, then use the
!!connectcore init
command to enable the initialization process. - Follow the prompts to configure.
- A detailed English development documentation can be found on the WIKI.
- For sample plugins, please visit ExamplePlugin.
- Ensure that your server and client can properly connect to the network.
- A group of servers has only one server-side instance, but multiple clients can connect.
- If you encounter any issues, please refer to the WIKI or contact the developer.