Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <AutoCommands>
- <AutoCommand>
- <CommandTrigger>Timed</CommandTrigger>
- <Compare>LessThan</Compare>
- <Name>Restart and Cleanup Entities</Name>
- <ScheduledTime>00:00:00</ScheduledTime>
- <Interval>04:00:00</Interval>
- <TriggerRatio>0</TriggerRatio>
- <TriggerCount>0</TriggerCount>
- <DayOfWeek>All</DayOfWeek>
- <Steps>
- <CommandStep>
- <Delay>00:05:00</Delay>
- <Command>!notify "********Restart in 10 Minutes!********" 30000</Command>
- </CommandStep>
- <CommandStep>
- <Delay>00:04:00</Delay>
- <Command>!notify "********Restart in 5 Minutes!********" 30000</Command>
- </CommandStep>
- <CommandStep>
- <Delay>00:00:30</Delay>
- <Command>!notify "********Restart in 1 Minute!********" 30000</Command>
- </CommandStep>
- <CommandStep>
- <Delay>00:00:00</Delay>
- <Command>!gridbackup run</Command>
- </CommandStep>
- <CommandStep>
- <Delay>00:00:00</Delay>
- <Command>!cleanup delete ownedby nobody playerdistancegreaterthan 1000</Command>
- </CommandStep>
- <CommandStep>
- <Delay>00:00:00</Delay>
- <Command>!cleanup delete notype beacon playerdistancegreaterthan 1000</Command>
- </CommandStep>
- <CommandStep>
- <Delay>00:00:00</Delay>
- <Command>!cleanup delete hasownertype npc ownedby "Exiled Engineer" playerdistancegreaterthan 1000</Command>
- </CommandStep>
- <CommandStep>
- <Delay>00:00:00</Delay>
- <Command>!cleanup delete hasownertype npc ownedby "Miranda Survivors" playerdistancegreaterthan 1000</Command>
- </CommandStep>
- <CommandStep>
- <Delay>00:00:00</Delay>
- <Command>!restart 30</Command>
- </CommandStep>
- </Steps>
- </AutoCommand>
- </AutoCommands>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement