About MapBlockPlus
Simple plugin to block map with a colored map marker and Disable all Vending Machines from broadcasting.
Features :
- Set a color using Hex code or Rust colors (black, yellow, red, blue, white, green etc.)
- Set alpha (transparency) to the overlay.
- If for a reason the colors set in configuration do not exist sets a black marker instead.
- Disables any Vending machine Map marker (if plugin is unload it will make all Vending Machines broadcast again).
- Tells the player if he turns broadcasting on it is disabled and blocks the broadcasting.
- You can now use the mapblock and vending machine blocker separately through config.
Known issues :
- Map will always be briefly shown by rust before the marker is generated setting a color will make it slightly harder to see.
Side notes :
- Disabling HUD by default on a server is not possible since that is a feature from clientside only.
Commands :
- /mapblock info (to tell players why the map has blocked
Configuration :
{ "Plugin config": { "Chat Prefix": "[<color=yellow>MapBlock+</color>] " }, "MapBlocker setup": { "Use Map overlay": true, "Block VendingMachine Markers": true, "Overlay Alpha": 1.0, "Overlay Color": "#B48EF6" } }
Localization :
English language file included to use a different language just make a new file in the language folder.
{ "NoBroadcast": "<color=red>Vendingmachine broadcasting is disabled on this server!</color>" "Info": "\n<color=green>To have a mutch better experience roaming the map we have blocked the view of the map</color>", "InvalidInput": "<color=red>Please enter a valid command!</color>", "Version": "Version : V" }