Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 days ago
All versions
4.0-beta.1
Beta
4.0-beta.12 days ago 177
Compatibility
Minecraft: Java Edition
26.3
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
- Added max: world-border automatically uses the available radius inside a world’s border
- Added optional RTP location caching to reduce repeated safe-location searches. Cached locations are validated again before teleporting, with optional keep loaded chunks.
- Added reusable profiles for shared RTP settings across worlds and destinations.
- Added named /rtp <destination> commands through configurable destinations, including per-destination overrides.
- Added round-robin for tp-in-other-world: [mining_1, mining_2] alternates RTPs between listed worlds. Usefull for "load-balancing" between worlds.
- Added a small public WildRTPApi for plugins and addons to trigger config-driven RTP without using internal services.
- Added /wild performance, with an in-game inventory dashboard for RTP timing, cache statistics, cache pools, held chunks, and per-world measurements. This is op-in and does have near zero performance impact when disabled. However it is useful for analytics for your server performance when rtp is used.
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:5AKhI9Ob:ayguorLZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5AKhI9Ob:ayguorLZ"
}

