ColdUnwanted
Displays a popup on Cargo spawn/drop with distance, and a marker on in-game map at drop position

Supported Games
GameServerKingsGameServerKings

For each Supply Drop from Supply Signal or not :

  1. will show a banner popup on spawn of Cargo Plane
  2. will show a banner popup on drop
  3. will show a HUD with distance to loot drop
  4. will display a Marker on ingame map - magenta for 'fresh' drop
  5. will display a Marker on ingame map - cyan for drop someone already open

HUD and markers will refresh on timer (5 seconds).It can show many Drops.

How It Works

  1. Set configuration file in folder /oxide/configuration
  2. Change language files if you want in folder /oxide/lang/
  3. Set permissions hud|banner to choosen players/group with oxide permission system

Permissions

  • mapmyairdrop.hud -- display HUD to player

  • mapmyairdrop.banner -- display banner to player

No plugin reload needed on permisions changes.

Configuration

{
  "Banner Settings": {
    "Banner GUI Settings": {
      "Anchor Max": "1.0 0.90",
      "Anchor Min": "0.0 0.85",
      "Offset Max": "0 0",
      "Offset Min": "0 0"
    },
    "Banner HUD Settings": {
      "Anchor Max": "0.17 1.0",
      "Anchor Min": "0.1 0.95",
      "Offset Max": "0 0",
      "Offset Min": "0 0"
    },
    "Display Drop Banner For All Users (Overrides 'mapmyairdrop.banner')": "false",
    "Display Drop HUD For All Users (Overrides 'mapmyairdrop.hud')": "false",
    "HUD Banner Display Limit": "5"
  },
  "Map Marker settings": {
    "The Map Marker Alpha On The Map (0 to 1)": "0.4",
    "The Map Marker Color On The Map (Hex Code)": "#FF00FF",
    "The Map Marker Looted Alpha On The Map (0 to 1)": "0.4",
    "The Map Marker Looted Color On The Map (Hex Code)": "#00FFFF",
    "The Map Marker Radius On The Map": "1"
  }
}

Localization

MIT License


Copyright (c) 2021 ColdUnwanted


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.