Tags
Creators
Details
5.9.0
Compatibility
Changes
PLEASE READ BEFORE UPDATING!
This update brings various important changes alongside a known issue/limitation on Paper Servers (More below). Please make sure to read this update completely before deciding to update.
Ko-fi supporters
This update was supported by... nobody ;-;
If you can, consider donating on my ko-fi to support this project.
Any person who donated will be mentioned in the next release, if their name isn't inapropriate.
Removal of BungeeCord support
Due to recent dependency issues and the fact that a long standing issue blocking Dialog support for ASL on BungeeCord hasn't been addressed yet after almost a year, did I decide to finally drop BungeeCord support.
This means that with this version onwards, will ASL only support Paper, Velocity and possibly forks of these two (If they do not bring breaking API changes).
I'm sorry about this sudden change, but I simply cannot see a reason to support a dated, inefficient Proxy software like this anymore.
Paper: Known issues
The dialog system for /asl profiles edit <profile> will not display content of a profile correctly on versions prior to 26.x (Encountered on 1.21.11).
I cannot currently think of a possible solution other than distribution a separate jar build using the 1.21.11 API of Paper.
Dialogs seem to work fine on 26.x (Tested on 26.2).
Changes
Improvements of Commands
The commands have been organized into their own set of record classes, to allow easier maintenance and overall better organisation. Function-wise should there've been no notable changes.
26.x support
The plugin uses the 26.1.2 API of Paper and should work on these versions alongside 26.2.
Dependency updates
Several dependencies have been updated.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| AdvancedServerList-BanPlugins-Addon-5.9.0.jar | Unknown | 20.46 KiB |
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:xss83sOY:6FX9dEc4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xss83sOY:6FX9dEc4"
}
