Tags
Creators
Details
Licensed ARR
Published last year
Updated last year
All versions
1.0.0
Release
SimpleTpa 1.0.0last year 3,602
Compatibility
Minecraft: Java Edition
1.21โ1.21.5
Platforms
Bukkit
Paper
Spigot
Changes

v1.0.0 - Initial Release
๐ Features:
- Added
/tpacommand to request teleportation to another player. - Added
/tpacceptcommand to accept teleport requests. - Added
/tpdeclinecommand to decline teleport requests. - Configurable teleport delay before teleportation completes.
- Auto-expiring teleport requests after a configurable timeout.
- Sound effects for request sent, accepted, and completed actions.
- Prevents self-teleport requests (unless the player is an operator).
- Tab completion for player names in
/tpacommand. - Movement cancellation for teleportation to prevent abuse.
- Fully configurable messages and settings in
config.yml.
๐ต Sound Enhancements:
- Request received:
BLOCK_NOTE_BLOCK_PLING(configurable) - Request accepted:
ENTITY_EXPERIENCE_ORB_PICKUP(configurable) - Teleport completed:
ENTITY_ENDERMAN_TELEPORT(configurable)
๐ Bug Fixes & Optimizations:
- Fixed invalid sound names falling back to defaults.
- Optimized teleport request handling to avoid memory leaks.
- Ensured messages are properly loaded from the configuration.
๐ง Configuration Options:
settings.teleport_delay: Time (in seconds) before teleportation.settings.request_timeout: Time (in seconds) before a request expires.sounds.request_received,sounds.accept_sound,sounds.teleport_completed: Customizable sound effects.
Enjoy seamless teleportation with SimpleTPA! ๐ฎโจ
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:4mEaDPSx:4HUg9T4d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4mEaDPSx:4HUg9T4d"
}

