Skip to content

Commit

Permalink
Create TASKSCHEDULER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shupershuff committed Jan 30, 2024
1 parent 3c55825 commit e805f5c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/TASKSCHEDULER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Overview
Task scheduler is of course a very handy tool for automating actions when conditions are met.<br>
Here's some things you can achieve using Task Scheduler to launch PalworldServerTools.

## Launch Server on boot and restart at midnight
This tells the script to launch. The absense of the parameter "-noupdate" means it will also check for updates and install on launch (if there are any available).
Example setup below:
1. General<br>
![image](https://github.com/shupershuff/PalworldServerTools/assets/63577525/dd38b96f-0c47-451b-bd9e-023363cc5c52)<br>
2. Triggers<br>
![image](https://github.com/shupershuff/PalworldServerTools/assets/63577525/da21da3c-6e8f-42c0-88f6-f947f4cc8e06)<br>
3. Actions<br>
![image](https://github.com/shupershuff/PalworldServerTools/assets/63577525/1d743575-75b3-4502-8ca1-594893483225)<br>
4. Conditions<br>
Default settings.<br>
5. Settings<br>
![image](https://github.com/shupershuff/PalworldServerTools/assets/63577525/c43acf32-842d-4196-b12b-9f55b078d856)<br>

0 comments on commit e805f5c

Please sign in to comment.