Skip to content

Releases: hlpdev/AdvancedBanX

v3.1.0

10 Jun 05:27
2596d47
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.1.0 to 3.7.0 by @dependabot in #17
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.3 to 3.6.0 by @dependabot in #16
  • Bump org.hsqldb:hsqldb from 2.7.1 to 2.7.3 by @dependabot in #15
  • Bump commons-io:commons-io from 2.7 to 2.16.1 by @dependabot in #14
  • Updated HikariCP to 5.0.1
  • Excluded the SLF4J-API dependency in HikariCP and manually included the SLF4J-API 2.0.13 and SLF4J-NOP 2.0.13
  • Refactored the internal startup messages to use MiniMessage Ansi Serialization instead of legacy formatting
  • Removed the log and debug methods from the Method Interface (BREAKING CHANGE)
  • Added the getLogger method to the Method Interface and Universal class for fetching the plugin's logger via addons
  • Stack traces now get printed to the proper logger instead of system.out
  • Plugin addons can now access the primary AdvancedBanX's plugin logger through the Universal class instance
  • SLF4J NOP errors have been fixed and will no longer show in the console

Full Changelog: 3.0.6...3.1.0

v3.0.6

08 Jun 18:02
Compare
Choose a tag to compare

What's Changed

  • Bump org.slf4j:slf4j-jdk14 from 1.7.25 to 2.0.13 by @dependabot in #9
  • Bump junit5.version from 5.6.2 to 5.10.2 by @dependabot in #8
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.5.1 to 3.13.0 by @dependabot in #6
  • Bump com.google.code.gson:gson from 2.8.9 to 2.11.0 by @dependabot in #5
  • Added CloudNetV4 support
  • Created and published the API (Information on that can be found in the readme)

Full Changelog: 3.0.5...3.0.6

v3.0.5

04 Jun 23:53
Compare
Choose a tag to compare

Added a hotfix which prevents a space being added to the prefix when the prefix in messages.yml contains an empty string.

v3.0.4

03 Jun 02:57
Compare
Choose a tag to compare

3.0.4 reworks the Bungee and Bukkit messaging system to send an Adventure component instead of a serialized legacy string.
This functional tags to be used in all messages. (Tags such as and or any tag that is action based do not function in kick messages)

v3.0.3

02 Jun 15:52
Compare
Choose a tag to compare

This patch fixes all issues related to formatting in config.yml, messages.yml, and layouts.yml.

All strings should now support using MiniMessage formatting as well as legacy formatting using the § and/or & characters.

v3.0.2

02 Jun 15:30
bd729c8
Compare
Choose a tag to compare

This build fixes compatibility with other chat handlers listing to chat events at a higher priority than AdvancedBan.
Previously, AdvancedBan listened to chat events at the HIGHEST priority, which caused chat plugins to pick up the event before AdvancedBan could check if the user was muted or not.

v3.0.1

02 Jun 01:32
Compare
Choose a tag to compare

This build fixes all issues related to MiniMessage formatting. Previous methods caused conflicts and somehow weren't picked up during testing of the plugin.

v3.0.0

01 Jun 22:03
4e421a9
Compare
Choose a tag to compare
  • MiniMessage support for strings in config.yml, messages.yml, and layout.yml
  • Updated bStats
  • Updated outdated dependencies
  • Updated UUID fetcher API
  • 1.20-1.20.6 Support

Download has been removed due to the plugin being broken.