All versions
2.0.5
Release
TP HOME 2.0.57 months ago 43
Compatibility
Minecraft: Java Edition
1.21.1–1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes
TP Home - Version 2.0.5 Update Log
Release Date
December 10, 2025
Changes
New Features
- Teleport Delay Configuration Command: Added
/setcooldown delay <seconds>admin command to dynamically adjust teleport delay (0-60 seconds, default: 10s) - Teleport Delay Persistence: Configuration now properly saves and loads teleportDelaySeconds across server restarts
Bug Fixes
- Fixed Player Login Messages: Corrected all admin command displays shown when players join
- Changed
/sethomecooldown→/setcooldown home - Changed
/setemergencybaseitems→/setemergency baseitems - Changed
/setemergencyrate→/setemergency rate - Added missing
/setcooldown playercommand display - Added missing
/setcooldown delaycommand display - Added missing
/resetallconfigscommand display
- Changed
Improvements
- Enhanced Configuration Reset:
/resetallconfigsnow includes teleport delay reset to default (10 seconds) - Regular Player Command Display: Added
/deletehometo the player login welcome message
Technical Details
Modified Files (All Versions: 1.21.4, 1.21.5, 1.21.8, 1.21.9, 1.21.10)
gradle.properties: Updated mod version to 2.0.5TPHome.java:- Added teleportDelaySeconds to saveConfig() method
- Fixed and enhanced player login command messages
HomeCommands.java:- Added
/setcooldown delaycommand registration - Added
setTeleportDelayDuration()method - Updated
resetAllConfigs()to include teleport delay
- Added
Admin Commands Reference
/setcooldown home <seconds> - Set home teleport cooldown (0-86400s)
/setcooldown player <seconds> - Set player teleport cooldown (0-86400s)
/setcooldown delay <seconds> - Set teleport delay duration (0-60s)
/setemergency baseitems <num> - Set emergency base item cost (1-64)
/setemergency rate <rate> - Set emergency item rate (0.0-1.0)
/resetallconfigs - Reset all configurations to defaults
Notes
- All configuration changes are automatically saved to
config/tphome-common.toml - Teleport delay affects the countdown before home teleportation executes
- Players must stand still during the teleport delay or it will be cancelled
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:wDbytaJP:WnSfFi52"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wDbytaJP:WnSfFi52"
}

