Releases: Lukiiy/DiscordBridge
Releases · Lukiiy/DiscordBridge
1.6 - Ever so slightly better
- [Craftbukkit] Added the option to desample colored names
- [Spigot, Paper, Folia] Fixed formatting!
- [Craftbukkit] Backported some formatting features from the newer versions
- Set every event priority to MONITOR as nothing of the event is being changed. (by @hjk321)
- [Spigot, Paper, Folia] Refactor DSerialAdvnt's toDiscord & fromDiscord to make the formatting actually work between them
- [Craftbukkit] Fixed a formatting issue with the ThreadCreation event
- [Craftbukkit, Spigot] Added a Discord Member Join message
- Fixed the shutdown function to take errors into account (Ideas by @hjk321 & @eteryi)
Full Changelog: 1.5...1.6
Spigot 1.5; Craftbukkit 1.5; Paper/Folia 1.0;
Spigot/CB 1.5 & Paper/Folia 1.0 * Moved from Maven to Gradle * Removed /discordbroadcast * A new Paper/Folia version! * Added a "/mainc" subcommand: Show some information about the main connection * Added a "/discordcmds" subcommand: Show the registered commands for the bot * Added a "/broadcast" subcommand: Same function as the old "/discordbroadcast" * Added a "/reload" subcommand * Added a few modules that contain shared code * Added DiscordContext: A class that manages the bot, channels, commands, and has methods for sending messages. The main API to be used. * Added MessageParts: Data holder for formatting messages from Discord to Minecraft * Added DSerial & DSerialAdvnt: 2 (de)serializers for messages. The main difference between them is that DSerialAdvnt also uses Kyori Adventure, thus it is used for Spigot & Paper/Folia. * Added 2 Cancellable Bukkit Events: BridgeDiscordReceiveEvent (triggered when a discord user sends a message) & BridgeMinecraftReceiveEvent (triggered when a player sends a message) * Fixes the bug where mentioning users in Minecraft wouldn't work in no way. It now works when the mentioned user has interacted with the bot (e.g. sent a message in the bridge channel) * The Folia support is very experimental 👍 * Added javadocs for a lot of methods
v1.0-SNAPSHOT but for b1.7.3
v1.0 but for Minecraft b1.7.3 (CraftBukkit 1060)
v1.0-SNAPSHOT
First actual release.