Tags
Creators
Details
3.2.0
Compatibility
Changes
RTP 3.2.0
Big change: RTP now comes with a menu built in. Type /rtp and you get a clickable picker instead of instant teleport. Don't like it? Delete addons/LeafRTPGuiAddon.jar to go back to instant. (The menu has an instant option too, and it falls back to instant when no menu is available.)
New
- Countdowns now show as a boss bar instead of spamming chat.
/rtpnow sends you to open-sky spots by default - no more spawning in caves.- Now ships the full safety config (more block options out of the box).
- The plugin quietly learns biomes from chunks players load, for better results.
Fixed
requireSkyLightno longer drops players in caves.- The
/rtpmenu now opens on Fabric and NeoForge too. - Low-memory servers no longer get stuck pausing forever - RTP now frees memory.
- Per-world setups now actually work.
- Lots of Fabric and NeoForge 1.26 fixes: no more crashes on teleport effects, chunks generate properly, and the server no longer freezes loading them.
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:TZNIQSHX:L89f7chS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TZNIQSHX:L89f7chS"
}

