# Hide Minimap

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

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

```lua title="shared/config.lua"
KOJA.HideMinimapOnFoot = true

KOJA.NeedItemForMinimap = false

KOJA.MinimapItem = 'phone'

```

## Related pages

- [Changing Language](/new/hud/configuration/changing-language) — Explanation of the locale configuration in the script
- [Debug Prints](/new/hud/configuration/debug-prints) — Explanation of the debug configuration in the script
- [Settings Command](/new/hud/configuration/settings-command) — Explanation of the commands configuration in the script
- [Notifications](/new/hud/configuration/notifications) — Explanation of the notify configuration in the script
- [Nitro](/new/hud/configuration/nitro) — Explanation of the nitro configuration in the script
- [Engine](/new/hud/configuration/engine) — Explanation of the engine configuration in the script
- [Configuration](/new/hud/configuration) — back to the section overview
