Resource icon
  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
RedstoneGamer54
Supported Minecraft Versions
  1. 1.15
  2. 1.16
Spawns armor stand "corpses" at a player when they die.

Dependencies (Tested Versions):
Skript 2.4.0+
SkBee 1.5.0+

epicimage.JPG


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
Author
RedstoneGamer54
Downloads
646
Views
646
First release
Last update
Rating
0.00 star(s) 0 ratings