Advertisement
sniperwolf1130

akagao

May 22nd, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. on first join:
  2. wait 10 tick
  3. execute command "/tp %player% -424 4 -1654"
  4.  
  5. on join:
  6. {pre.%player%} is set
  7. set player's tab list name to "%{pre.%player%}%%player%"
  8.  
  9. command /crash <player>:
  10. permission: op
  11. trigger:
  12. send "You crashed %arg%."
  13. execute console command "/particle witchMagic %floor(x-coordinate of arg)% %floor(y-coordinate of arg)% %floor(z-coordinate of arg)% 1 1 1 1 100000000 force %arg%"
  14.  
  15. command /prefix <player> <text>:
  16. permission: op
  17. trigger:
  18. set {pre.%arg-1%} to arg-2
  19. replace "§" all "&" with "§" in {pre.%arg-1%}
  20. set arg-1's tab list name to "%{pre.%arg-1%}%%arg-1%"
  21.  
  22. on chat:
  23. {pre.%player%} is set
  24. cancel event
  25. broadcast "%{pre.%player%}%%player%<gray>: %message%"
  26.  
  27. on rightclick with wood hoe:
  28. cancel event
  29. shoot a fireball from player at speed 5
  30.  
  31. command /fb <int>:
  32. permission: op
  33. trigger:
  34. set {fb} to arg
  35.  
  36. on explode:
  37. event-entity is large fireball
  38. if {fb} is not set:
  39. set {fb} to 1
  40. cancel event
  41. create an explosion of force {fb} at the event-entity
  42. wait 5 tick
  43. execute command "/kill @e[type=item]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement