MCX116 (Is Player Above?)
Is player above? | |
About | |
---|---|
ID | MCX116 |
Self Triggered | No |
Clickable | No |
Input | Redstone |
Output | High if True |
Sign Format | |
First line | IS PLAYER ABOVE |
Second line | [MCX116] |
Third line | name |
Craftbook Page |
Checks if a player is above the IC block, and then outputs high if true. There is an option to check for a specific player or player belonging to a group on Line 3. This ic must be updated with redstone to work. The self-triggering version is MCZ116.
Details
- Second Line
- [MCX116]
- Third Line (optional)
- Option:Name
Option is can be p: for player, g: for group, or m: to search for a name that contains those same letters; Useful for those with long playernames.
Name can be prefixed with an exclamation point to negate the match.
Examples
[MCX116]
Checks if any player is above when powered, outputs High when true.
[MCX116] p:Anna_28
Checks if player Anna_28 is above the IC block when powered. Outputs high when true.
[MCX116] p:!Anna_28
Checks if any player other than Anna_28 is above the IC block when powered. Outputs high when true.
[MCX116] m:blehelix457
Checks if any player whose name contains "blehelix457" such as doublehelix457 is above the IC block when powered. Outputs high when true.
Notable and Practical Uses
- Could be used in conjunction with Door or Gate to open when a player is above the IC.
- Could be powered by MC0500 to see if a specific player is online, and then seeing if the player is above the IC block.
- Perfect for private rooms with no need to push any buttons.