Skip to content

1.2.14-BETA-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@BlueTree242 BlueTree242 released this 28 Jan 09:56
1ef73fd

1.2.14 focuses on quality of life changes, this is the first beta.

Changes

  1. DiscordSRV 1.27.0+ is now required to use this addon.
  2. Add folia support
  3. Fix created ticket does not inherit parent category permissions.
  4. Default messages have been slightly modified to look better, and now use CreeperNation SkinAPI.
  5. status-online.json does not need to be modified on older game versions now.
  6. Configuraton comments now always have a space between the comment and #
  7. Add a way to disable all ticket or suggestion commands at once.
  8. Fix cannot use /dsu commands outside of console.
  9. The PAPI Expansion should now help you when testing with /papi parse.
  10. Improved output of /dsu command.
  11. Rewritten the update checker, now it always prints colors in console, and /dsu updatecheck always gives an output.
  12. Add a way to override DiscordSRV's allowed mentions in the messages.
  13. Add support for kick message in punishments integration.
  14. Disable leveling by default.
  15. Allow custom timestamp in embeds.
  16. Allow multiple embeds in a message.
  17. Remove hsqldb confusing logging messages.
  18. Add option to require link for player to level-up in game.
  19. Fix AdvancedBan integration errors on offline-mode servers.
  20. Fix plugin does not print a friendly message when DiscordSRV is missing.
  21. Add a way to make suggestion command responses ephemeral.
  22. Removed onlinestatus config option as it has been added to DiscordSRV a while ago.
  23. Improve description of some discord commands.
  24. Add revoker to punishment messages, only supports LiteBans.

Technical Changes

  1. Plugin now uses jackson, and removed org.json dependency.
  2. Plugin core is now published to my repository.
  3. Plugin package is now dev.bluetree242 instead of tk.bluetree242
  4. Avoid shading dependencies already available during runtime.
  5. Include messages in sub-folders in the debug report.
  6. Improve some error handling around the plugin.
  7. Improved error message when plugin fails to update status message.
  8. Relocate all shaded dependencies.
  9. Plugin will now use the modern paper chat event when available.
  10. Update gradle & Use kotlin dsl.
  11. Version information is now stored in a class instead of a resource file.
  12. Move welcome message below welcome role to avoid errors during the message failing the role.
  13. Add a way to disable updatechecker using system properties or change the update checker url using system properties.