DeathSpawns
$7.49
Sold by: RaineyDeathSpawns is a simple plugin that will drop item(s), prefab(s), and/or run commands on player corpses when they die. Additional Permissions, and multiple Items/prefabs/commands for each permission, can be added to allow greater flexibility.
- Description
- Reviews (0)
- Version History
- Discussions (2)
- Setup
- Product Enquiry
Description
Description
DeathSpawns Plugin for Rust
Overview: DeathSpawns is a straightforward plugin for Rust that creates a new gameplay dynamic. When players die, it spawns items at their death spot. Designed by Rainey, it’s perfect for adding extra action and surprises to your game.
Features:
- Item Spawns: Choose which items appear when players die.
- Prefab Spawns: Choose which prefabs appear when players die.
- Command Spawns: Choose which commands run when players die.
- Permissions-Based: Different players can trigger different items, based on permissions.
- Adjustable Chances: Set how likely items are to spawn.
- Location-Specific: Items drop right where players die.
- Console Messages Toggle: Turn on/off console messages for easy tracking.
- Easy Setup: Quick to configure and integrate.
Default Config
{ "General Options": { "Enable Console Messages": true }, "Permissions": { "deathspawns.permission.1": { "Probability %": 100, "Prevent Spawns from Suicide": true, "Prevent Spawns from Team Kill": true, "Prevent Spawns from NPC Deaths": true, "Item(s)": [ { "Item Shortname": "", "Item Skin ID": 0, "Item Amount": 0, "Try to Put Item in Player Inventory First": false } ], "Prefab(s)": [ { "Prefab": "" } ], "Command(s) - Supports {player.name} {player.id} {player.position.x} {player.position.y} {player.position.z} {attacker.name} {attacker.id}": [ { "Command": "" } ] } }, "Version": { "Major": 1, "Minor": 2, "Patch": 0 } }
Conclusion: Death Spawns is great for server admins who want to make their Rust games more exciting. It’s easy to set up and offers a unique way to make each player’s death count for something more.
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
- Added - Added spawnable Prefab configurations - Added "Prevent Spawns from NPC Death" config option (default: true) - Fixed NullReferenceException from null HitInfo
- Added - Added executable Command configurations - Supports {player.name} {player.id} {player.position.x} {player.position.y} {player.position.z} {attacker.name} {attacker.id} - Added 'Prevent Spawns from Suicide' config option for Permissions - Added 'Prevent Spawns from Team Kills' config option for Permissions - Added 'Try to put Item in Player Inventory First' config option for Items
- Added Initial Release
Discussions (2)
2 thoughts on "DeathSpawns"
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)
when I enable it to work with NPCs it doesnt work?!
The “Prevent Spawns from NPC Deaths” configuration option means that items/prefabs will NOT spawn on player bodies when they are killed by an NPC, it won’t affect any spawns on NPC corpses. I am working on an update that will add the ability to spawn items on NPC corpses, though. :)