MQTT Economy
Contact information:
geri@flacker.net
This plugin provides synchronization of the Essentials Economy system between different servers, using MQTT Broker as a communication bridge for data transmission.
⚠️ Important Notes
- The plugin works exclusively with the Essentials economy system
- Be sure to change the
serverparameter in the configuration file - If multiple servers have the same
servervalue, the plugin will not function properly
Configuration Settings
The standard config.yml file contains the following parameters:
host: 127.0.0.1
port: 1883
server: changeme
topic: ecosync
Parameter descriptions:
- host (IP address of the MQTT broker)
- port (Port of the MQTT broker)
- server (Unique server name)
- topic (MQTT topic used by the plugin for data publishing)