Skip to content

Installation

jingwenMC edited this page Feb 8, 2022 · 4 revisions

Compatible: 2.0.x


If you have only one BungeeCord instance on a network:
0. Download latest build on https://github.com/jingwenMC/MQEasy/releases/latest

  1. Shutdown BungeeCord
  2. Put MQEasy-x.x.x-xxx.jar into you BungeeCord's plugin folder
  3. Start up BungeeCord
  4. Configure plugin/MQEasy/config.yml
    Note: It's recommended to enable built-in ActiveMQ Broker in BungeeCord.
  5. Restart BungeeCord
  6. Shut down the backend Spigot servers
  7. Put MQEasy-x.x.x-xxx.jar into you Spigot servers' plugin folder
  8. Start up the spigot servers
  9. Configure plugin/MQEasy/config.yml
  10. Restart Spigot servers
  11. Done!

If you have more than one BungeeCord instance on a network:
0. Download latest build on https://github.com/jingwenMC/MQEasy/releases/latest

  1. Shutdown all BungeeCord instances
  2. Put MQEasy-x.x.x-xxx.jar into you BungeeCords' plugin folder
  3. Start up all BungeeCord instances
  4. Configure plugin/MQEasy/config.yml
    Note: It's recommended to enable built-in ActiveMQ Broker in only one BungeeCord instance.
  5. Restart all BungeeCord instances
  6. Shut down the backend Spigot servers
  7. Put MQEasy-x.x.x-xxx.jar into you Spigot servers' plugin folder
  8. Start up the Spigot servers
  9. Configure plugin/MQEasy/config.yml
  10. Restart Spigot servers
  11. Done!

Further reading:
Configuration Guide: https://github.com/jingwenMC/MQEasy/wiki/Configuration

Clone this wiki locally