Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 3.17 KB

multicraft_commands.md

File metadata and controls

79 lines (48 loc) · 3.17 KB

Commands in MultiCraft

These are commands that have been added to Minecraft via the MultiCraft plugin in the server. An asterisk (*)indicates that these commands are accessible via voice commands, and a caret (^) indicates that these commands require a Tobii eye tracker to be set up on the machine to run.

/mbuild

Inputs: x y z material hollow

Description: Build an x by y by z structure of material at the player's current position. The structure may also be made hollow if hollow == 1

/mmbuild (*)

Inputs: x y z material hollow

Description: Build an x by y by z structure of material at the player's mouse position. The structure may also be made hollow if hollow == 1

/rbuild

Inputs: None

Description: Initiates region building for the rrbuild command. This command must be called first if region building is to be used

/rloc1

Inputs: None, uses the player's mouse position

Description: Marks the first location for the rrbuild command. This command must be called second in the region building command sequence

/rloc2

Inputs: None, uses the player's mouse position

Description: Marks the second location for the rrbuild command. This command must be called third in the region building command sequence

/rrbuild

Inputs: None

Description: Fills the space between the locations marked by the rloc1 and rloc2 commands with stone. This command must be called last in the region building command sequence

/eyebuild (*^)

Inputs: x y z material hollow

Description: Build an x by y by z structure of material at the player's cursor position after using the eye tracker to find a spot to build. The structure may also be made hollow if hollow == 1

/eyetrack (*^)

Inputs: move

Description: Enables eye tracking. If the move keyword is given, the player can also move forward if they stare in that direction for enough time

/msave (*)

Inputs: name

Description: Save the most recent structure created using a build command and name it name

/mclone (*)

Inputs: name

Description: Clone a saved structure named name

/mundo (*)

Inputs: None

Description: Undo the most recent strucrure created using a build command (mbuild, mmbuild, eyebuild, redo)

/mredo (*)

Inputs: None

Description: Redo the most recent structure removed using the undo command

/copyloc1

Inputs: None, uses the player's mouse position

Description: Marks the first location for the selection of the copy tool

/copyloc2

Inputs: None, uses the player's mouse position

Description: Marks the second location for the selection of the copy tool

/mpaste

Inputs: None, uses the player's mouse position

Description: Copies the region defined by copyloc1 and copyloc2to cursor position (uses Minecraft's clone command, therefore requires OP priveleges)

Some commands require OP privileges. In order to ensure you can use all commands, please enter your Minecraft UUID, Minecraft username, and level "4" in the MultiCraftServer\ops.json file. Modify the entry already in the file to fit your information.