Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. #############################################
  2. # Skript de Lançador - Kibe Sky Survival #
  3. # Autor: Ghost_x1 #
  4. # V 1.0 #
  5. #############################################
  6.  
  7.  
  8. variables:
  9. {lancador.%player%} = true
  10.  
  11. on rightclick holding firework rocket:
  12. 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":
  13. if block under player is not air:
  14. push player upward at speed 10
  15. push player forward at speed 2
  16. 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
  17.  
  18.  
  19. on damage:
  20. damage cause is fall
  21. if {lancador.%victim%} is true:
  22. cancel event
  23. set {lancador.%victim%} to false
  24.  
  25. command /darlançador:
  26. trigger:
  27. if player has permission "lançador.dar":
  28. 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