brutushduefufn

DeathMatch

Nov 18th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. #deathmatch
  2.  
  3. options:
  4. P : Severe put server name and prefix
  5.  
  6.  
  7.  
  8. command /deathmatch [<text>]
  9. usage: /deathmatch ffa, /deathmatch teams
  10. permission: uhc.staff
  11. trigger:
  12. if arg-1 is "ffa"
  13. execute console command "playsoundall random_click"
  14. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 1 minute!"
  15. wait 50 second
  16. execute console command "playsoundall random_click"
  17. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 10 seconds!"
  18. wait 1 second
  19. execute console command "playsoundall random_click"
  20. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 9 seconds!"
  21. wait 1 second
  22. execute console command "playsoundall random_click"
  23. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 8 seconds!"
  24. wait 1 second
  25. execute console command "playsoundall random_click"
  26. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 7 seconds!"
  27. wait 1 second
  28. execute console command "playsoundall random_click"
  29. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 6 seconds!"
  30. wait 1 second
  31. execute console command "playsoundall random_click"
  32. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 5 seconds!"
  33. wait 1 second
  34. execute console command "playsoundall random_click"
  35. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 4 seconds!"
  36. wait 1 second
  37. execute console command "playsoundall random_click"
  38. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 3 seconds!"
  39. wait 1 second
  40. execute console command "playsoundall random_click"
  41. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 2 seconds!"
  42. wait 1 second
  43. execute console command "playsoundall random_click"
  44. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 1 seconds!"
  45. wait 1 second
  46. execute console command "playsoundall random_click"
  47. broadcast "{P}&4You are going to be teleported now!"
  48. execute console command "wb DeathMatchArena set 100 spawn"
  49. execute console command "sca DeathMatchArena 100 * 25"
  50. if arg-1 is "teams"
  51. execute console command "playsoundall random_click"
  52. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 1 minute!"
  53. wait 50 second
  54. execute console command "playsoundall random_click"
  55. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 10 seconds!"
  56. wait 1 second
  57. execute console command "playsoundall random_click"
  58. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 9 seconds!"
  59. wait 1 second
  60. execute console command "playsoundall random_click"
  61. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 8 seconds!"
  62. wait 1 second
  63. execute console command "playsoundall random_click"
  64. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 7 seconds!"
  65. wait 1 second
  66. execute console command "playsoundall random_click"
  67. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 6 seconds!"
  68. wait 1 second
  69. execute console command "playsoundall random_click"
  70. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 5 seconds!"
  71. wait 1 second
  72. execute console command "playsoundall random_click"
  73. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 4 seconds!"
  74. wait 1 second
  75. execute console command "playsoundall random_click"
  76. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 3 seconds!"
  77. wait 1 second
  78. execute console command "playsoundall random_click"
  79. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 2 seconds!"
  80. wait 1 second
  81. execute console command "playsoundall random_click"
  82. broadcast "{P}&4You will be teleported to &eDeathMatch &4in 1 seconds!"
  83. wait 1 second
  84. execute console command "playsoundall random_click"
  85. broadcast "{P}&4You are going to be teleported now!"
  86. execute console command "wb DeathMatchArena 100 * 10"
  87. execute console command "sca DeathMatchArena 100 * 25"
  88.  
  89.  
  90.  
  91. command /playsoundall <text>:
  92. usage: /playsoundall <Sound>
  93. trigger:
  94. if command sender has permission "{@perms}":
  95. play raw sound "%arg-1%" at all players with pitch 1 volume 0.8
  96. else:
  97. message "&dYou do not have the required permission to use this command!"
Add Comment
Please, Sign In to add comment