Releases: dominik-korsa/discord-integration
Release v2.4.0
- Add formatting in Minecraft chat, these will now show up correctly:
- emojis
- member mentions
- role mentions
- channel mentions
See https://github.com/dominik-korsa/discord-integration/blob/v2.4.0/src/main/resources/messages.yml for changes to messages.yml
Relase v2.3.0
- Show bot activity as idle (yellow dot) when no players are online (
activity.idle-when-no-players-online
config) (#6) - Fix colors code characters in Discord messages (#7)
- Add server crash message
See https://github.com/dominik-korsa/discord-integration/blob/v2.3.0/src/main/resources/messages.yml
and https://github.com/dominik-korsa/discord-integration/blob/v2.3.0/src/main/resources/config.yml
for changes to messages.yml and config.yml
Release v2.2.0
- Send status (join, quit, death) messages via webhooks
- Add config options to send status messages as embeds
- Fix some bugs
See https://github.com/dominik-korsa/discord-integration/blob/v2.2.0/src/main/resources/messages.yml
and https://github.com/dominik-korsa/discord-integration/blob/v2.2.0/src/main/resources/config.yml
for changes to messages.yml and config.yml
Relase v2.1.0
- Added
%time%
template in activity and createdactivity.time
config section
See https://github.com/dominik-korsa/discord-integration/blob/v2.1.0/src/main/resources/config.yml
for config.yml changes
Release v2.0.2
- Fixed player name formatting in webhooks
Release v2.0.1
- Disabled pings in webhooks
Release v2.0.0
Updated the plugin to work with Spigot 1.17
Release v1.9.2
- Fixed double messages when
/di reload
command used to quickly
Release v1.9.1
- Fixed reload command permission:
The/di reload
(/discordintegration reload
) command now requiresdiscordintegration.command.reload
permission (op-only by default)
Release v1.9.0
- Changed activity display:
- Added
%tps-1m%
,%tps-5m%
and%tps-15m%
template fields to display server Ticks Per Second - To list the online players you should now use
%player-list%
- Added
discord-activity-empty
message, shown when there are no players on the server. You can use the same template fields here as well - Added
activity.update-interval
config
- Added
- Added
/di reload
(or/discordintegration reload
) commands
See https://github.com/dominik-korsa/discord-integration/blob/v1.9.0/src/main/resources/messages.yml
and https://github.com/dominik-korsa/discord-integration/blob/v1.9.0/src/main/resources/config.yml
for new messages.yml and config.yml structure