> For the complete documentation index, see [llms.txt](https://docs.kojascripts.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kojascripts.eu/new/hud/configuration/hide-minimap.md).

# Hide Minimap

**`HideMinimapOnFoot`** - Should the minimap be visible when on foot?\
\
\&#xNAN;**`NeedItemForMinimap`** - Should player need an item for the minimap to be visible?

**`MinimapItem`** - What item should be needed for the minimap to be visible?

{% code title="shared/config.lua" %}

```lua
KOJA.HideMinimapOnFoot = true

KOJA.NeedItemForMinimap = false

KOJA.MinimapItem = 'phone'

```

{% endcode %}
