Skip to content

InfoDisplay Rules

ForestOfLight edited this page Sep 16, 2024 · 2 revisions

pack_icon

Table of Contents:


Only rules that are enabled will be calculated. All rules are disabled by default.

shouldDisplay

Enables/disables the whole InfoDisplay.

coords

Shows the coordinates of the player truncated at 2 decimal places.

cardinalFacing

Shows which direction the player is facing using cardinal directions N, S, E, W & the coordinate direction (ex. N (-z)).

facing

Shows your facing direction in yaw and pitch using degrees.

tps

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

entities

Shows the number of entities in front of your player. This is roughly your screen size, but not exactly.

light

Shows the light level of the block where your foot is.

biome

Shows the biome you are currently in.

worldDay

Shows the count of Minecraft days since the world began.

timeOfDay

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

sessionTime

Shows the time since you joined the world.

moonPhase

Shows the current phase of the moon.

slimeChunk

Shows whether the chunk you are standing in is a slime chunk (only displays when true). This adds 5 mspt per player that has it enabled, so only enable it if you need it.

eventTrackers

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

hopperCounterCounts

Shows all active hopper counters in their respective colors. You can change the mode of each channel to display how many items it's receiving per hour, minute, or second instead of the normal count.

lookingAt

Shows the name of the block or entity you're currently looking at. When looking at redstone dust, it will also show the signal strength.

peekInventory

Shows the inventory of the block or entity you're looking at. Can be particularly useful for debugging containers in spectator mode.