Hey That's Mine
A fabric mod for a container claiming and trusting system.
Обновлён 17 июня 2026 г. · опубликован 28 марта 2021 г.
HeyThatsMine
HTM is a fabric mod for protecting your containers and trusting people with access to them
Getting started
HTM requires no additional setup apart from placing it in your mods folder. All new containers will automatically be set to private.
HTM also supports the luckperms API, which allows you to manage permissions. Permission nodes are listed in the relevant section. All nodes except admin are enabled for all users by default
Using HTM
The mod has multiple commands which you can use on your containers
Flag
/htm flag: Checks the flags of a specific container. Left click on the container after running this command to check
/htm flag <type> <value>: Left click a container to set the flag
Permission node: htm.command.flag
Set
/htm set PUBLIC: Allows everyone to access the container
/htm set PRIVATE: Allows only the owner and those with permissions to access the container
/htm set KEY: Allows only those with a key to access the container
Permission node: htm.command.set
Trust
/htm trust <player> [global]: Allows a player to access that container if private
Permission node: htm.command.trust
Untrust
/htm untrust <player> [global]: Revokes a player's access to the container
Permission node: htm.command.trust
Remove
/htm remove: Removes all protections from a container
Permission node: htm.command.remove
Transfer
/htm transfer <player>: Transfers ownership to another player
Permission node: htm.command.transfer
Persist
Toggles persist mode, which allows you to continue executing the same action without typing the command again
/htm persist
Permission node: htm.command.persist
Additional permissions
htm.admin: Allows unrestricted access to containers and other managerial permissions
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.2.4 | Релиз | 26.2 | fabric | 17 июня 2026 г. | .jar (201 КБ) |
| 1.2.3 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 1 апреля 2026 г. | .jar (210 КБ) |
| 1.2.2 | Релиз | 1.21.11 | fabric | 26 декабря 2025 г. | .jar (220 КБ) |
| 1.2.1 | Релиз | 1.21.11 | fabric | 14 декабря 2025 г. | .jar (220 КБ) |
| 1.2.0 | Релиз | 1.21.9, 1.21.10 | fabric | 9 октября 2025 г. | .jar (212 КБ) |
| 1.1.17 | Релиз | 1.21.6 | fabric | 29 июня 2025 г. | .jar (194 КБ) |
| 1.1.16 | Релиз | 1.21.5 | fabric | 13 апреля 2025 г. | .jar (179 КБ) |
| 1.1.15 | Релиз | 1.21.4 | fabric | 22 декабря 2024 г. | .jar (174 КБ) |
| 1.1.14 | Релиз | 1.21.2, 1.21.3 | fabric | 20 ноября 2024 г. | .jar (171 КБ) |
| 1.1.13 | Релиз | 1.21, 1.21.1 | fabric | 18 июня 2024 г. | .jar (155 КБ) |
| 1.1.12 | Релиз | 1.20.5, 1.20.6 | fabric | 27 мая 2024 г. | .jar (155 КБ) |
| 1.1.11 | Релиз | 1.20.4 | fabric | 20 декабря 2023 г. | .jar (159 КБ) |
| 1.1.10 | Релиз | 1.20.2 | fabric | 19 октября 2023 г. | .jar (155 КБ) |
| 1.1.9 | Релиз | 1.20, 1.20.1 | fabric | 12 июня 2023 г. | .jar (151 КБ) |
| v1.1.8 | Релиз | 1.19.4 | fabric | 22 марта 2023 г. | .jar (150 КБ) |
Показаны последние 15 из 24 версий. Все версии — на Modrinth.
Ченджлог
1.2.4Релиз26.2 · 17 июня 2026 г.
What's Changed
- Update to 26.2 by @eclipseisoffline in https://github.com/QuiltServerTools/HeyThatsMine/pull/71
Full Changelog: https://github.com/QuiltServerTools/HeyThatsMine/compare/1.2.3...1.2.4
1.2.3Релиз26.1, 26.1.1, 26.1.2 · 1 апреля 2026 г.
- Update to 26.1
1.2.2Релиз1.21.11 · 26 декабря 2025 г.
What's Changed
- Fixed crash: don't register HTM subcommands when using /reload
1.2.1Релиз1.21.11 · 14 декабря 2025 г.
What's Changed
- Update to 1.21.11 by @eclipseisoffline
1.2.0Релиз1.21.9, 1.21.10 · 9 октября 2025 г.
What's Changed
- Update to 1.21.9 by @eclipseisoffline in https://github.com/QuiltServerTools/HeyThatsMine/pull/65
- New COPPER_GOLEMS Flag: A new flag has been added to control whether copper golems can open a locked container.
- Major Configuration Overhaul:
- The configuration file format has been updated. Your existing config will be automatically converted to the new format upon loading the mod.
- You can now use block tags (e.g., #minecraft:shulker_boxes) in the auto_locking_containers list.
- You can now set per-block or per-tag overrides for default flags
- Dynamic Flag System: Locked containers now inherit default values from the config file. This means you can now change a flag's default behavior in the config and it will apply to all existing locked containers in your world.
- Command Improvements: The /htm flag command has been improved to show default values and a new subcommand was added to reset a flag to its default.
- New Translation: Added a Dutch (nl_nl) translation.
Full Changelog: https://github.com/QuiltServerTools/HeyThatsMine/compare/1.1.17...1.2.0
1.1.17Релиз1.21.6 · 29 июня 2025 г.
What's Changed
- Update to 1.21.6 by @eclipseisoffline in https://github.com/QuiltServerTools/HeyThatsMine/pull/62
- Adds support for locking chiseled bookshelves, jukeboxes, decorated pots, and lecterns
Full Changelog: https://github.com/QuiltServerTools/HeyThatsMine/compare/1.1.16...1.1.17
1.1.16Релиз1.21.5 · 13 апреля 2025 г.
What's Changed
- Update to 1.21.5
- Added Translation to Brazilian Portuguese
Full Changelog: https://github.com/QuiltServerTools/HeyThatsMine/compare/1.1.15...1.1.16
1.1.15Релиз1.21.4 · 22 декабря 2024 г.
- Update to 1.21.4 by @eclipseisoffline in https://github.com/QuiltServerTools/HeyThatsMine/pull/57
Полная история изменений — на Modrinth.
Комментарии
Загружаем…