All versions
1.0.2
Release
ItzzzTPa 1.0.25 months ago 196
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
EN
✨ New Features:
- New command `/tpignore [time]` and `/tpi [time]` — ignore all teleport requests
- Flexible time format:
- s — seconds (30s)
- m — minutes (5m)
- h — hours (2h)
- d — days (1d)
- New command `/tpc` — shortcut for /tpcancel
- Smart time display — shows as "2 hr 30 min" format
- Auto-expire ignore — ignore automatically disables after time expires
- Silent rejection — requests rejected before showing in chat (no notifications)
🐛 Fixed:
- Fixed `/tpcancel` — now properly cancels outgoing teleport request
- Fixed language sync — client language now correctly detected on server
- Removed `/tpdeny` — by community request
- Cancel button — now uses /tpcancel instead of /tpdeny
RU
✨ Новое:
- Команда `/tpignore [время]` и `/tpi [время]` — игнорирование всех запросов на телепортацию
- Гибкий формат времени:
- s — секунды (30s)
- m — минуты (5m)
- h — часы (2h)
- d — дни (1d)
- без суффикса — минуты по умолчанию (30)
- Команда `/tpc` — короткая версия /tpcancel
- Умное отображение времени — показывается в формате "2 ч. 30 мин."
- Автоматическая отмена игнора — по истечении времени игнор снимается автоматически
- Скрытое отклонение — запросы отклоняются до показа в чате (никаких уведомлений)
🐛 Исправлено:
- Исправлена `/tpcancel` — теперь корректно отменяет исходящий запрос
- Исправлена синхронизация языка — язык клиента правильно определяется на сервере
- Удалена `/tpdeny` — по запросу сообщества
- Кнопка "Отмена" — теперь использует /tpcancel вместо /tpdeny
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:1zuQlGuf:fLYJxqNS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1zuQlGuf:fLYJxqNS"
}

