Skip to main content
The Minimap Toggle Action allows you to programmatically show, hide, or toggle the small HUD minimap visibility for a specific player.

Configuration

state
Enum
default:"TOGGLE"
The desired state:
  • SHOW: Force minimap visible.
  • HIDE: Force minimap hidden.
  • TOGGLE: Switch current state.
action:
  type: minimap_toggle
  state: HIDE