Advertisement
GoldMindNugget

Untitled

Mar 2nd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. on right click:
  2. if name of player's tool is "&4Rzucane &f&lTNT":
  3. set {tnt.%player%} to true
  4. shoot a TNT from player with speed 0.4
  5. remove 1 tnt named "&4Rzucane &f&lTNT" from player
  6. wait 2 second
  7. set {tnt.%player%} to false
  8. on place tnt:
  9. if {tnt.%player%} is true:
  10. cancel event
  11.  
  12. command /rzucanetnt [<player>] [<text>]:
  13. permission: daj.rzucane
  14. trigger:
  15. if arg 1 is not set:
  16. if arg 2 is not set:
  17. send "&b&lEast&F&LCore&a.eu &f&o>> &f&oPoprawne uzycie &c&o/&f&oRzucane [nick] [ilosc]"
  18. if arg 1 is set:
  19. if arg 2 is set:
  20. execute console command "give %arg 1% tnt %arg 2% name:&4Rzucane &f&lTNT"
  21. send "&b&lEast&F&LCore&a.eu &f&o>> &a&lOtrzymales &4Rzucane &f&lTNT &2&lx&a&l%arg 2% &a&l!" to player-arg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement