Commands

commands:
  setport:
    description: Sets the exit point for a teleporter.
    usage: /setport
    permission: ChestBuilder.setport
    permission-message: You don't have permission to run this command.
  resetport:
    description: Resets the start point for the teleporter that you are standing on.
    usage: /resetport
    permission: ChestBuilder.resetport
    permission-message: You don't have permission to run this command.    
  goto:
    description: Teleport to specified coordinates, fails if dangerous.
    usage: /goto [x] [y] [z]
    permission: ChestBuilder.goto
    permission-message: You don't have permission to run this command.
  goto!:
    description: Teleport to specified coordinates, whether it is dangerous or not.
    usage: /goto! [x] [y] [z]
    permission: ChestBuilder.goto.confirm
    permission-message: You don't have permission to run this command.
  recall:
    description: Teleport to the last teleporter used.
    usage: /recall
    permission: ChestBuilder.recall
    permission-message: You don't have permission to run this command.
  whatxyz:
    description: Gives the x, y, z coordinates of the block you are looking at.
    usage: /whatxyz
    permission: ChestBuilder.whatxyz
    permission-message: You don't have permission to run this command.
  probe:
    description: enables or disables the use of redstone torches as a probe.
    usage: /probe on/off
    permission: ChestBuilder.probe
    permission-message: You don't have permission to run this command.

/setport Used to set the destination for a Transportation Pad, must have that pad selected first (by right clicking the gold block of a pad that has no destination set, use /resetport to remove the destination for a pad). May only be used by the owner of a pad.

/resetport Used to remove the destination for a Transportation Pad. May only be used by the owner of a pad.

/goto [x] [y] [z] Used to operate a Transportation Booth. Punch in the coordinates you wish to teleport to. Will warn the user if they will fall when they arrive or be stuck in a block and take damage.

/goto! [x] [y] [z] Same as /goto except that it does not check for danger at the destination.

/whatxyz This will give you the x, y, z coords of the block you are looking at as well as the block you are standing in (different than the coords displayed by hitting F3). I recommend using this when giving people coordinates to use in the booth.

/probe on/off This is special temporary tool that I made to give me the data value of a certain block, but left it in just in case I wanted to use it later or whatever. Set the probe on and you can rightclick a block while sneaking and holding a redstone torch and it will display the data value for that block. If you click on a chest with it in this fashion it will test to see if the chest is part of a ChestBuilder BlockMatrix (not super useful for you guys, but very useful for me :P )


Comments

Posts Quoted:
Reply
Clear All Quotes