This mod allows to control players' visibility on the minimap.
It provides two privileges:
- mm_visibility_control: players with it can toggle their visibility on the minimap.
- mm_full_visibility_control: players with it can toggle their and other players' visibility on the minimap.
And four commands:
- /mmhideme: hides player that uses command from the minimap.
- requires mm_visibility_control or mm_full_visibility_control privilege.
- /mmshowme: shows player that uses command on the minimap.
- requires mm_visibility_control or mm_full_visibility_control privilege.
- /mmhide <player's name>: hides player from the minimap.
- requires mm_visibility_control privilege if player wants to be hidden and mm_full_visibility_control to hide other player.
- /mmshow <player's name>: shows player on the minimap.
- requires mm_visibility_control privilege if player wants to be shown and mm_full_visibility_control to show other player.