Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # _____         _           _   _____         _     _   _        
  2. #| __  |___ ___| |_ ___ ___| |_|   __|_ _ ___| |_ _| |_|_|___ ___
  3. #|    -| -_|_ -|  _| .'|  _|  _|   __| | | . | | | |  _| | . |   |
  4. #|__|__|___|___|_| |__,|_| |_| |_____|\_/|___|_|___|_| |_|___|_|_|
  5. #                                                                
  6. # warnings must be entered in SECONDS.
  7. # time from restart.
  8. # the first message is displayed when you enter the command.
  9. # supports color codes
  10.  
  11. #restart warnings
  12. warnings:
  13.   - 300
  14.   - 180
  15.   - 120
  16.   - 60
  17.   - 30
  18.   - 15
  19.   - 3
  20.   - 2
  21.   - 1
  22.  
  23. # messages
  24.  
  25. #HERE YOU CAN SET ALL YOUR MESSAGES INCLUDED THE AUTO RESTART MESSAGE
  26. #------------------------------------------------------
  27.  
  28. # cooldown message (restart)
  29. cm: "&f[&9RestartEvolution&f] &7Server Restart: "
  30. #here  appears the restart time
  31.  
  32. # cooldown message (stop)
  33. cms: "&f[&9RestartEvolution&f] &7Server Stop: "
  34. #here  appears the stop time
  35.  
  36. # restart message in Chat
  37. rm: "&f[&9RestartEvolution&f] &a>>RESTART<<"
  38.  
  39. # stop message in Chat
  40. sm: "&f[&9RestartEvolution&f] &c>>STOP<<"
  41.  
  42. # restart message in Client
  43. rmc: "&9Server Restart, we'll see you right back"
  44.  
  45. # stop message in Client
  46. smc: "&9Server Stop, see you later"
  47.  
  48. # minutes-message
  49. min: " minute/s"
  50.  
  51. # seconds-message
  52. sec: " second/s"
  53.  
  54. #------------------------------------------------------
  55.  
  56. # auto restart
  57. # warnings must be entered in SECONDS.
  58.  
  59. # auto restart enabled ?
  60. arenable: true
  61.  
  62. # auto restart after x seconds (hour: 3600sec; 12 hours: 43200; 24 hours: 86400)
  63. autorestartwarnings:
  64.   - 7200
  65.   - 1800
  66.   - 600
  67.   - 300
  68.   - 60
  69.   - 30
  70.   - 3
  71.   - 2
  72.   - 1
  73.  
  74. #Sound which should be played when a message appears
  75. restartmessagesound: "NOTE_PLING"
  76. sound_activated: false
  77.  
  78. # joinmessage - format
  79. jmformatstop: "&f[&1RestartEvolution&f] &5Server Stop: "
  80. jmformatrestart: "&f[&9RestartEvolution&f] &7Server Restart: "