1.4.2-beta-v1
Compatibility
Changes
TeleportMod 1.4.2-beta – What's New ⚠️ BETA NOTICE This is a beta release. It has been tested but may contain bugs. Please report any issues on GitHub. Use at your own risk – and don't forget to backup your teleportmod_config.txt before updating.
✨ Major New Features Home System (O key) – double‑tap to teleport to your first home, hold to open a radial home selector menu. You can now manage multiple home points directly from the action bar.
Friend List – maintain your own friend list (import from clipboard, add/remove in config). While holding the B key, press Left/Right to switch between the server tab list and your friend list. Friends are highlighted green (online) or red (offline) – a traffic‑light system for your social radar.
4 TPA Modes – choose between /tpa, /tpahere, /tpall (admin‑only) and /tp (creative). Switch modes in the config menu.
Dual‑Tab Config Menu – hold M for 3 seconds to open the new settings panel.
(Main): bind keys for Home, RTP, Spawn, Warp, TPA, and Commands; adjust RTP cooldown; switch TPA modes.
Clipboard Import – copy a name or command to your system clipboard, then in the config menu select the target type (WARP, HOME, FRIEND, or COMMAND) and press Enter – the mod will add it instantly.
Enhanced Action Bar Display – cleaner, colour‑coded messages:
[НАСТРОЙКИ] (Settings) header in purple.
Actions in yellow, values in white, Save in green, Cancel/Delete in red, Add in cyan.
🔧 Improvements & Fixes Rewritten input handling for Home (O) and Warp (P) – now double‑tap teleports to the first entry, hold opens the selector menu.
Reworked TPA (B) logic: hold B → select a player → release to save the target. Double‑tap B later to send the request to that saved player. Single tap shows the current target status for 3 seconds.
Configuration now saves and loads all lists (warps, homes, commands, friends) without duplication.
Fixed several IndexOutOfBoundsException crashes (especially in config menus).
Full localization support (Russian and English) – all user‑facing strings are translatable.
📦 Known Issues (beta) The friend list and command list are not yet saved to the config file automatically – you need to save them via the config menu (Save button) to persist.
Some key bindings may conflict with other mods – use the key assignment feature to rebind.
tpall command works only if you have server permissions.
🔗 Links Source:
Thank you for testing TeleportMod 1.4.2-beta! Your feedback is valuable. Enjoy the teleportation chaos! 🚀
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:lCT2OJqP:6EsZ8H2c"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lCT2OJqP:6EsZ8H2c"
}

