Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. options:
  2. prefix: &3[&9State Of Mind&3]&7
  3.  
  4. command /startsom:
  5. permission: som.hype
  6. trigger:
  7. broadcast "{@prefix} Starting in 3..."
  8. loop all players:
  9. command "/playsound mob.wither.shoot %loop-player%"
  10. wait 1 second
  11. broadcast "{@prefix} 2..."
  12. loop all players:
  13. command "/playsound mob.wither.shoot %loop-player%"
  14. wait 1 second
  15. broadcast "{@prefix} 1..."
  16. loop all players:
  17. command "/playsound mob.wither.shoot %loop-player%"
  18. wait 1 second
  19. broadcast "{@prefix} State of Mind has started!"
  20. loop all players:
  21. command "/playsound mob.wither.spawn %loop-player%"
  22. heal the loop-player
  23. apply saturation 1000 to loop-player for 1 tick
  24. clear the loop-player's inventory
  25. remove all effects from loop-player
  26. command "/butcher"
  27. make player execute command "/time set 0"
  28. disable pvp in all worlds
  29. wait for 20 minutes
  30. broadcast "{@prefix} End of episode, Episode 2!"
  31. loop all players:
  32. command "/playsound fireworks.launch %loop-player%"
  33. wait 10 ticks
  34. broadcast "{@prefix} PvP is now on!"
  35. enable pvp in all worlds
  36. wait 5 seconds
  37. make player execute command "/scatter RandomSquare no 999 SofM:0,0 %player%"
  38. wait 5 seconds
  39. broadcast "{@prefix} The Generous Admin has spawned! Head to %floor(x-coordinate of player)%, %floor(y-coordinate of player)%, %floor(z-coordinate of player)%!"
  40. wait 20 minutes
  41. broadcast "{@prefix} End of episode, Episode 3!"
  42. loop all players:
  43. command "/playsound fireworks.launch %loop-player%"
  44. wait 5 seconds
  45. make player execute command "/scatter RandomSquare no 999 SofM:0,0 %player%"
  46. wait 5 seconds
  47. broadcast "{@prefix} The Generous Admin has spawned! Head to %floor(x-coordinate of player)%, %floor(y-coordinate of player)%, %floor(z-coordinate of player)%!"
  48. wait 20 minutes
  49. broadcast "{@prefix} End of episode, Episode 4!"
  50. loop all players:
  51. command "/playsound fireworks.launch %loop-player%"
  52. wait 5 seconds
  53. make player execute command "/scatter RandomSquare no 999 SofM:0,0 %player%"
  54. wait 5 seconds
  55. broadcast "{@prefix} The Generous Admin has spawned! Head to %floor(x-coordinate of player)%, %floor(y-coordinate of player)%, %floor(z-coordinate of player)%!"
  56. wait 20 minutes
  57. broadcast "{@prefix} End of episode, Episode 5!"
  58. loop all players:
  59. command "/playsound fireworks.launch %loop-player%"
  60. wait 5 seconds
  61. make player execute command "/scatter RandomSquare no 999 SofM:0,0 %player%"
  62. wait 5 seconds
  63. broadcast "{@prefix} The Generous Admin has spawned! Head to %floor(x-coordinate of player)%, %floor(y-coordinate of player)%, %floor(z-coordinate of player)%!"
  64. wait 20 minutes
  65. broadcast "{@prefix} End of episode, Episode 6!"
  66. loop all players:
  67. command "/playsound fireworks.launch %loop-player%"
  68. wait 10 ticks
  69. broadcast "{@prefix} Meetup! Head to 0,0"
  70. wait 5 seconds
  71. make player execute command "/scatter RandomSquare no 999 SofM:0,0 %player%"
  72. wait 5 seconds
  73. broadcast "{@prefix} The Generous Admin has spawned! Head to %floor(x-coordinate of player)%, %floor(y-coordinate of player)%, %floor(z-coordinate of player)%!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement