About LootRespawnScheduler
LootRespawnScheduler is a Rust plugin designed to handle and customize the respawn schedule of various loot crates within the game. The plugin allows for the creation of specific respawn times for crates inside monuments while ensuring the flexibility for server administrators to modify the settings based on their server’s requirements.
Features :
- Randomized loot respawn intervals, configurable per monument.
- Only affects monuments, with a configurable list of allowed crates.
- Default respawn time set between 30-60 minutes but fully adjustable through the configuration.
- Easy removal of monuments that no longer exist when a server wipe occurs, keeping your configuration clean and up-to-date.
Users can also easily add new crates to the configuration by modifying the AllowedCrates For example :
private HashSet<string> AllowedCrates = new HashSet<string> { "crate_elite", "crate_normal", "crate_normal_2", "barrel", "card_green", "card_red", "card_blue", "my_custom_crate" // Custom crate added };