Installation
General
This plugin can be installed on each of your servers. You can decide which instance should host the Discord bot, by enabling or disabling the Bot module in DiscordBridge/Modules/bot.yml
.
Multiple Instances
If you run multiple instances of this plugin, it's recommended to use Redis to forward chat from a in-game server to the instance that hosts the bot. You can also have each instance host their own bot instance, if you can't use Redis. So, Redis is optional, but recommended.
Instance Setup
Place the downloaded plugin file in the plugins folder of your server.
Start the server.
If this instance should host the Discord bot: Setup the bot module. If you do not wish this instance to run the Discord bot, make sure to disable the module in
/DiscordBridge/Modules/bot.yml.
Restart the server. At initial setup and when enabling or disabling modules, a restart is required. Some other options require a restart as well. If so there is a note stating that at the option. Otherwise, executing
/discordbridge admin reload
is sufficient.Optional: Set permissions in your permissions plugin: Link
Last updated