hiturys

test1

Sep 8th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. every 1 second:
  2. loop all players:
  3. time in "world" is between 5:00 and 5:01:
  4. broadcast "&c&L[ANNOUNCEMENT] &cWake up, maggots! Get to the showers! Quickly, or you'll die."
  5. make console execute command "/showers open"
  6. make console execute command "/celldoors open"
  7. make console execute command "/blockdoors open"
  8. make console execute command "/lights on"
  9. wait 1 minute
  10. broadcast "&cShowers closing in one minute."
  11. wait 1 second
  12. time in "world" is between 7:00 and 7:01:
  13. broadcast "&c&L[ANNOUNCEMENT] &cMeal-time! Grab a slice o' mold and then head on over to the gym or library to train skills."
  14. make console execute command "/cafdoor open"
  15. make console execute command "/showers close"
  16. make console execute command "/statdoors open"
  17. wait 2 minutes
  18. broadcast "&cGym & Library doors closing in one minute."
  19. wait 1 minute
  20. make console execute command "/statdoors close"
  21. wait 1 second
  22. time in "world" is between 11:00 and 11:01:
  23. broadcast "&c&L[ANNOUNCEMENT] &cFiling-time! Head on over to the filing room, just right of the shop to earn some extra cash by filing!"
  24. make console execute command "/cafdoor close"
  25. make console execute command "/files open"
  26. wait 1 second
  27. time in "world" is between 14:00 and 14:01:
  28. broadcast "&c&l[ANNOUNCEMENT] &cWork-time! Head outside, you have a minute to do so before doors close! Up an attem before guards get to ya!"
  29. make console execute command "/outsidedoors open"
  30. make console execute command "/files close"
  31. broadcast "&4&lOutside doors close in one minute, if they close and you are inside you risk being immediately jailed upon sight."
  32. wait 1 minute
  33. make console execute command "/outsidedoors close"
  34. wait 1 second
  35. time in "world" is between 18:00 and 18:01:
  36. broadcast "&c&l[ANNOUNCEMENT] &cFree-time! We'll let you stay up a little late in the courtyard tonight. Mine, do labor-work at the farm for some...benefits...Or train skills. Make sure to shower first for the short time you can!"
  37. stop
  38. make console execute command "/outsidedoors open"
  39. make console execute command "/statdoors open"
  40. make console execute command "/showers open"
  41.  
  42.  
  43. make console execute command "/labordoors open"
  44. wait 1 minute
  45. broadcast "&cGym & Library closing in one minute."
  46. wait 1 minute
  47. make console execute command "/statdoors close"
  48. broadcast "&cShowers closing in one minute."
  49. wait 1 minute
  50. make console execute command "/showers close"
  51. broadcast "&cFarm closing in one minute."
  52. wait 1 second
  53. time in "world" is between 22:00 and 22:01:
  54. broadcast "&c&l[ANNOUNCEMENT] &cCell-time! &4&lYou all have 60 seconds to proceed to the cellblock; inside the prison up any set of stairs."
  55. make console execute command "/labordoors close"
  56. wait 1 minute
  57. broadcast "&4&lTime's up. Guards, sweep the prison."
  58. make console execute command "/blockdoors close"
  59. wait 2 minutes
  60. broadcast "&4&lPrison sweep over. All guards are now asked to single-file in the middle of the cell-block on the lines for their night-round searches."
  61. wait 2 minutes
  62. broadcast "&4&lSearches have been concluded, you all now have 60 SECONDS to proceed to your cell, or an unclaimed cell if you have none."
  63. wait 1 minute
  64. broadcast "&4&lGuards, sweep the cell-block, tp anyone not in a cell, in a cell."
  65. make console execute command "/celldoors close"
  66. make console execute command "/lights off"
Advertisement
Add Comment
Please, Sign In to add comment