Turn your server into a irradiated wasteland by creating pockets of radiation randomly around your map.
- The number, size and amount of radiation for each zone is random, with minimum and maximum values in the config.
- Pockets will be automatically generated on startup and will be saved (so they are always in the same location).
- Be sure to delete your "radpockets_data.json" data file when you wipe your server!
Its recommended that you install this after a wipe, that way players will build around the radiation. If not you can remove zones that land on players buildings using a chat command.
Important 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 -> https://umod.org/plugins/remove-default-radiation
Chat Commands
/rp tpnear- Teleport to the closest zone/rp removeall- Removes all radiation zones/rp removenear <optional:distance>- Remove zones within a optional distance (default is 10)/rp showall- Shows the location of all radiation zones/rp shownear <optional:distance>- Shows zones within a optional distance (default 10)/rp create <radius> <radiationamount>- Create a new zone, requires a radius and radiation amount
Configuration
{
"Count_Max": 30, // Maximum amount of zones to create
"Count_Min": 15, // Minimum amount of zones to create
"Radiation_Max": 25, // Maximum amount of radiation per second
"Radiation_Min": 2, // Minimum amount of radiation per second
"Radius_Max": 60, // Maximum radius
"Radius_Min": 15 // Minimum radius
}
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.

