Jump to content

ZoneIndicator


NubbbZ
 Share

Recommended Posts

ZoneIndicator


Simple plugin that shows a small UI indicating what zone you are in, It is highly configurable and easy!

Notes:

  • ZoneManager is required!
  • The text of the zone would be configured in the zonemanager plugins datafile under the name parameter!
  • AlwaysShow - Means that the UI will always be shown weather there is a zone or not!
  • UseWhitelist - True means that it will only show zones that are in the Whitelist!
  • ZoneUISettings - Allows you to add custom UI settings for a zone, If there is none for that zone it results back to the default setting!

Permissions:

  • zoneindicator.use - Shows the UI
  • zoneindicator.import - Allows that player to run the command zindicator_import!

Commands:

  • /zindicator_import - Imports all your zones from ZoneManager

Configuration:

{
  "AlwaysShow": true,
  "TextPlaceholder": "Wasteland",
  "DefaultUI": {
    "AnchorMin": "0.5 0",
    "AnchorMax": "0.5 0",
    "OffsetMin": "190 30",
    "OffsetMax": "250 60",
    "FadeSpeed": 0.25,
    "Color_Background": "0.8 0.5 0.1 0.8",
    "Color_Text": "1 1 1 1",
    "TextSize": 12
  },
  "UseWhitelist": false,
  "Whitelist": [
    "11423859",
    "25094303"
  ],
  "ZoneUISettings": {
    "11423859": {
      "AnchorMin": "0.5 0",
      "AnchorMax": "0.5 0",
      "OffsetMin": "190 30",
      "OffsetMax": "250 60",
      "FadeSpeed": 0.25,
      "Color_Background": "0.8 0.5 0.1 0.8",
      "Color_Text": "1 1 1 1",
      "TextSize": 12
    },
    "25094303": {
      "AnchorMin": "0.5 0",
      "AnchorMax": "0.5 0",
      "OffsetMin": "190 30",
      "OffsetMax": "250 60",
      "FadeSpeed": 0.25,
      "Color_Background": "0.8 0.5 0.1 0.8",
      "Color_Text": "1 1 1 1",
      "TextSize": 12
    }
  }
}

 


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...