Links
Tags
Creators
Details
All versions
0.0.2
Release
BetterTPA4Fabric 0.0.2+release.03146 months ago 328
Compatibility
Minecraft: Java Edition
1.21.x
1.20.4–1.20.6
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.0.2 - 2026-03-14
Bug Fixes
191b2cf- revert 86e32a4 (commit by @AltIsBacc)8714218- properly recognize tagged releases (commit by @AltIsBacc)71fdaf2- move isTeleportingLocked check on acceptTeleport non-null path (commit by @AltIsBacc)778ddfb- remove redundant manual player teleport locking (commit by @AltIsBacc)d4ce227- run bothonFirstTick()andonTick()on the first tick (respectively) (commit by @AltIsBacc)f29c219- properly implement teleport locking (commit by @AltIsBacc)da99797- dont store ServerWorld ref on previousTeleportPosition (commit by @AltIsBacc)ded0714- consume & skip expired requests on null path of tpaallow/tpadeny (commit by @AltIsBacc)7bb2071- dont suggest players that you have an active request to (commit by @AltIsBacc)db4c4d8- wrong version getting matched on debug builds (commit by @AltIsBacc)04dd56e- add version prefix (commit by @AltIsBacc)
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:k1QucaVq:FGlthQs3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k1QucaVq:FGlthQs3"
}

