MCZ116 (Is Player Above?)
Is player above? | |
About | |
---|---|
ID | MCZ116 |
Self Triggered | Yes |
Clickable | No |
Input | Redstone |
Output | On if True |
Sign Format | |
First line | IS PLAYER ABOVE |
Second line | [MCZ116] |
Third line | Player or Group Name |
Craftbook Page |
Checks if a player is up to 9 blocks 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 regular version is MCX116 (Is Player Above?).
Details
- Second Line
- [MCZ116]
- 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
[MCZ116]
Automatically checks if any player is above the IC block. outputs High when true.
[MCZ116] p:Anna_28
Automatically checks if player Anna_28 is above the IC block. Outputs high when true.
[MCZ116] p:!Anna_28
Automatically checks if any player other than Anna_28 is above the IC block. Outputs high when true.
[MCZ116] m:blehelix457
Automatically checks if any player whose name contains "blehelix457" such as doublehelix457 is above the IC block. 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.