Tags
Creators
Details
Licensed ARR
Published 10 months ago
Updated 5 days ago
All versions
1.7.1
Release
Simple tpa 1.7.15 days ago 647
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
Platforms
Bukkit
Folia
Paper
Purpur
Spigot
Changes
SimpleTPA 1.7.1
✨ New
- New plugin logo, because AI-generated images are no longer allowed on Modrinth.
🛠 Fixes
- Delayed teleports now use the current destination when the countdown ends. If the other player moved, you teleport to them instead of the old location.
- Players can now have multiple pending TPA requests at the same time. A new request no longer silently replaces someone else's request.
/tpaallstill works as before: every player who accepts can teleport to you independently.- Leaving the server now cancels pending teleports and TPA requests. The other player is notified.
- Stopping or reloading the plugin now cancels active teleport countdowns and saves player settings.
✨ Improvements
- Use
/tpaccept <player>and/tpadeny <player>when you have more than one request./tpacceptand/tpadenystill work if you only have one. - Accept / deny click buttons now target the correct sender.
/tpacancelcancels all requests you sent, including after/tpaall.- Tab completion for
/tpacceptand/tpadeny.
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:MpPUdJdc:ybnMI7VG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MpPUdJdc:ybnMI7VG"
}

