I'm trying to make a Skript where you don't drop pickaxes, sword, axes, and armor when you die.
Here's my code;
on death:
attacker is a player:
victim is a player:
drop all items in victim's inventory at victim
remove all swords and all pickaxes and all axes and all armor from the drops
This system returns no errors, but simply drops every item.
Thanks for the help
Here's my code;
on death:
attacker is a player:
victim is a player:
drop all items in victim's inventory at victim
remove all swords and all pickaxes and all axes and all armor from the drops
This system returns no errors, but simply drops every item.
Thanks for the help