Tags
Creators
Details
Licensed Apache-2.0
Published 3 years ago
Updated 2 months ago
All versions
1.3.1+mod
Release
[MOD] 1.3.1 | Teletransportation Accept (TPA) 1.212 years ago 31.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
This datapack allows you to do /trigger TPA to get a list of players to request to tp to!
- (1.3.1):
- Added:
- A function to manually reset everything (
function tpa:manual_reset) in case something is not working.
- A function to manually reset everything (
- Changed:
- Changed
/reloadmessage to match withpack.mcmeta. - Changed
[APPLY]to[CHANGE]in the timer setting.
- Changed
- Fixed:
- Debug Mode minor issue displaying wrong data.
- Can't accept tp (in theory).
- Minor scoreboard issue.
- Added:
Note: It is very recommended to run /function tpa:manual_reset after updating. |
|---|
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:6h6n9XJ9:Si2A8zdz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6h6n9XJ9:Si2A8zdz"
}

