Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt

Use this file to discover all available pages before exploring further.

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