InfoDisplay Rules - ForestOfLight/Canopy GitHub Wiki

pack_icon

Table of Contents:


biome

Shows the biome at your current location.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

blockStates

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

cardinalFacing

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

chunkCoords

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

coords

Shows your coordinates truncated at 2 decimal places.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

dimension

Shows your current dimension's identifier.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

entities

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

eventTrackers

Shows the counts of currently tracked events. Tracking is controlled with /trackevent.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

facing

Shows your exact facing direction using yaw and pitch values.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

heldItemDurability

Shows the durability of the item in your main hand.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

hopperCounterCounts

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

light

Shows the light level at your feet, including the sky light contribution.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

liquidStates

Shows the states of the liquid you are targeting.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

liquidTarget

Shows the identifier of the liquid you are targeting.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

moonPhase

Shows the current phase of the moon.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

noFog

Disables the fog effect for the player. Water and lava are unaffected.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

peekInventory

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

ping

Shows your current network latency to the server.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

renderSignalStrength

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

sessionTime

Shows the elapsed time since you joined the world in this session.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

signalStrength

Shows the redstone signal strength of the block you are targeting.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

simulationMap

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

slimeChunk

Shows whether the chunk you are currently standing in is a slime chunk.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

speed

Shows your current movement speed in meters per second.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

structures

Shows naturally generated structures present at your current location.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

target

Shows the identifier of the block or entity you are targeting.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

timeOfDay

Shows the Minecraft day-cycle time displayed as a 12-hour digital clock.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

tps

Shows the server's current ticks per second (TPS).

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

velocity

Shows your current x, y, and z velocity values in meters per tick.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

weather

Shows the current weather in your dimension.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true

worldDay

Shows the count of Minecraft days elapsed since the world was created.

  • Type: boolean
  • Default value: false
  • Suggested options: false, true
⚠️ **GitHub.com Fallback** ⚠️