Overview:
Turn your server into a proper wasteland with this new dynamic event that utilises the currently mostly unused weather features. While the event is active, sleepers and active players who are outside and not wearing radiation protection will be riddled with radiation. There will be different bonuses during this event including gather rate changes, and more.
This plugin takes advantage of the "on-the-fly" weather changing of rust, to dynamically merge into and out of the stormy wasteland. The rain / clouds / wind / radiation level will slowly increase until it reaches the peak values, where the radiation damage will be set to full.
Media:
Permissions:
radstorm.admin - Players with this permission will be able to start and stop radstorms
radstorm.exempt - Players with this permission will be exempt from receiving radiation while the event is active
Commands:
(chat) /radstorm <start/stop> - Chat command to start / stop radstorms.
(console) radstorm <start/stop> - Console command to start / stop radstorms. Can be used by external plugins.
Configuration:
Turn your server into a proper wasteland with this new dynamic event that utilises the currently mostly unused weather features. While the event is active, sleepers and active players who are outside and not wearing radiation protection will be riddled with radiation. There will be different bonuses during this event including gather rate changes, and more.
This plugin takes advantage of the "on-the-fly" weather changing of rust, to dynamically merge into and out of the stormy wasteland. The rain / clouds / wind / radiation level will slowly increase until it reaches the peak values, where the radiation damage will be set to full.
Media:
Permissions:
radstorm.admin - Players with this permission will be able to start and stop radstorms
radstorm.exempt - Players with this permission will be exempt from receiving radiation while the event is active
Commands:
(chat) /radstorm <start/stop> - Chat command to start / stop radstorms.
(console) radstorm <start/stop> - Console command to start / stop radstorms. Can be used by external plugins.
Configuration:
JavaScript:
{
"Bonus Settings": {
"Collectibles Rate Bonus": 1.0,
"Gather Finish Bonus Rate Bonus": 1.0,
"Gather Rate Bonus": 1.0
},
"Storm Settings": {
"Hurt Sleepers": true,
"Max Storm Inbound Time": 7200.0,
"Min Storm Inbound Time": 3600.0,
"Radiation Amount": 50.0,
"Storm Length": 300.0
}
}
Notes:
The plugin is currently still in a fairly early stage of development, although full functional, it currently lacks advanced features for full customisation. I will be taking all ideas and feature requests from the support section and implementing any that make a reasonable amount of sense.