Advertisement
Guest User

UHC Start

a guest
Jul 8th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. permision: skript.begin.enable
  2. trigger:
  3. set {UHC} to true
  4. broadcast &cUHC Starting &1HYPE
  5. command /stopuhc
  6. description: stops a uhc game
  7. usage: /stopuhc#Simple UHC Starting Skript!
  8. #This has not been Tested as of Yet
  9. #Would Love Feedback
  10.  
  11. command /begin
  12. description: starts a uhc game after scatter
  13. usage: /begin
  14.  
  15. permision: skript.stop.enable
  16. trigger:
  17. set {UHC} to false
  18. broadcast &cUHC Over GG Winner! Thanks for Playing!
  19. command /begin
  20. trigger:
  21. player is op
  22. loop all players:
  23. execute console command "gamemode 0 %loop-player%"
  24. execute console command "/freeze"
  25. execute console command "/heal *"
  26. execute console command "/feed *"
  27. execute console command "/time set 0"
  28. execute console command "/butcher"
  29. execute console command "/ci *"
  30. execute console command "/giveall 14 365"
  31. broadcast &aGO!
  32. broadcast &cNo Stalking
  33. broadcast &bPvP in 15mins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement