Adds various client side 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