ConnectorPlugin
ConnectorPlugin copied to clipboard
Plugin to simplify communication between multiple Minecraft servers (and proxies) in a network. Supports plugin messages, redis and MQTT (e.g. using RabbitMQ or Google Cloud. MQTT is untested rn!). Re...
#### Used Version #### Config ```# Plugin debugging debug: true # Currently supported types: # - "plugin_messages" (will not be able to send messages from server without any players online)...
Add some form of peer-to-peer connection without requiring some external server for it to work reliably out of the box.
Trying to make a command run on the velocity proxy from the spigot subserver, but it's not doing anything  
### Is your feature request related to a problem? Please describe. Multiple proxy players can use two accounts (with the same name) to access the server simultaneously, which may cause...
### What is happening? If wherever the plugin is running loses connection to the redis server, it'll leave the plugin in a state where it's unusable. ### What did you...