CraftBook Extra Wiki
Advertisement
MCX120
File:SISO.png
IC Title COMMAND
Type SISO
Inputs 1
Outputs 1
Restricted Yes
Added CBX v4.0


Allows players to use in-game commands to turn on or off redstone from anywhere, as long as the map chunk with the specified Command IC has been loaded.


This must be manually updated. For a self-updating version see [MCZ120]



Sign Settings[]

Quick Reference[]

line 1 <blank>
line 2 [MCX120]
line 3 BandName
line 4 <blank>
green text = OPTIONAL
everything else = REQUIRED

Details[]

  • Line 3:
    BandName is the name to use in the in-game commands to know which Command IC you want to control.

In-Game Commands[]

General[]

Command Description
/mcx120 BandName toggles the current state
/mcx120 BandName on sets the Command IC on
/mcx120 BandName off sets the Command IC off
/mcx120 BandName state displays to the player the current state (on or off) of the Command IC


Recommended for Admins/Mods Only[]

Command Description
/mcx120list Lists all loaded Command ICs and their state.
A green name means the Command IC is on. A red name means it is off. A grey name suggests that the server is doing odd things, as it should never be grey.

Inputs[]

File:IC input1.png

1 input

A / 1: Activate/Update
When the input is toggled on, it will activate the Command IC and update the output


Outputs[]

File:IC output1.png

1 output

D / 1: Command State
Outputs the current on/off state for the Command IC. The output must be manually updated. For a version that automatically updates the output see [MCZ120]


Optional Modes[]

none

Examples[]

Basic[]

Basic sign setup to turn on or off a Command IC named example
* To toggle, use the in-game command: /mcx120 example.
* Then the Command IC must be toggled on to update the output.

1
2 [MCX120]
3 example
4


Gallery[]

Bugs[]

See Also[]

Advertisement