These commands handle everyday building actions — placing individual blocks, changing how block placement behaves, and managing interactive command flow. None of them require you to mark multiple positions; they take effect immediately or toggle a persistent mode.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/BunnyNabbit/voxel-telephone/llms.txt
Use this file to discover all available pages before exploring further.
/place — place a block at your position
/place — place a block at your position
Aliases: This is useful when you need to place a block at an exact coordinate you cannot easily reach by pointing and clicking, or when an interactive command is blocking normal block placement.
/plPlaces your currently held block at the position you are standing on./place cannot be used while you are in VCR mode or while an interactive command is waiting for input./paint — toggle paint mode
/paint — toggle paint mode
Aliases: Run the command again to turn paint mode off. The server confirms the current state in chat each time you toggle.
/pToggles paint mode on or off. When paint mode is on, attempting to destroy a block replaces it with your currently held block instead of removing it. Air blocks are not affected — paint mode only acts on existing blocks./repeat — toggle repeat mode
/repeat — toggle repeat mode
Aliases: Run the command again to turn repeat mode off.
/t, /staticToggles repeat mode on or off. When repeat mode is on, the last interactive building command automatically restarts as soon as it finishes, asking you for positions again immediately. This lets you run the same command many times without re-typing it./mark — set a position marker
/mark — set a position marker
Records your current standing position as the next required point for the active interactive command.You can also mark a position by right-clicking any block in the level — this is equivalent to typing
/mark. The server confirms each mark and prompts you for the next input./mark only works when an interactive command is waiting for a position. If no command is active, the server will tell you there is nothing to mark for./abort — cancel or exit
/abort — cancel or exit
Cancels the current interactive command, or exits VCR mode if it is active.When canceling a building command: The in-progress command is discarded and the level is unblocked. Any blocks already placed by a partially-completed command are not reversed — only the pending interactive prompt is cleared.When exiting VCR mode: The level is restored to the exact state it was in before you typed
/vcr. No rewound state is committed. This is the safe way to inspect history without keeping any changes.