Skip to content

Establish a secure link between servers. Support independent use and use as MCDR plugin. Support loading sub plugins and working as pre plugins.

License

Notifications You must be signed in to change notification settings

zhongbai2333/ConnectCore

Repository files navigation

ConnectCore

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 | 简中

Usage

Standalone Usage

  1. Place the ConnectCore.pyz file in an empty folder.
  2. Run the following command in the terminal: python ConnectCore.pyz server or python ConnectCore.pyz client to start the server or client.
  3. Follow the prompts to configure.

Usage as an MCDR Plugin

  1. Place the ConnectCore.pyz file in the MCDR plugin directory (usually the plugins folder).
  2. Start the MCDR server, then use the !!connectcore init command to enable the initialization process.
  3. Follow the prompts to configure.

Development

  • A detailed English development documentation can be found on the WIKI.
  • For sample plugins, please visit ExamplePlugin.

Notes

  • 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.

About

Establish a secure link between servers. Support independent use and use as MCDR plugin. Support loading sub plugins and working as pre plugins.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages