Skip to main content

Minimap

Allowing the use of the Minimap mod

note
  • Minimap is currently only available on 1.7.10.
  • The Minimap mod is disabled by default on all servers unless explicitly enabled using the API.

Allowing the Minimap

CheatBreakerAPI.getInstance().setMinimapStatus(Player player, MinimapStatus.NEUTRAL)

Disabling the Minimap

CheatBreakerAPI.getInstance().setMinimapStatus(Player player, MinimapStatus.FORCED_OFF)