
ClientCommands
Various client-side utilities in command form.
5K загрузок10 подписчиковMITfabric
Обновлён 23 мая 2026 г. · опубликован 18 октября 2023 г.
ClientCommands
Adds a couple client utilities in the form of commands.
Curent tools
All commands are subcommands of /client
| Command | Description | Example |
|---|---|---|
give <item> [amount] |
Creative only (alias: /cive)Gives the player any itemstack, with any NBT. Vanilla syntax. |
give apple{display:{Name:'{"text":"abc"}'}} 1 |
rename <name> [customName] |
Creative only Renames the item the player is currently holding. Simple syntax for quick renaming of items. Set customName to true to mimic anvil rename behavior. |
rename "Cool Sword" false |
rename json <name> |
Same as above, but accepts any valid text component(s). | rename json {"text":"Cool Sword","color":"gold"} |
enchant add <enchantment> <level> |
Creative only Puts the desired enchantment on the player's currently held item. Does not have the limitations the vanilla command has. |
enchant add minecraft:depth_strider 10 |
enchant clear |
Creative only Clears all enchantments on held item. |
enchant clear |
enchant remove <enchantment> |
Creative only Removes enchantment from player's currently held item. |
enchant remove minecraft:depth_strider |
modifier list |
Lists attribute modifiers on player's currently held item. | modifier list |
potion create <type> <effect> [<amplifier>] [infinite|<duration>] [<hideParticles>] |
Creative only Creates potion item of type (normal/splash/linger) with specified effect. |
potion create linger minecraft:blindness 0 infinite |
potion modify color (<color>|hex) [<colorHex>] |
Creative only Modify the color of the held potion to one of the 16 Minecraft colors or to a custom hexadecimal color |
potion modify color hex ffaa00 |
potion modify effect set <effect> <amplifier> (infinite|<duration>) [<hideParticles>] |
Creative only Set the details of a potion effect in the held potion. |
potion modify effect set minecraft:glowing 0 100 |
potion modify effect remove <effect> |
Creative only Completely removes potion effect from held potion. |
potion modify effect remove minecraft:haste |
potion modify type <type> |
Creative only Changes the potion's type (normal/splash/linger) |
potion modify type linger |
modifier add <attribute> <operation> <value> <slot> |
Creative only Add attribute modifier to held item. |
modifier add minecraft:generic.armor_toughness add_multiplied_base 2 armor |
modifier remove <uuid> |
Creative only Remove attribute modifier from held item. |
modifier remove bae7d9d5-6221-45e3-9d14-4956229557f2 |
modifier modify <uuid> <attribute|operation|value|slot|> <value> |
Creative only Lists attribute modifiers on player's currently held item. |
modifier modify bae7d9d5-6221-45e3-9d14-4956229557f2 slot hand |
components set |
Creative Only Set item components for held item. |
components set [food={saturation:1,nutrition:10}] |
components merge |
Creative only Merge item components into held item. |
components merge [unbreakable={}] |
components get |
Get item components of held item. | components get |
Additional features
- Long (32K) character limit on chat messages
Translators
- Latvian: @Foxytisy
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.7.5+26.1.2 | Релиз | 26.1.2 | fabric | 23 мая 2026 г. | .jar (132 КБ) |
| 0.7.5+1.21.10 | Релиз | 1.21.10, 1.21.11 | fabric | 8 января 2026 г. | .jar (130 КБ) |
| 0.7.4+1.21.8 | Бета | 1.21.8 | fabric | 21 августа 2025 г. | .jar (131 КБ) |
| 0.7.3 | Релиз | 1.21.4 | fabric | 30 декабря 2024 г. | .jar (131 КБ) |
| 0.7.2 | Релиз | 1.21.3 | fabric | 2 декабря 2024 г. | .jar (131 КБ) |
| 0.7.1 | Релиз | 1.21, 1.21.1 | fabric | 26 августа 2024 г. | .jar (131 КБ) |
| 0.6.2 | Релиз | 1.21 | fabric | 18 июля 2024 г. | .jar (100 КБ) |
| 0.6.0 | Релиз | 1.20.5, 1.20.6 | fabric | 18 июля 2024 г. | .jar (99 КБ) |
| 0.4.0 | Релиз | 1.20, 1.20.1, 1.20.2 | fabric | 18 октября 2023 г. | .jar (272 КБ) |
Ченджлог
0.7.5+1.21.10Релиз1.21.10, 1.21.11 · 8 января 2026 г.
Provide support for 1.21.10
0.7.3Релиз1.21.4 · 30 декабря 2024 г.
- Add 1.21.4 support
0.7.2Релиз1.21.3 · 2 декабря 2024 г.
- Update to support Minecraft version 1.21.3
0.7.1Релиз1.21, 1.21.1 · 26 августа 2024 г.
- Added components command
- Added longer chat length
- Added compability with Earthcomputer's mod of the same name
0.6.2Релиз1.21 · 18 июля 2024 г.
- Updated to 1.21
- Minor patches
0.6.0Релиз1.20.5, 1.20.6 · 18 июля 2024 г.
- Added potion command
- Added attribute modifier command
- Updated to support 1.20.5 item component system
0.4.0Релиз1.20, 1.20.1, 1.20.2 · 18 октября 2023 г.
No changelog was specified.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…