🗺️Hide Minimap

Explanation of the minimap configurations in the script

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?

shared/config.lua
KOJA.HideMinimapOnFoot = true

KOJA.NeedItemForMinimap = false

KOJA.MinimapItem = 'phone'

Last updated