InfoDisplay Rules - ForestOfLight/Canopy GitHub Wiki
Table of Contents:
- biome
- blockStates
- cardinalFacing
- chunkCoords
- coords
- dimension
- entities
- eventTrackers
- facing
- heldItemDurability
- hopperCounterCounts
- light
- liquidStates
- liquidTarget
- moonPhase
- noFog
- peekInventory
- ping
- renderSignalStrength
- sessionTime
- signalStrength
- simulationMap
- slimeChunk
- speed
- structures
- target
- timeOfDay
- tps
- velocity
- weather
- worldDay
Shows the biome at your current location.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the block states of the block you are targeting. Especially useful with Construct, which shows desired block states as you build. Includes waterlogged status.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows which direction you are facing using cardinal directions (N, S, E, W) and the corresponding coordinate axis (e.g., N (-z)).
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the coordinates of the chunk you are in and your relative position within that chunk.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows your coordinates truncated at 2 decimal places.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows your current dimension's identifier.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the number of entities in front of your player. If there are many entities in the world, having this enabled may cause lag.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the counts of currently tracked events. Tracking is controlled with /trackevent.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows your exact facing direction using yaw and pitch values.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the durability of the item in your main hand.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows all active hopper counter channels in real-time, displayed in their respective wool colors. Channel display mode (count, hr, min, sec) is controlled with ./counter <color> <mode>.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the light level at your feet, including the sky light contribution.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the states of the liquid you are targeting.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the identifier of the liquid you are targeting.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the current phase of the moon.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Disables the fog effect for the player. Water and lava are unaffected.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the inventory of the block or entity you are targeting in your InfoDisplay. Requires the allowPeekInventory global rule to be enabled.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows your current network latency to the server.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Renders the signal strength of nearby redstone dust in the world. Only renders for redstone dust within 10 blocks from the player to avoid excessive rendering.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the elapsed time since you joined the world in this session.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the redstone signal strength of the block you are targeting.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows a map of loaded chunks around you or a configured location. Ticking chunks are green; non-ticking chunks are red. Configure with the ./simmap command. Warning: This rule is performance-intensive.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows whether the chunk you are currently standing in is a slime chunk.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows your current movement speed in meters per second.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows naturally generated structures present at your current location.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the identifier of the block or entity you are targeting.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the Minecraft day-cycle time displayed as a 12-hour digital clock.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the server's current ticks per second (TPS).
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows your current x, y, and z velocity values in meters per tick.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the current weather in your dimension.
- Type:
boolean - Default value:
false - Suggested options:
false,true
Shows the count of Minecraft days elapsed since the world was created.
- Type:
boolean - Default value:
false - Suggested options:
false,true