Skip to main content
Facts allow you to query the current state of the player’s minimap.

Available Facts

FactDescription
isVisibletrue if minimap is currently shown.
isFullscreentrue if fullscreen mode is active.
styleLayout style: CIRCLE or SQUARE.
markerCountInteger count of markers currently on the map.
compassDirectionCardinal direction string (N, NW, E, etc.).
biomeName of the current biome shown on map.

Usage

Use the standard Fact Condition to check these values.
condition:
  type: fact_condition
  fact: minimap_fact
  field: isFullscreen
  operator: EQUALS
  value: true