Skip to content

Releases: dominik-korsa/discord-integration

Release v2.4.0

30 Jan 21:04
4926515
Compare
Choose a tag to compare
  • 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

28 Jan 15:45
6d1e9fc
Compare
Choose a tag to compare
  • 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

27 Dec 20:20
fcfdd5a
Compare
Choose a tag to compare
  • 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

07 Aug 21:58
74dfa86
Compare
Choose a tag to compare
  • Added %time% template in activity and created activity.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

26 Jul 19:02
795944f
Compare
Choose a tag to compare
  • Fixed player name formatting in webhooks

Release v2.0.1

26 Jul 18:49
bd7a500
Compare
Choose a tag to compare
  • Disabled pings in webhooks

Release v2.0.0

03 Jul 16:53
07e388f
Compare
Choose a tag to compare

Updated the plugin to work with Spigot 1.17

Release v1.9.2

06 May 06:36
c5ce52b
Compare
Choose a tag to compare
  • Fixed double messages when /di reload command used to quickly

Release v1.9.1

05 May 20:03
db73f0e
Compare
Choose a tag to compare
  • Fixed reload command permission:
    The /di reload (/discordintegration reload) command now requires discordintegration.command.reload permission (op-only by default)

Release v1.9.0

05 May 19:46
e7db9da
Compare
Choose a tag to compare
  • 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 /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