Hi
I like the plugin, but I want to know if there's a way to eliminate the loot that Zombies give when they die.
Because it's a lot of free loot that players get.
Thanks :)
How delete loot?Not An Issue
+1 | Need this option for my PVE Server.
},
"Destroy Settings": {
"Leave Corpse": false,In config.
Looks like they still drop items
If you want them to never drop items you will likely have to use one of the loot manager plugins to remove loot from their loot tables. I assumed that they didnt want loot to drop after the plugin kills the zombies.
i cant tell how to paste that in config, ill post what im trying
Merged post
{
"Murderer Population": 25,
"Scarecrow Population": 25,
"Kill Murderers": true,
"Play sound": false,
"Broadcast Spawn amount": false,
"Broadcast murderer and scarecrow count separately": false,
"Slow destroy": false,
"Slow destroy time (seconds)": 0.15
},
"Destroy Settings": {
"Leave Corpse": false,
}
thatcox
i cant tell how to paste that in config, ill post what im trying
Merged post
{
"Murderer Population": 25,
"Scarecrow Population": 25,
"Kill Murderers": true,
"Play sound": false,
"Broadcast Spawn amount": false,
"Broadcast murderer and scarecrow count separately": false,
"Slow destroy": false,
"Slow destroy time (seconds)": 0.15
},
"Destroy Settings": {
"Leave Corpse": false,
}
Looks like you are using the 0.9.0 version, for that version you just do "Kill Murderers": false,
Merged post
So,
{
"Murderer Population": 25,
"Scarecrow Population": 25,
"Kill Murderers": false,
"Play sound": false,
"Broadcast Spawn amount": false,
"Broadcast murderer and scarecrow count separately": false,
"Slow destroy": false,
"Slow destroy time (seconds)": 0.15
}