Spawns armor stand "corpses" at a player when they die.
Dependencies (Tested Versions):
Skript 2.4.0+
SkBee 1.5.0+
View attachment 5334
Features:
Multiple sizes (Small and Large armor stands)
Customizable armor colors
Create and delete any armor stands with simple commands
Options:
Commands:
/corpse help
/corpse delete [player]
/corpse create [player]
Permission: corpse.manage
Dependencies (Tested Versions):
Skript 2.4.0+
SkBee 1.5.0+
View attachment 5334
Features:
Multiple sizes (Small and Large armor stands)
Customizable armor colors
Create and delete any armor stands with simple commands
Options:
Code:
#-----------------------------------------------------------------------------------------
options:
#Set to true/false to toggle corpses
spawncorpse: true
#These allow you to change the color of the armor
chestplatecolor: brown
leggingscolor: brown
bootscolor: brown
#Changes corpse height: Large/Small
size: Large
#Sets the max number of corpse per player
maxcorpse: 3
#Message prefix/message
prefix: &3&lArmor Stand Corpses
permissionmessage: &cYou don't have permission to run this command!
#--------------------------------------------------------------------------------------------------
Commands:
/corpse help
/corpse delete [player]
/corpse create [player]
Permission: corpse.manage