A Plugin for Bungeecord that allows you to connect a Bungeecord server to a Discord server.
- Install the Plugin
- Run the Bungeecord server once to generate the required config options.
- Goto plugins/DBcon/config.txt
- Look for "Bot Token:" and replace whatever is after the ":" with a Discord bot token
( See how to get one here) - Reboot your Bungeecord server or type /dbreload. If you added a valid bot token in the last step. It will now generate a bot invite in the output console
- Invite the bot to a server of your choosing and run "!Setup" on that server.
- DisBun.link ->Whether or not someone can manually link their account with /link in game
- DisBun.unlink ->Whether or not someone can manually unlink their account with /unlink in game
- DisBun.reload ->(Should be admin only) Whether or not someone can run /DBreload and reload the whole plugin
- %DisBun_DiscordColour% ->The current colour of someone's name
- %DisBun_DiscordRole% ->The top most role someone has
- %DisBun_DiscordName% ->The linked Discord account nickname
This can be toggled off in the config file like every other module.
Advancement's did not exist before 1.12. The Advancements module will only work for Spigot servers that run a version of Minecraft that is newer then 1.12. If you're running a version of Spigot older then 1.12, please ignore the error generated by the fact advancements do not exist in 1.11 and older. As to why I cannot simple implement similar code for achievements as what I currently have for advancements for these older versions of the game. The 1.16 version of the Spigot API got rid of the achievement method. There is thus no easy method to implement achievements.
This relies on a new feature in 1.16 to function properly. That being said, nothing stops you from using it anyway.
The DeathMessage module is coded with 1.16 in mind. This means older versions of the game, especially versions older then 1.12, can be hit or miss with whether the message shown ingame and the message shown by the bot in discord will match exactly. You are free to use any minecraft language file with this plugin. Simple put the language json file in the DisBun file within your "plugins/DisBun/lang" file and edit the plugin config accordingly. This has proven too unstable and has been removed in version 0.0.11. Use !help in the same discord server your bot is in.