Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. command /spleef <text> [<text>]:
  2. permission: spleef.admin
  3. trigger:
  4. if arg-1 is "start":
  5. make console execute command "fill -355 171 488 -371 171 472 snow_block"
  6. make console execute command "fill -371 166 472 -355 166 488 snow_block"
  7. make console execute command "fill -371 161 472 -355 161 488 snow_block"
  8. make console execute command "fill -371 156 472 -355 156 488 snow_block"
  9. wait 3 seconds
  10. loop all players:
  11. execute console command "minecraft:gamemode survival %loop-player%"
  12. execute console command "minecraft:clear %loop-player% diamond_shovel"
  13. execute console command "give %loop-player% diamondshovel 1 Unbreakable:true"
  14. execute console command "tp %loop-player% -363 176 480"
  15. make console execute command "gamerule doTileDrops false"
  16. make console execute command "bcast Floor number 4 is removing in 20 seconds!"
  17. wait 20 seconds
  18. make console execute command "fill -355 171 488 -371 171 472 air"
  19. make console execute command "bcast Floor number 3 is removing in 20 seconds!"
  20. wait 20 seconds
  21. make console execute command "fill -355 166 488 -371 166 472 air"
  22. make console execute command "bcast Floor number 2 is removing in 20 seconds!"
  23. wait 20 seconds
  24. make console execute command "fill -371 161 472 -355 161 488 air"
  25. make console execute command "bcast Floor number 1 is rebuilding in 20 seconds!"
  26. wait 20 seconds
  27. make console execute command "fill -371 156 472 -355 156 488 snow_block"
  28.  
  29. if arg-1 is "stop":
  30. loop all players:
  31. execute console command "tp %loop-player% -354 169 494"
  32. execute console command "minecraft:clear %loop-player% diamond_shovel"
  33. stop
  34. if arg-1 is "remove":
  35. if arg-2 is "1":
  36. make console execute command "fill -371 156 472 -355 156 488 air"
  37. if arg-2 is "2":
  38. make console execute command "bcast Floor number 2 is removing"
  39. wait 1 seconds
  40. make console execute command "fill -371 161 472 -355 161 488 air"
  41. if arg-2 is "3":
  42. make console execute command "bcast Floor number 3 is removing"
  43. wait 1 seconds
  44. make console execute command "fill -355 166 488 -371 166 472 air"
  45. if arg-2 is "4":
  46.  
  47. make console execute command "bcast Floor number 4 is removing"
  48. wait 1 seconds
  49. make console execute command "fill -355 171 488 -371 171 472 air"
  50. if arg-2 is "all":
  51. make console execute command "fill -371 156 472 -355 156 488 air"
  52. make console execute command "fill -371 161 472 -355 161 488 air"
  53. make console execute command "fill -355 166 488 -371 166 472 air"
  54. make console execute command "fill -355 171 488 -371 171 472 air"
  55. if arg-1 is "add":
  56. if arg-2 is "1":
  57. make console execute command "bcast Floor number 1 is rebuilding"
  58. wait 1 seconds
  59. make console execute command "fill -371 156 472 -355 156 488 snow_block"
  60. if arg-2 is "2":
  61. make console execute command "fill -371 161 472 -355 161 488 snow_block"
  62. if arg-2 is "3":
  63. make console execute command "fill -355 166 488 -371 166 472 snow_block"
  64. if arg-2 is "4":
  65. make console execute command "fill -355 171 488 -371 171 472 snow_block"
  66. if arg-2 is "all":
  67. make console execute command "fill -371 156 472 -355 156 488 snow_block"
  68. make console execute command "fill -371 161 472 -355 161 488 snow_block"
  69. make console execute command "fill -355 166 488 -371 166 472 snow_block"
  70. make console execute command "fill -355 171 488 -371 171 472 snow_block"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement