Links
Tags
Creators
Details
All versions
3.1.0
Release
AdvancedBanX 3.1.02 years ago 26.3K
Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Bukkit
BungeeCord
Paper
Spigot
Waterfall
Changes
What's Changed
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.1.0 to 3.7.0 by @dependabot in https://github.com/hlpdev/AdvancedBanX/pull/17
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.3 to 3.6.0 by @dependabot in https://github.com/hlpdev/AdvancedBanX/pull/16
- Bump org.hsqldb:hsqldb from 2.7.1 to 2.7.3 by @dependabot in https://github.com/hlpdev/AdvancedBanX/pull/15
- Bump commons-io:commons-io from 2.7 to 2.16.1 by @dependabot in https://github.com/hlpdev/AdvancedBanX/pull/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: https://github.com/hlpdev/AdvancedBanX/compare/3.0.6...3.1.0
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:O8TMsoK8:Rzjxrcm5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O8TMsoK8:Rzjxrcm5"
}