About DeathSpawns
DeathSpawns 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. Additional features in progress.
Join my Discord for support and updates: https://discord.gg/teSffnDQ7N
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
}
}