Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
2.0.6
Release
2.0.66 months ago 76
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platform
Velocity
Changes
v2.0.6
- Fix caching of server list
v2.0.5
- Fix version number
v2.0.4
- Fix retries if the initial websocket connection fails
v2.0.3
- Fix Stop command
- List 1.21.8 support
v2.0.2
- List 1.21.5, .6 and .7 support
v2.0.1
- The bukkit plugin no longer refuses to load if velocities modern forwarding is used
- Proxy names are now also suggested for server arguments
v2.0.0
Breaking Changes
- This plugin now requires Java 11 or newer
- All platforms now use a TOML configuration file and the names of some options have changed. Old configs are migrated automatically.
- The API provided for other plugins has been removed. If you were using this API, please contact us with feedback on how you were using it so we can work on a replacement.
Additions
- Added a Bukkit integration that forwards commands using plugin messages. This allows using exaroton commands in command blocks and NPCs. Check the README for more details.
- Requests are now asynchronous, which should improve performance
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:h9yHzOys:40ZmRaBo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:h9yHzOys:40ZmRaBo"
}

