![[IMG]](/proxy/image?url=https%3A%2F%2Fi.imgur.com%2FobJGgMm.jpg)
This resource is not plugin
Blood script is used to add one reality element to game.
When entity gets damaged, it releases predefined amount of particles.
What is script offering?
- Function, that can be used anywhere
- Lightweight display of blood particles
- Customizable
Requirements:
-
Skript
Installation:
- Download the blood script
- Put script in file located /plugins/skript/scripts
Setting up:
- Open file blood.sk
- Edit values in "Options" section to your liking
- You can set amount of particles in two levels, position of blood point, who will drop blood and particle used in script
Code (Text):
#-----------------------------------------------------------------------------------------------------
options:
amount: 5 #Amount of particles, big difference
samount: 5 #Amount of particles, small difference
height: 1 #Height of point from where is blood spawned
type: "all" #Set type of victim, which should drop blood(all/player/monster/mob)
color: "redstone block break" #Color of blood(redstone/blue wool/green wool/lime wool)
#function
#Description #JPBlood(<location>, "<color>" , <samount> , <amount> , <height>)
#Example #JPBlood(location of victim , "blue wool block break" , 10 , 10 , 1.25)
#-----------------------------------------------------------------------------------------------------
FAQ:
Can i edit the file?
Yes, script is written to be easily understood and edited
Can i order custom scripts?
Yes, you can contact me on my discord
Where to send ideas for improvements?
Join my discord and send the idea
Can i order one image, like is the one at top of page?
Yes, you can contact me on my discord
Don't use reviews to report bugs or give ideas