Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. # Configuration explanation below ~
  2. #
  3. # ALL TIMES ARE IN SECONDS!
  4. # Initial delay is the time before the plugin starts starting
  5. # the commands in the schedule. This is in place so that other
  6. # plugins have the time to start. You could set this to 0,
  7. # but errors may occur.
  8. # Make sure the Command1, Command2, Command3 etc. are numbered
  9. # in succession. This will ensure they all load.
  10. #
  11. # Also make sure you enter a command, heh.
  12. #
  13. # 1 minute = 60 seconds. 1 hour = 3600 seconds
  14. # HOUR in 24-hour format!
  15. # SpecificTime commands ALWAYS repeat!
  16.  
  17. CheckUpdates: true
  18. InitialDelay: 5
  19. CommandSchedule:
  20. Command1:
  21. After: 300
  22. Repeat: true
  23. Interval: 1200
  24. Command: broadcast &c&lTHE PVP ARENA WILL RESET IN 15 MINUTES
  25. Command2:
  26. After: 600
  27. Repeat: true
  28. Interval: 1200
  29. Command: broadcast &c&lTHE PVP ARENA WILL RESET IN 10 MINUTES
  30. Command3:
  31. After: 900
  32. Repeat: true
  33. Interval: 1200
  34. Command: broadcast &c&lTHE PVP ARENA WILL RESET IN 5 MINUTES
  35. Command4:
  36. After: 1140
  37. Repeat: true
  38. Interval: 1200
  39. Command: broadcast &c&lTHE PVP ARENA WILL RESET IN 1 MINUTE
  40. Command5:
  41. After: 1190
  42. Repeat: true
  43. Interval: 1200
  44. Command: broadcast &c&lTHE PVP ARENA WILL RESET IN 10 SECONDS
  45. Command6:
  46. After: 1199
  47. Repeat: true
  48. Interval: 1200
  49. Command: broadcast &c&lTHE PVP ARENA IS RESETTING
  50. Command7:
  51. After: 1200
  52. Repeat: true
  53. Interval: 1200
  54. Command: worldreset reset 4Biomes
  55. Command8:
  56. After: 1207
  57. Repeat: true
  58. Interval: 1200
  59. Command: mv reload
  60. Command9:
  61. After: 1210
  62. Repeat: true
  63. Interval: 1200
  64. Command: hd reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement