-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
jingwenMC edited this page Feb 8, 2022
·
6 revisions
Compatable: 2.0.x
#MQEasy Config File
#Identify the config version
version: 1a
#Built-in ActiveMQ Broker settings
#Please enable ONLY ONE broker on each network
broker:
enable: false
ipport: 127.0.0.1:61616
#Remote ActiveMQ Broker's settiings, will not work if "broker.enable" is set to "true"
#This will connect your instance to the remote broker
remote:
ipport: 127.0.0.1:61616
#The server's ID, BungeeCord and Spigot will both work
#This ID should be UNIQUE
#The ID will be used in other plugins
id: server1
#Enable debug mode
debug: false