
Void Commands
Adds various client side commands
4K загрузок17 подписчиковGPL-3.0-or-laterfabric
Обновлён 12 января 2026 г. · опубликован 18 июня 2024 г.
Void Commands

Adds various client side commands.
Commands
All commands are prefixed with v
| Command | Description |
|---|---|
vget <item> <count> |
Gives yourself a ghost item. In Creative it will be ghost, until you use it. |
vsetblock <pos> <block> |
Sets a the block at to the block . |
vghostplacement <boolean> |
Toggles if interacting with blocks sends a packet. This includes placing blocks, using buttons, etc. |
vgetrender |
Prints simulation/view distance in chat. |
vgetlocation <entity> |
Prints current coordinates, and dimension in chat. |
vsummon <entity> <location> <nbt> |
Summons an entity client-side (you can be nudged by client side entities). |
vkill <entities> |
Removes entities from the client world. |
vquery [blocks|entities] <block|entity> <distance> |
Prints the amount of entities/blocks loaded within chunks. Default distance is your render distance. |
vfill <pos1> <pos2> <block> [hollow|keep|outline|replace] [block] |
Fills an area with blocks (client-side). Use vanilla /fill syntax. |
vstop |
Stops the Minecraft client. |
vresize <width> <height> |
Resizes the Minecraft client's window. |
Note: I'm adding most features suggested. You can suggest a feature through the GitHub!
if you like this mod, I also recommend getting ClientCommands
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.5.1+1.21.11 | Релиз | 1.21.11 | fabric | 12 января 2026 г. | Скачать (290 КБ) |
| 1.5.1+1.21.10 | Релиз | 1.21.10 | fabric | 8 октября 2025 г. | Скачать (291 КБ) |
| 1.5.1+1.21.9 | Релиз | 1.21.9 | fabric | 5 октября 2025 г. | Скачать (291 КБ) |
| 1.5+1.21.7 | Релиз | 1.21.7 | fabric | 11 июля 2025 г. | Скачать (288 КБ) |
| 1.5+1.21.6 | Релиз | 1.21.6 | fabric | 21 июня 2025 г. | Скачать (288 КБ) |
| 1.5+1.21.5 | Релиз | 1.21.5 | fabric | 12 апреля 2025 г. | Скачать (288 КБ) |
| 1.5+1.21.4 | Релиз | 1.21.4 | fabric | 8 апреля 2025 г. | Скачать (286 КБ) |
| 1.5+1.21.3 | Релиз | 1.21.3 | fabric | 16 февраля 2025 г. | Скачать (286 КБ) |
| 1.5+1.21 | Бета | 1.21 | fabric | 16 декабря 2024 г. | Скачать (284 КБ) |
| 1.5+1.21.1 | Релиз | 1.21.1 | fabric | 16 декабря 2024 г. | Скачать (284 КБ) |
| 1.4+1.21.1 | Релиз | 1.21.1 | fabric | 19 сентября 2024 г. | Скачать (271 КБ) |
| 1.3.1+1.21.1 | Релиз | 1.21.1 | fabric | 9 августа 2024 г. | Скачать (260 КБ) |
| 1.3.1+1.21 | Релиз | 1.21 | fabric | 2 августа 2024 г. | Скачать (260 КБ) |
| 1.3.1+1.20.6 | Релиз | 1.20.6 | fabric | 2 августа 2024 г. | Скачать (260 КБ) |
| 1.3.1+1.20.4 | Релиз | 1.20.4 | fabric | 2 августа 2024 г. | Скачать (242 КБ) |
Показаны последние 15 из 21 версий.
Ченджлог
1.5.1+1.21.9Релиз1.21.9 · 5 октября 2025 г.
- Drastically improve performance of VQueryCommand block query by making it run asynchronously per chunk
1.5+1.21.4Релиз1.21.4 · 8 апреля 2025 г.
- Update to Minecraft 1.21.4
1.5+1.21.3Релиз1.21.3 · 16 февраля 2025 г.
- Port to Minecraft 1.21.3
1.5+1.21Бета1.21 · 16 декабря 2024 г.
- Backport to 1.21
1.5+1.21.1Релиз1.21.1 · 16 декабря 2024 г.
- Add
vfillcommand - Add
vstopcommand - Add
vresizecommand - Change notifications to appear in chat instead of action bar
1.4+1.21.1Релиз1.21.1 · 19 сентября 2024 г.
- Added
vsummoncommand - Added
vkillcommand - Added
vquerycommand - Added entity selector to
vgetlocationcommand - Removed extra newline in the feedback of
vgetrendercommand
1.3.1+1.21.1Релиз1.21.1 · 9 августа 2024 г.
- Updated to Minecraft 1.21.1
1.3.1+1.21Релиз1.21 · 2 августа 2024 г.
- Fixed mod compatibility issue
Комментарии
Загружаем…