Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Skript Made By RedozMC And Axer_, idea from AmazingStrafing!
- options:
- p:&6&lAsterix &8&l>> &r
- c:&a
- a:&7
- h:&c
- command /bloodkill <text>:
- description: Enable/Disable Bloodkill
- permission: skript.op
- trigger:
- if arg 1 is "enable":
- set {bloodkill} to true
- broadcast "{@p}{@a}BloodKill {@c}Enabled!"
- command "/baps note.pling"
- loop all players:
- set max health of loop-player to 20
- heal loop-player
- if arg 1 is "disable":
- set {bloodkill} to false
- broadcast "{@p}{@a}BloodKill {@h}Disabled!"
- command "/baps note.pling"
- loop all players:
- set max health of loop-player to 10
- on death:
- if {bloodkill} is true:
- set {health.%attacker%} to maximum health of attacker
- set maximum health of attacker to ({health.%attacker%}-1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement