
DiscordBridge - Tickets & More 1.5.4
Account Linking, Events, Tickets, Chat, Lands Text and Voice
- Fixed: Config command set text channel
- Fixed: Order of SQL table creations
- Fixed: Player message payload
+ Added: [Suggestion] You can now setup LuckPerms groups to be given to linked players ingame
https://github.com/Angeschossen/DiscordBridge/wiki/Linking-Module#setup
+ Added: [Suggestion] You can now use PlaceholderAPI placeholders for chat format
# You can use PlaceholderAPI placeholders for the message format.
# If you need the player's UUID, use {player_uuid}.
format: "&8[&9Discord&8]&7 {player} &8»&f {message}"
+ Added: [Suggestion] You can now setup rewards for linking account
# Reward an in-game player, if they link their account.
# Reward an in-game player, if they link their account.
# You can here add commands that are executed by the console when a player links his account.
# These commands are only executed once for a linked player. If they unlink their account and later
# link it again, they won't be executed another time.
# Available placeholders:
# {player} - the player name
# {player_uuid} - UUID of the player
# {discord_id} - Discord ID of the player
+ Added: [Suggestion] You can now give roles to linked players. Setup: https://github.com/Angeschossen/DiscordBridge/wiki/Linking-Module#setup
If you have Lands installed, make sure to update it as well to the latest version.
- Fixed: Error with latest Lands API
+ Added: [Suggestion] /discord invite - get invite URL
More info: https://github.com/Angeschossen/DiscordBridge/wiki/Bot-Module#commands
- Fixed: Tickets not recognized after Discord cache refresh
- Fixed: Sync player to channels upon verification (lands module)
- Fixed: Discord bot connection sometimes not re-established
+ Added: New config value: tickets_creation_channel: https://github.com/Angeschossen/DiscordBridge/wiki/Tickets-Module
+ Changed: Access to commands can now be limited in the integration settings tab of your server
- Fixed: Failing to forward lands ingame chat, if bot does not have admin perm
- Fixed: Message not found: general.chat-channel
- Fixed: Remove color codes for chat messages
- Fixed: Enabling default link module
- Fixed: lands channel delete message not exist
- Fixed: Lands broadcast categories
+ Added: Option to blacklist broadcast categories for Lands
broadcast:
# Prevent specific categories from being sent to the lands broadcast channel.
# Available categories can be found here: https://javadoc.jitpack.io/com/github/angeschossen/LandsAPI/7.8.5/javadoc/me/angeschossen/lands/api/events/BroadcastEvent.html
# NOTE: If the broadcast messages are already disabled in Lands, they won't be sent for DiscordBridge either.
# This just allows you to disable broadcast messages for Discord, while keeping them enabled ingame.
category-blacklist_list: []
+ Added: Redis support for lands broadcast messages