Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #############################################
- # Skript de Lançador - Kibe Sky Survival #
- # Autor: Ghost_x1 #
- # V 1.0 #
- #############################################
- variables:
- {lancador.%player%} = true
- on rightclick holding firework rocket:
- if player is holding firework rocket named "&bLançador" with lore "&a ||&7Foguete que te lança para cima||&7e te ajuda em invasões||&a":
- if block under player is not air:
- push player upward at speed 10
- push player forward at speed 2
- remove firework rocket named "&bLançador" with lore "&a ||&7Foguete que te lança para cima||&7e te ajuda em invasões||&a" from player's inventory
- on damage:
- damage cause is fall
- if {lancador.%victim%} is true:
- cancel event
- set {lancador.%victim%} to false
- command /darlançador:
- trigger:
- if player has permission "lançador.dar":
- give 1 firework rocket named "&bLançador" with lore "&a ||&7Foguete que te lança para cima||&7e te ajuda em invasões||&a" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement