ItzEdInYourBed

Untitled

Jul 9th, 2022 (edited)
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 16.96 KB | None | 0 0
  1. jobs:
  2. - name: OpenMod Auto Update
  3.   args:
  4.     commands:
  5.    - raiding off
  6.   task: openmod_command
  7.   schedule: '@reboot'
  8.   enabled: true
  9. - name: 30min Restart Warning
  10.   args:
  11.     commands:
  12.    - say Server auto-restarting in 30 minutes/255/255/255
  13.     - say Server auto-restarting in 30 minutes/255/255/255
  14.     - say Server auto-restarting in 30 minutes/255/255/255
  15.     - say Server auto-restarting in 30 minutes/255/255/255
  16.   task: openmod_command
  17.   schedule: 30 4 * * *
  18.   enabled: true
  19. - name: Auto update - 15min Restart Warning
  20.   args:
  21.     commands:
  22.    - openmod upgrade
  23.     - say Server auto-restarting in 15 minutes/255/255/255
  24.     - say Server auto-restarting in 15 minutes/255/255/255
  25.     - say Server auto-restarting in 15 minutes/255/255/255
  26.     - say Server auto-restarting in 15 minutes/255/255/255
  27.   task: openmod_command
  28.   schedule: 45 4 * * *
  29.   enabled: true
  30. - name: Auto Restart
  31.   args:
  32.     commands:
  33.    - stop
  34.   task: openmod_command
  35.   schedule: 0 5 * * *
  36.   enabled: false
  37. - name: Restart Fridays Warning
  38.   args:
  39.     commands:
  40.    - openmod upgrade
  41.     - say Server auto-restarting in 10 minutes/255/255/255
  42.     - say Server auto-restarting in 10 minutes/255/255/255
  43.     - say Server auto-restarting in 10 minutes/255/255/255
  44.     - say Server auto-restarting in 10 minutes/255/255/255
  45.   task: openmod_command
  46.   schedule: 50 10 * * 5
  47.   enabled: false
  48. - name: Auto Restart Fridays
  49.   args:
  50.     commands:
  51.    - stop
  52.   task: openmod_command
  53.   schedule: 0 11 * * 5
  54.   enabled: true
  55. - name: Auto save
  56.   args:
  57.     commands:
  58.    - save
  59.   task: openmod_command
  60.   schedule: '*/5 * * * *'
  61.   enabled: true
  62. - name: Alpha Purge Announcement 1
  63.   args:
  64.     commands:
  65.    - say Purge starting in 60 minutes!!/255/255/255
  66.   task: openmod_command
  67.   schedule: 0 10 * * 3
  68.   enabled: true
  69. - name: Alpha Purge Announcement 2
  70.   args:
  71.     commands:
  72.    - say Purge starting in 45 minutes!!/255/255/255
  73.   task: openmod_command
  74.   schedule: 15 10 * * 3
  75.   enabled: true
  76. - name: Alpha Purge Announcement 3
  77.   args:
  78.     commands:
  79.    - say Purge starting in 30 minutes!!/255/255/255
  80.   task: openmod_command
  81.   schedule: 30 10 * * 3
  82.   enabled: true
  83. - name: Alpha Purge Announcement 4
  84.   args:
  85.     commands:
  86.    - say Purge starting in 15 minutes!!/255/255/255
  87.   task: openmod_command
  88.   schedule: 45 10 * * 3
  89.   enabled: true
  90. - name: Alpha Purge Announcement 5
  91.   args:
  92.     commands:
  93.    - say Purge starting in 10 minutes!!/255/255/255
  94.   task: openmod_command
  95.   schedule: 50 10 * * 3
  96.   enabled: true
  97. - name: Alpha Purge Announcement 6
  98.   args:
  99.     commands:
  100.    - say Purge starting in 5 minutes!!/255/255/255
  101.   task: openmod_command
  102.   schedule: 55 10 * * 3
  103.   enabled: true
  104. - name: Alpha Purge Announcement 7
  105.   args:
  106.     commands:
  107.    - say Purge starting in 3 minutes!!/255/255/255
  108.     - say Purge starting in 3 minutes!!/255/255/255
  109.   task: openmod_command
  110.   schedule: 57 10 * * 3
  111.   enabled: true
  112. - name: Alpha Purge Announcement 8
  113.   args:
  114.     commands:
  115.    - say Purge starting in 2 minutes!!/255/255/255
  116.     - say Purge starting in 2 minutes!!/255/255/255
  117.     - say Purge starting in 2 minutes!!/255/255/255
  118.   task: openmod_command
  119.   schedule: 58 10 * * 3
  120.   enabled: true
  121. - name: Alpha Purge Announcement 9
  122.   args:
  123.     commands:
  124.    - say Purge starting in 1 minutes!!/255/255/255
  125.     - say Purge starting in 1 minutes!!/255/255/255
  126.     - say Purge starting in 1 minutes!!/255/255/255
  127.     - weather storm
  128.   task: openmod_command
  129.   schedule: 59 10 * * 3
  130.   enabled: true
  131. - name: Alpha Purge Started
  132.   args:
  133.     commands:
  134.    - say Purge has started, start raiding!!/255/255/255
  135.     - say Purge has started, start raiding!!/255/255/255
  136.     - say Purge has started, start raiding!!/255/255/255
  137.     - raiding on
  138.     - weather storm
  139.   task: openmod_command
  140.   schedule: 0 11 * * 3
  141.   enabled: true
  142. - name: Alpha Purge Active Announcement 11-2pm
  143.   args:
  144.     commands:
  145.    - say Purge is active, start raiding!!/255/255/255
  146.     - say Purge is active, start raiding!!/255/255/255
  147.     - weather storm
  148.   task: openmod_command
  149.   schedule: 0-56/5 11-14 * * 3
  150.   enabled: true
  151. - name: Alpha Purge Ending 1
  152.   args:
  153.     commands:
  154.    - say The purge is ending in 1 hour!!/255/255/255
  155.     - say The purge is ending in 1 hour!!/255/255/255
  156.     - say The purge is ending in 1 hour!!/255/255/255
  157.     - say The purge is ending in 1 hour!!/255/255/255
  158.   task: openmod_command
  159.   schedule: 0 14 * * 3
  160.   enabled: true
  161. - name: Alpha Purge Ending 2
  162.   args:
  163.     commands:
  164.    - say The purge is ending in 45 minutes!!/255/255/255
  165.     - say The purge is ending in 45 minutes!!/255/255/255
  166.     - say The purge is ending in 45 minutes!!/255/255/255
  167.     - say The purge is ending in 45 minutes!!/255/255/255
  168.   task: openmod_command
  169.   schedule: 15 14 * * 3
  170.   enabled: true
  171. - name: Alpha Purge Ending 3
  172.   args:
  173.     commands:
  174.    - say The purge is ending in 30 minutes!!/255/255/255
  175.     - say The purge is ending in 30 minutes!!/255/255/255
  176.     - say The purge is ending in 30 minutes!!/255/255/255
  177.     - say The purge is ending in 30 minutes!!/255/255/255
  178.   task: openmod_command
  179.   schedule: 30 14 * * 3
  180.   enabled: true
  181. - name: Alpha Purge Ending 4
  182.   args:
  183.     commands:
  184.    - say The purge is ending in 20 minutes!!/255/255/255
  185.     - say The purge is ending in 20 minutes!!/255/255/255
  186.     - say The purge is ending in 20 minutes!!/255/255/255
  187.     - say The purge is ending in 20 minutes!!/255/255/255
  188.   task: openmod_command
  189.   schedule: 40 14 * * 3
  190.   enabled: true
  191. - name: Alpha Purge Ending 5
  192.   args:
  193.     commands:
  194.    - say The purge is ending in 15 minutes!!/255/255/255
  195.     - say The purge is ending in 15 minutes!!/255/255/255
  196.     - say The purge is ending in 15 minutes!!/255/255/255
  197.     - say The purge is ending in 15 minutes!!/255/255/255
  198.   task: openmod_command
  199.   schedule: 45 14 * * 3
  200.   enabled: true
  201. - name: Alpha Purge Ending 6
  202.   args:
  203.     commands:
  204.    - say The purge is ending in 10 minutes!!/255/255/255
  205.     - say The purge is ending in 10 minutes!!/255/255/255
  206.     - say The purge is ending in 10 minutes!!/255/255/255
  207.     - say The purge is ending in 10 minutes!!/255/255/255
  208.   task: openmod_command
  209.   schedule: 50 14 * * 3
  210.   enabled: true
  211. - name: Alpha Purge Ending 7
  212.   args:
  213.     commands:
  214.    - say The purge is ending in 5 minutes!!/255/255/255
  215.     - say The purge is ending in 5 minutes!!/255/255/255
  216.     - say The purge is ending in 5 minutes!!/255/255/255
  217.     - say The purge is ending in 5 minutes!!/255/255/255
  218.   task: openmod_command
  219.   schedule: 55 14 * * 3
  220.   enabled: true
  221. - name: Alpha Purge Ending 8
  222.   args:
  223.     commands:
  224.    - say The purge is ending in 4 minutes!!/255/255/255
  225.     - say The purge is ending in 4 minutes!!/255/255/255
  226.     - say The purge is ending in 4 minutes!!/255/255/255
  227.     - say The purge is ending in 4 minutes!!/255/255/255
  228.     - weather storm
  229.   task: openmod_command
  230.   schedule: 56 14 * * 3
  231.   enabled: true
  232. - name: Alpha Purge Ending 9
  233.   args:
  234.     commands:
  235.    - say The purge is ending in 3 minutes!!/255/255/255
  236.     - say The purge is ending in 3 minutes!!/255/255/255
  237.     - say The purge is ending in 3 minutes!!/255/255/255
  238.     - say The purge is ending in 3 minutes!!/255/255/255
  239.     - weather storm
  240.   task: openmod_command
  241.   schedule: 57 14 * * 3
  242.   enabled: true
  243. - name: Alpha Purge Ending 10
  244.   args:
  245.     commands:
  246.    - say The purge is ending in 2 minutes!!/255/255/255
  247.     - say The purge is ending in 2 minutes!!/255/255/255
  248.     - say The purge is ending in 2 minutes!!/255/255/255
  249.     - say The purge is ending in 2 minutes!!/255/255/255
  250.     - weather clear
  251.   task: openmod_command
  252.   schedule: 58 14 * * 3
  253.   enabled: true
  254. - name: Alpha Purge Ending 11
  255.   args:
  256.     commands:
  257.    - say The purge is ending in 1 minutes!!/255/255/255
  258.     - say The purge is ending in 1 minutes!!/255/255/255
  259.     - say The purge is ending in 1 minutes!!/255/255/255
  260.     - say The purge is ending in 1 minutes!!/255/255/255
  261.   task: openmod_command
  262.   schedule: 59 14 * * 3
  263.   enabled: true
  264. - name: Alpha Purge Active Storm
  265.   args:
  266.     commands:
  267.    - weather storm
  268.   task: openmod_command
  269.   schedule: 0-55/5 14-15 * * 3
  270.   enabled: true
  271. - name: Alpha Purge Ended
  272.   args:
  273.     commands:
  274.    - say The purge has ended!/255/255/255
  275.     - say The purge has ended!/255/255/255
  276.     - raiding off
  277.     - weather none
  278.   task: openmod_command
  279.   schedule: 0 15 * * 3
  280.   enabled: true
  281.  
  282.   # Beta Purge Announcement Starting 10am.
  283.   - name: Beta Purge Announcement 1
  284.     schedule: '0 10 * * 6'
  285.     task: openmod_command
  286.     args:
  287.       commands:
  288.      - say Purge starting in 60 minutes!!/255/255/255
  289.     enabled: true
  290.  
  291.   # Beta Purge Announcement Starting 1015am.
  292.   - name: Beta Purge Announcement 2
  293.     schedule: '15 10 * * 6'
  294.     task: openmod_command
  295.     args:
  296.       commands:
  297.      - say Purge starting in 45 minutes!!/255/255/255
  298.     enabled: true
  299.  
  300.   # Beta Purge Announcement Starting 1030am.
  301.   - name: Beta Purge Announcement 3
  302.     schedule: '30 10 * * 6'
  303.     task: openmod_command
  304.     args:
  305.       commands:
  306.      - say Purge starting in 30 minutes!!/255/255/255
  307.     enabled: true
  308.  
  309.   # Beta Purge Announcement Starting 1045am.
  310.   - name: Beta Purge Announcement 4
  311.     schedule: '45 10 * * 6'
  312.     task: openmod_command
  313.     args:
  314.       commands:
  315.      - say Purge starting in 15 minutes!!/255/255/255
  316.     enabled: true
  317.  
  318.   # Beta Purge Announcement Starting 1050am.
  319.   - name: Beta Purge Announcement 5
  320.     schedule: '50 10 * * 6'
  321.     task: openmod_command
  322.     args:
  323.       commands:
  324.      - say Purge starting in 10 minutes!!/255/255/255
  325.     enabled: true
  326.  
  327.   # Beta Purge Announcement Starting 1055am.
  328.   - name: Beta Purge Announcement 6
  329.     schedule: '55 10 * * 6'
  330.     task: openmod_command
  331.     args:
  332.       commands:
  333.      - say Purge starting in 5 minutes!!/255/255/255
  334.     enabled: true
  335.  
  336.   # Beta Purge Announcement Starting 1057am.
  337.   - name: Beta Purge Announcement 7
  338.     schedule: '57 10 * * 6'
  339.     task: openmod_command
  340.     args:
  341.       commands:
  342.      - say Purge starting in 3 minutes!!/255/255/255
  343.       - say Purge starting in 3 minutes!!/255/255/255
  344.     enabled: true
  345.  
  346.   # Beta Purge Announcement Starting 1058am.
  347.   - name: Beta Purge Announcement 8
  348.     schedule: '58 10 * * 6'
  349.     task: openmod_command
  350.     args:
  351.       commands:
  352.      - say Purge starting in 2 minutes!!/255/255/255
  353.       - say Purge starting in 2 minutes!!/255/255/255
  354.       - say Purge starting in 2 minutes!!/255/255/255
  355.     enabled: true
  356.  
  357.   # Beta Purge Announcement Starting 1059am.
  358.   - name: Beta Purge Announcement 9
  359.     schedule: '59 10 * * 6'
  360.     task: openmod_command
  361.     args:
  362.       commands:
  363.      - say Purge starting in 1 minutes!!/255/255/255
  364.       - say Purge starting in 1 minutes!!/255/255/255
  365.       - say Purge starting in 1 minutes!!/255/255/255
  366.       - weather storm
  367.     enabled: true
  368.  
  369.   # Beta Purge Announcement Started 11am.
  370.   - name: Beta Purge Started
  371.     schedule: '0 11 * * 6'
  372.     task: openmod_command
  373.     args:
  374.       commands:
  375.      - say Purge has started, start raiding!!/255/255/255
  376.       - say Purge has started, start raiding!!/255/255/255
  377.       - say Purge has started, start raiding!!/255/255/255
  378.       - raiding on
  379.       - weather storm
  380.     enabled: true
  381.  
  382.   # Beta Purge Active 11-155pm announcement
  383.   - name: Beta Purge Active Announcement 11-2pm
  384.     schedule: '0-56/5 11-14 * * 6'
  385.     task: openmod_command
  386.     args:
  387.       commands:
  388.      - say Purge is active, start raiding!!/255/255/255
  389.       - say Purge is active, start raiding!!/255/255/255
  390.       - weather storm
  391.     enabled: true
  392.  
  393.   # Beta Purge Ending 2pm announcement
  394.   - name: Beta Purge Ending 1
  395.     schedule: '0 14 * * 6'
  396.     task: openmod_command
  397.     args:
  398.       commands:
  399.      - say The purge is ending in 1 hour!!/255/255/255
  400.       - say The purge is ending in 1 hour!!/255/255/255
  401.       - say The purge is ending in 1 hour!!/255/255/255
  402.       - say The purge is ending in 1 hour!!/255/255/255
  403.     enabled: true
  404.  
  405.   # Beta Purge Ending 215pm announcement
  406.   - name: Beta Purge Ending 2
  407.     schedule: '15 14 * * 6'
  408.     task: openmod_command
  409.     args:
  410.       commands:
  411.      - say The purge is ending in 45 minutes!!/255/255/255
  412.       - say The purge is ending in 45 minutes!!/255/255/255
  413.       - say The purge is ending in 45 minutes!!/255/255/255
  414.       - say The purge is ending in 45 minutes!!/255/255/255
  415.     enabled: true
  416.  
  417.   # Beta Purge Ending 230pm announcement
  418.   - name: Beta Purge Ending 3
  419.     schedule: '30 14 * * 6'
  420.     task: openmod_command
  421.     args:
  422.       commands:
  423.      - say The purge is ending in 30 minutes!!/255/255/255
  424.       - say The purge is ending in 30 minutes!!/255/255/255
  425.       - say The purge is ending in 30 minutes!!/255/255/255
  426.       - say The purge is ending in 30 minutes!!/255/255/255
  427.     enabled: true
  428.  
  429.   # Beta Purge Ending 240pm announcement
  430.   - name: Beta Purge Ending 4
  431.     schedule: '40 14 * * 6'
  432.     task: openmod_command
  433.     args:
  434.       commands:
  435.      - say The purge is ending in 20 minutes!!/255/255/255
  436.       - say The purge is ending in 20 minutes!!/255/255/255
  437.       - say The purge is ending in 20 minutes!!/255/255/255
  438.       - say The purge is ending in 20 minutes!!/255/255/255
  439.     enabled: true
  440.  
  441.   # Beta Purge Ending 245pm announcement
  442.   - name: Beta Purge Ending 5
  443.     schedule: '45 14 * * 6'
  444.     task: openmod_command
  445.     args:
  446.       commands:
  447.      - say The purge is ending in 15 minutes!!/255/255/255
  448.       - say The purge is ending in 15 minutes!!/255/255/255
  449.       - say The purge is ending in 15 minutes!!/255/255/255
  450.       - say The purge is ending in 15 minutes!!/255/255/255
  451.     enabled: true
  452.  
  453.   # Beta Purge Ending 250pm announcement
  454.   - name: Beta Purge Ending 6
  455.     schedule: '50 14 * * 6'
  456.     task: openmod_command
  457.     args:
  458.       commands:
  459.      - say The purge is ending in 10 minutes!!/255/255/255
  460.       - say The purge is ending in 10 minutes!!/255/255/255
  461.       - say The purge is ending in 10 minutes!!/255/255/255
  462.       - say The purge is ending in 10 minutes!!/255/255/255
  463.     enabled: true
  464.  
  465.   # Beta Purge Ending 255pm announcement
  466.   - name: Beta Purge Ending 7
  467.     schedule: '55 14 * * 6'
  468.     task: openmod_command
  469.     args:
  470.       commands:
  471.      - say The purge is ending in 5 minutes!!/255/255/255
  472.       - say The purge is ending in 5 minutes!!/255/255/255
  473.       - say The purge is ending in 5 minutes!!/255/255/255
  474.       - say The purge is ending in 5 minutes!!/255/255/255
  475.     enabled: true
  476.  
  477.   # Beta Purge Ending 256pm announcement
  478.   - name: Beta Purge Ending 8
  479.     schedule: '56 14 * * 6'
  480.     task: openmod_command
  481.     args:
  482.       commands:
  483.      - say The purge is ending in 4 minutes!!/255/255/255
  484.       - say The purge is ending in 4 minutes!!/255/255/255
  485.       - say The purge is ending in 4 minutes!!/255/255/255
  486.       - say The purge is ending in 4 minutes!!/255/255/255
  487.       - weather storm
  488.     enabled: true
  489.  
  490.   # Beta Purge Ending 257pm announcement
  491.   - name: Beta Purge Ending 9
  492.     schedule: '57 14 * * 6'
  493.     task: openmod_command
  494.     args:
  495.       commands:
  496.      - say The purge is ending in 3 minutes!!/255/255/255
  497.       - say The purge is ending in 3 minutes!!/255/255/255
  498.       - say The purge is ending in 3 minutes!!/255/255/255
  499.       - say The purge is ending in 3 minutes!!/255/255/255
  500.       - weather storm
  501.     enabled: true
  502.  
  503.   # Beta Purge Ending 258pm announcement
  504.   - name: Beta Purge Ending 10
  505.     schedule: '58 14 * * 6'
  506.     task: openmod_command
  507.     args:
  508.       commands:
  509.      - say The purge is ending in 2 minutes!!/255/255/255
  510.       - say The purge is ending in 2 minutes!!/255/255/255
  511.       - say The purge is ending in 2 minutes!!/255/255/255
  512.       - say The purge is ending in 2 minutes!!/255/255/255
  513.       - weather clear
  514.     enabled: true
  515.  
  516.   # Beta Purge Ending 259pm announcement
  517.   - name: Beta Purge Ending 11
  518.     schedule: '59 14 * * 6'
  519.     task: openmod_command
  520.     args:
  521.       commands:
  522.      - say The purge is ending in 1 minutes!!/255/255/255
  523.       - say The purge is ending in 1 minutes!!/255/255/255
  524.       - say The purge is ending in 1 minutes!!/255/255/255
  525.       - say The purge is ending in 1 minutes!!/255/255/255
  526.     enabled: true
  527.  
  528.   # Beta Purge Active 2-250pm storm
  529.   - name: Beta Purge Active Storm
  530.     schedule: '0-55/5 14-15 * * 6'
  531.     task: openmod_command
  532.     args:
  533.       commands:
  534.      - weather storm
  535.     enabled: true
  536.  
  537.   # Beta Purge Announcement Ended 3pm.
  538.   - name: Beta Purge Ended
  539.     schedule: '0 15 * * 6'
  540.     task: openmod_command
  541.     args:
  542.       commands:
  543.      - say The purge has ended!/255/255/255
  544.       - say The purge has ended!/255/255/255
  545.       - raiding off
  546.       - weather none
  547.     enabled: true
  548. - name: Package purge
  549.   args:
  550.     commands:
  551.    - openmod purge
  552.   task: openmod_command
  553.   schedule: '@startup'
  554.   enabled: false
  555. - name: Wipe
  556.   args:
  557.     commands:
  558.    - ./wipe.sh
  559.   task: system_command
  560.   schedule: 0 0 1 * *
  561.   enabled: false
  562. - name: Economy Migration
  563.   args:
  564.     commands:
  565.    - economy migrate
  566.   task: openmod_command
  567.   schedule: '@single_exec'
  568.   enabled: false
  569.  
Add Comment
Please, Sign In to add comment