Overview
The /redstonecg_adventure
command is used to control what features of the RedstoneCG mod are accessible to players in Adventure Mode.
This command has a permission level of 2, meaning it requires gamemaster access—typically the same level needed to change a player’s game mode.
/redstonecg_adventure
-
pinConfig <boolean>
-
valueConfig <boolean>
-
gateGUI <boolean>
-
applySurvival <boolean>
/redstonecg_adventure pinConfig <boolean>
Determines whether players in Adventure Mode can configure Pin Marks on gates. Applies to Wires as well.
Default: false
/redstonecg_adventure pinConfig true
- Let's the players in Adventure Mode configure Pin Marks./redstonecg_adventure pinConfig false
- Forbids the players in Adventure Mode to configure Pin Marks.
Messages:
true
- "Players in Adventure Mode can configure pins."false
- "Players in Adventure Mode can not configure pins."
/redstonecg_adventure valueConfig <boolean>
Controls whether players can change gate-specific values in Adventure Mode e.g. adjusting signal strength on an Analog Source block
Default: false
/redstonecg_adventure valueConfig true
- Let's the players in Adventure Mode configure values./redstonecg_adventure valueConfig false
- Forbids the players in Adventure Mode to configure values.
Messages:
true
- "Players in Adventure Mode can configure block values."false
- "Players in Adventure Mode can not configure block values."
/redstonecg_adventure gateGUI <boolean>
Controls whether players can open GUIs of RedstoneCG blocks in Adventure Mode.
This does not affect the RedCu Crafter
Default: false
/redstonecg_adventure gateGUI true
- Let's the players in Adventure Mode open GUI./redstonecg_adventure gateGUI false
- Forbids the players in Adventure Mode to open GUI.
Messages:
true
- "Players in Adventure Mode can open GUI of gates."false
- "Players in Adventure Mode can not open GUI of gates."
/redstonecg_adventure applySurvival <boolean>
When enabled, applies all the above settings to players in Survival Mode as well.
Default: false
/redstonecg_adventure applySurvival true
- Settings above do apply to Survival mode and Adventure mode./redstonecg_adventure applySurvival false
- Settings above apply only to Adventure mode.
Messages:
true
- "Adventure Mode settings are applied to Survival Mode."false
- "Adventure Mode settings are Adventure Mode exclusive."
Version Log
Version | Description |
0.2.1 | Introduced. |