Eradication Event
$10.00
Sold by: WrecksEradication Event – Challenge your players and have them compete for the most amount of Wildlife kills for the duration of the event.
- Description
- Reviews (0)
- Version History
- Discussions (0)
- Setup
- Product Enquiry
Description
Description
About Eradication Event
- Supports Economics & Server Rewards
- You can use either or, both at the same time if needed, or both set to false.
The Event
I couldn’t just let the animals roam free after Bot Purge. Get out the scopes for any animal you see! 🐻❄️
Challenge your players and have them compete for the most amount of Wildlife kills for the duration of the event.
The highest-scoring player will earn the loot and bragging rights.
Features
- A wolf howl lets your players know it’s time to go hunting.
- Leaderboard tracker, counts kills of your top players, and also counts down the time.
- (Kill counter sits on the left side of the compass.)
- Tiebreaker implemented to randomly decide a winner, on delay for Dramatics
- At the end the winner will receive whatever loot you specified in the table. (Skinning and Custom names in config)
Commands
- /Erad – Manually Starts the event
- /EradEnd – Manually End
- /AnimalKills – Track kills if needed, counter is also on ui when participating.
Start and end can be executed from Rcon
Hud Users
https://lone.design/product/server-hud-rust-plugin/
Hud Config Addition
Your color and Icon taste may differ.
Feel free to Change it.
,
{
“Hook OnEventStart”: “OnEradEventStart”,
“Hook OnEventStop”: “OnEradEventEnd”,
“Name”: “EradEvent”,
“Active color”: “#32CD32”,
“Icon”: “https://media.discordapp.net/attachments/1131387423838961747/1150272933370019870/ERADICATIONEVENTICON.png”,
“Color”: “#A020F0”,
“Enable”: true
}
Hud .cs File Custom Events ADDITION
private void OnEradEventStart() => OnEventTouch(System.Reflection.MethodBase.GetCurrentMethod().Name); private void OnEradEventEnd() => OnEventTouch(System.Reflection.MethodBase.GetCurrentMethod().Name);
Config
{
“EconomicRewards”: 1000,
“EnableEconomicRewards”: true,
“EnableLootTable”: true,
“EnableScheduledEvents”: true,
“EnableServerRewards”: true,
“EnableStartSFX”: true,
“Event Duration (Seconds)”: 600,
“Maximum Time Between Events (Seconds)”: 7200,
“Minimum Players To Start”: 1,
“Minimum Time Between Events (Seconds)”: 3600,
“RandomItemsMax”: 6,
“RandomItemsMin”: 3,
“ServerRewards”: 1000,
“Winner Rewards”: [
{
“maxQuantity”: 5,
“minQuantity”: 1,
“name”: “”,
“shortname”: “paper”,
“skinid”: null
},
{
“maxQuantity”: 15,
“minQuantity”: 5,
“name”: “”,
“shortname”: “scrap”,
“skinid”: null
},
{
“maxQuantity”: 5,
“minQuantity”: 1,
“name”: “”,
“shortname”: “glue”,
“skinid”: null
},
{
“maxQuantity”: 15,
“minQuantity”: 5,
“name”: “”,
“shortname”: “sticks”,
“skinid”: null
},
{
“maxQuantity”: 1,
“minQuantity”: 1,
“name”: “”,
“shortname”: “rifle.ak”,
“skinid”: null
},
{
“maxQuantity”: 15,
“minQuantity”: 5,
“name”: “”,
“shortname”: “blood”,
“skinid”: null
},
{
“maxQuantity”: 5,
“minQuantity”: 1,
“name”: “”,
“shortname”: “ducttape”,
“skinid”: null
},
{
“maxQuantity”: 15,
“minQuantity”: 5,
“name”: “”,
“shortname”: “sulfur”,
“skinid”: null
},
{
“maxQuantity”: 5,
“minQuantity”: 1,
“name”: “”,
“shortname”: “gunpowder”,
“skinid”: null
},
{
“maxQuantity”: 15,
“minQuantity”: 5,
“name”: “”,
“shortname”: “wood”,
“skinid”: null
}
]
}
Reviews (0)
Only logged in customers who have purchased this product may leave a review.
Version History
- Updated Added Check for New Wolf.
- Fixed Rewards Dist. Section cleaned up.
- Updated Added option to run commands for the winner. use {id} to target your winning player.
- Fixed Global UI Refresh.
- Fixed Worked out every outcome if loot table, SR, or Eco are being used in diff combos, to print the correct output to chat of rewards given.
- Updated New config options for commands and event messaging / toggle, ui positioning, also redid the entire lang for the plugin, now it can be customized as needed. Be Aware, Config keys have changed, if you need to paste in loot table be sure to copy what is in between the {} as Winner Rewards is now WinnerRewards. Along with some other keys.
- Updated Added a check, if the threshold for players needed for events, fell below during an event, it wouldn't schedule the next after that event ended, until threshold is reached again.
- Updated Converted Old UI To Leaderboard Style UI With Countdown, Added Hooks for use with HUD.
- Added Corrected a line if config option was null.
- Added Added a Min Max Item Randomizer for the Loot Table. Config Will Most likely need to be Deleted and Re Configured sorry for the Inconvenience.
- Updated Tweaked the way the plugin detects if an event is able to be Scheduled depending on active players.
- Added Added Checks, if eco or server rewards isnt loaded, it will proceed as needed without triggering errors in console.
- Updated //v1.1.2 Cleaned up Timer for Auto sched.
Discussions (0)
Discussions
There are no discussions yet.
Leave a reply
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
Reviews
There are no reviews yet.