-
-
Notifications
You must be signed in to change notification settings - Fork 5
InfoDisplay Rules
Table of Contents:
- shouldDisplay
- coords
- cardinalFacing
- facing
- tps
- entities
- light
- biome
- worldDay
- timeOfDay
- sessionTime
- moonPhase
- slimeChunk
- eventTrackers
- hopperCounterCounts
- lookingAt
- signalStrength
- peekInventory
Only rules that are enabled will be calculated. All rules are disabled by default.
Enables/disables the whole InfoDisplay.
Shows the coordinates of the player truncated at 2 decimal places.
Shows which direction the player is facing using cardinal directions N, S, E, W & the coordinate direction (ex. N (-z)).
Shows your facing direction in yaw and pitch using degrees.
Shows the server's current ticks per second (TPS).
Shows the number of entities in front of your player. This is roughly your screen size, but not exactly.
Shows the light level of the block where your foot is.
Shows the biome you are currently in.
Shows the count of Minecraft days since the world began.
Shows the Minecraft day-cycle time as a 12-hour digital clock time.
Shows the time since you joined the world.
Shows the current phase of the moon.
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.
Shows the counts of currently tracked events. (Tracking is controlled with ./trackevent
.)
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.
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.
Shows redstone signal strength of any block which has redstone power.
Shows the inventory of the block or entity you're looking at. Can be particularly useful for debugging containers in spectator mode.