Advertisement
voidpointer

Untitled

Mar 9th, 2021
753
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.89 KB | None | 0 0
  1.   <AutoCommands>
  2.     <AutoCommand>
  3.       <CommandTrigger>Timed</CommandTrigger>
  4.       <Compare>LessThan</Compare>
  5.       <Name>Restart and Cleanup Entities</Name>
  6.       <ScheduledTime>00:00:00</ScheduledTime>
  7.       <Interval>04:00:00</Interval>
  8.       <TriggerRatio>0</TriggerRatio>
  9.       <TriggerCount>0</TriggerCount>
  10.       <DayOfWeek>All</DayOfWeek>
  11.       <Steps>
  12.         <CommandStep>
  13.           <Delay>00:05:00</Delay>
  14.           <Command>!notify "********Restart in 10 Minutes!********" 30000</Command>
  15.         </CommandStep>
  16.         <CommandStep>
  17.           <Delay>00:04:00</Delay>
  18.           <Command>!notify "********Restart in 5 Minutes!********" 30000</Command>
  19.         </CommandStep>
  20.         <CommandStep>
  21.           <Delay>00:00:30</Delay>
  22.           <Command>!notify "********Restart in 1 Minute!********" 30000</Command>
  23.         </CommandStep>
  24.         <CommandStep>
  25.           <Delay>00:00:00</Delay>
  26.           <Command>!gridbackup run</Command>
  27.         </CommandStep>
  28.         <CommandStep>
  29.           <Delay>00:00:00</Delay>
  30.           <Command>!cleanup delete ownedby nobody playerdistancegreaterthan 1000</Command>
  31.         </CommandStep>
  32.         <CommandStep>
  33.           <Delay>00:00:00</Delay>
  34.           <Command>!cleanup delete notype beacon playerdistancegreaterthan 1000</Command>
  35.         </CommandStep>
  36.         <CommandStep>
  37.           <Delay>00:00:00</Delay>
  38.           <Command>!cleanup delete hasownertype npc ownedby "Exiled Engineer" playerdistancegreaterthan 1000</Command>
  39.         </CommandStep>
  40.         <CommandStep>
  41.           <Delay>00:00:00</Delay>
  42.           <Command>!cleanup delete hasownertype npc ownedby "Miranda Survivors" playerdistancegreaterthan 1000</Command>
  43.         </CommandStep>
  44.         <CommandStep>
  45.           <Delay>00:00:00</Delay>
  46.           <Command>!restart 30</Command>
  47.         </CommandStep>
  48.       </Steps>
  49.     </AutoCommand>
  50.   </AutoCommands>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement