Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Sandbags - IncisionUHC - PaperLightz
- command /sandbags [<text>]:
- permission: skript.host
- permission message: &cSorry, but you do not have the required permission to run this command.
- trigger:
- if arg-1 is "enable" or "on":
- set {sandbags} to true
- stop
- else if arg-1 is "disable" or "off":
- delete {sandbags}
- stop
- else:
- message "§cCorrect Usage: §e/sandbags <enable/disable>"
- on projectile hit:
- projectile is arrow:
- loop blocks in radius 2 around the event-projectile:
- loop-block is not sand or gravel:
- drop loop-block at (location .5 above loop-block)
- set loop-block to air
Advertisement
Add Comment
Please, Sign In to add comment