ConnectorPlugin icon indicating copy to clipboard operation
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...

Results 4 ConnectorPlugin issues
Sort by recently updated
recently updated
newest added

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

enhancement

Trying to make a command run on the velocity proxy from the spigot subserver, but it's not doing anything ![image](https://github.com/Phoenix616/ConnectorPlugin/assets/65089425/a1345a64-9f49-47c6-95dd-8dbe41e33aee) ![image](https://github.com/Phoenix616/ConnectorPlugin/assets/65089425/584d52c2-1c79-45a9-9428-bc3bab85237e)

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

enhancement