MQTT Economy
Contact:
geri@flacker.net
Synchronizes the Essentials Economy between servers using an MQTT Broker as a communication bridge.
🔴 Important 🔴
- This plugin works only with Essentials Economy
- Make sure to change the
server
variable in the config file.- If there is more then one server with the same
server
value as others the plugin will not work properly.
- If there is more then one server with the same
Other
Default
config.yml
:
host: 127.0.0.1 port: 1883 server: changeme topic: ecosync
- host (The IP address of the MQTT broker)
- port (The port of the MQTT broker)
- server (The server's name)
- topic (The MQTT topic the plugin publishes to)