
EzRTP
Advanced Random Teleport (RTP) plugin for Paper, Spigot, Purpur and Folia. Safe random teleportation with biome filters, GUI world selection, Vault economy support, cooldowns, WorldGuard integration and high-performance teleport caching for Minecraft serve
Tags
Creators
Details
3.4.3
Compatibility
Changes
Fixed
- Fixed
/rtpintermittently failing (observed on Purpur) withCompletionException - java.lang.IllegalArgumentException: argument type mismatchduring async location search. The Folia region/global-scheduler reflection bridges inPaperPlatformSchedulerandBukkitPlatformScheduleronly caughtReflectiveOperationExceptionaroundMethod.invoke()calls; they now also catchRuntimeExceptionand fall back to the standard Bukkit scheduler instead of letting the exception propagate. This can occur even on non-Folia servers whose classpath carries the Folia regionized-runtime marker class. BukkitPlatformScheduler#executeRegion/executeGlobal/executeGlobalDelayed/executeRegionDelayednow consistently fall back to the standard Bukkit scheduler when the reflective Folia scheduler call fails, instead of silently dropping the task (matching existingPaperPlatformSchedulerbehavior).
Added
- Regression test coverage for the scheduler reflection-fallback fix:
PaperPlatformSchedulerReflectionFallbackTestandBukkitPlatformSchedulerReflectionFallbackTestsimulate a broken region/global-scheduler reflection call and verify the submitted task still runs via the standard scheduler fallback.PlatformRuntimeCapabilities.PURPUR_REGIONIZEDconstant documenting the exact capability combination that triggered the bug.
Optional dependencies
Supplementary resources
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:14xPXPKx:H5w73x6V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:14xPXPKx:H5w73x6V"
}
