You can easily create Scheduled Tasks via the PloxHost Panel.
Select "Schedules" from the sidebar. Then click "Create Schedule"
Enter the name of your schedule
The second info box is the crontab syntax. You can find basic crontab syntax via this link: https://crontab.guru/examples.html
For example, if you wanted a cron to run every 10 minutes. This would be the crontab syntax:
*/10 * * * * (Spaces mean put it into the next box)
Once you have finalized your options. Click create.
You can the view the scheduled task. Click on it to configure the actions
Click "Add Task"
Select the action, and paylod if need be. The payload would be the command to run in this case.
Once you have configured the rest, click "Create task".
Your schedule is now set.