About Zone Custom UI
Displays the name of the zone the player is in. You can customize text, text color, background color, etc.
This plugin takes information about zones from zonemanager, all information is saved in a config file, after which you can customize information about these zones, which will be displayed
Commands:
/rzinfo - update zone information
Config file:
{
"Settings outside the zone": {
"Id": "0",
"Name": "Outside",
"AnchorMin": "0.649 0.041",
"AnchorMax": "0.695 0.081",
"Color_Background": "0.1 0.1 0.8 0.8",
"Color_Text": "1 1 1 1",
"TextSize": "16",
"TextPlaceHolder": "Outside"
},
"Default settings for the new zone": {
"Id": "0",
"Name": "Default",
"AnchorMin": "0.649 0.041",
"AnchorMax": "0.695 0.081",
"Color_Background": "0.1 0.8 0.1 0.8",
"Color_Text": "1 1 1 1",
"TextSize": "16",
"TextPlaceHolder": "Default"
},
"Zones list": []
}