Features
- add setting of whether to send server join/leave/move messages (4109c6e)
message-sending-setting:
join: true
leave: true
switch: true
first-join: true # Requires LuckPerms
- add
chat-max-attachments
setting to limit the amount of the attachment urls (2511542)
chat-max-attachments: 0 # 0 = unlimited
Changes
- use JDA#getChannelById to get MessageChannel (7b8982a)
- skip the server which has no players on creating player list (ab6f652)
- remove color code from default messages (cd032b2)
- update dependencies
Fixes
- make the color conversion specification in Velocity the same as Bukkit/BungeeCord (de9fcd6)
- new players are not reflected in player counts (4b8bd1b)