Tags
Creators
Details
1.1.1-1.20.1
Compatibility
Changes
Miscellaneous
- Player deaths and server restarts no longer have the potential to make players lose data
- Added sounds to messages
- Added /teleportcraft:update command so that changes to config file can take effect without a server restart
Config File
-
Added config file ("teleportcraft-preferences.toml")
-
Singleplayer location: .minecraft/saves/<level_name>/serverconfig/teleportcraft/teleportcraft-preferences.toml
-
Multiplayer location: <server_folder>/world/serverconfig/teleportcraft/teleportcraft-preferences.toml
The config contains the following:
- Options to turn some commands off or on (all on by default)
- Options to set how many xp levels a command consumes (0 by default)
- Option to set how long a tpa request can last before it expires (60 seconds by default)
- Option to set the required permission level to use /teleportcraft:update (4 by default which means only owner/OP can use it)
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:7n166lIE:HEB1bVz3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7n166lIE:HEB1bVz3"
}

