Tags
Creators
Details
4.6.2
Compatibility
Changes
This is a rather embarassing update for me...
AdvancedServerList has been using the wrong protocol version for the ${player protocol} placeholder. Instead of actually using the protocol the player uses, it used the protocol the proxy was using.
This could mean that the protocol returned could be different, depending on whether servers were connected to the proxy or not. This should hopefully be fixed now.
Clarification on BungeeCord/Waterfall support
My last post on this was unfortunately not to well written and may have caused confusion, so I take the oportunity to clarify this a bit now:
AdvancedServerList will keep support for BungeeCord, Waterfall and whatever other fork it may support here. However! Should there be any major breaking changes in the future (Which I doubt given BungeeCords conservative aproach on those) will I not try to fix those breaking changes and instead drop support altogether.
This means that for as long as the API doesn't introduce breaking changes, AdvancedServerList will support it.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| AdvancedServerList-BanPlugins-Addon-4.6.2.jar | Unknown | 21.74 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:sDcyMJNJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xss83sOY:sDcyMJNJ"
}
