Creates radiation zones at designated monuments

Supported Games
GameServerKingsGameServerKings

Creates zones of radiation at designated monuments. Use's a built in radiation system and has a optional built in radiation timer to turn it on/off, and optional enter/leave messages

Note Using plugins that use radiation will enable it globally, therefore activating Rusts default radiation zones. If you do not wish for these to be active you can remove them using this plugin here -> Remove Default Radiation <-

Chat Commands

  • /mr_list - List all zones into console
  • /mr_show - Show a sphere at all created zones
  • /mr - Displays time left until radiation is activated/deactivated

Console Commands

  • mr_list - List all zones into console

Note: To use this with HapisIsland you must set "Using_HapisIsland" in Options to true in the configuration.

Configuration

{
  "Messaging Settings": {
    "Display message to player when they enter a radiation zone": true,
    "Display message to player when they leave a radiation zone": false
  },
  "Timers": {
    "Random on time (minimum minutes)": 5,
    "Random on time (maximum minutes)": 30,
    "Random off time (minimum minutes)": 25,
    "Random off time (maximum minutes)": 60,
    "Forced off time (minutes)": 15,
    "Forced on time (minutes)": 45
  },
  "Settings": {
    "Broadcast radiation status changes": true,
    "Using Hapis Island map": false,
    "Enable InfoPanel integration": false,
    "Use radiation toggle timers": true,
    "Randomise radiation timers": false
  },
  "Zone Settings": {
    "Airfield": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Airfield",
      "Radius of radiation": 85.0,
      "Radiation amount": 10.0
    },
    "Dome": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Dome",
      "Radius of radiation": 50.0,
      "Radiation amount": 10.0
    },
    "Junkyard": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Junkyard",
      "Radius of radiation": 50.0,
      "Radiation amount": 10.0
    },
    "Lighthouse": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Lighthouse",
      "Radius of radiation": 15.0,
      "Radiation amount": 10.0
    },
    "LargeHarbor": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Large Harbor",
      "Radius of radiation": 120.0,
      "Radiation amount": 10.0
    },
    "GasStation": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "GasStation",
      "Radius of radiation": 15.0,
      "Radiation amount": 10.0
    },
    "Powerplant": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Powerplant",
      "Radius of radiation": 120.0,
      "Radiation amount": 10.0
    },
    "Stone Quarry": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Quarry_Stone",
      "Radius of radiation": 15.0,
      "Radiation amount": 10.0
    },
    "Sulfur Quarry": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Quarry_Sulfur",
      "Radius of radiation": 15.0,
      "Radiation amount": 10.0
    },
    "HQM Quarry": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Quarry_HQM",
      "Radius of radiation": 15.0,
      "Radiation amount": 10.0
    },
    "Radtown": {
      "Enable radiation at this monument": true,
      "Monument name (internal use)": "Radtown",
      "Radius of radiation": 85.0,
      "Radiation amount": 10.0
    },
    "RocketFactory": {
      "Enable radiation at this monument": true,
      "Monument name (internal use)": "Rocket Factory",
      "Radius of radiation": 140.0,
      "Radiation amount": 10.0
    },
    "Satellite": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Satellite",
      "Radius of radiation": 60.0,
      "Radiation amount": 10.0
    },
    "SmallHarbor": {
      "Enable radiation at this monument": true,
      "Monument name (internal use)": "Small Harbor",
      "Radius of radiation": 85.0,
      "Radiation amount": 10.0
    },
    "Supermarket": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Supermarket",
      "Radius of radiation": 20.0,
      "Radiation amount": 10.0
    },
    "Trainyard": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Trainyard",
      "Radius of radiation": 100.0,
      "Radiation amount": 10.0
    },
    "Tunnels": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Tunnels",
      "Radius of radiation": 90.0,
      "Radiation amount": 10.0
    },
    "Warehouse": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "Warehouse",
      "Radius of radiation": 15.0,
      "Radiation amount": 10.0
    },
    "WaterTreatment": {
      "Enable radiation at this monument": false,
      "Monument name (internal use)": "WaterTreatment",
      "Radius of radiation": 120.0,
      "Radiation amount": 10.0
    }
  },
  "Version": {
    "Major": 0,
    "Minor": 2,
    "Patch": 50
  }
}

MIT License


Copyright (c) 2020 k1lly0u


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.