ticks
A task time that represents the given amount of ticks.
Executions will depend on the server's tick speed, and will be executed with a period of the given amount of ticks.
Warning: Do not assume that all implementations use the same tick speed, or even that a single implementation will use a constant tick speed. If you need a constant, precise time, you are advised to use your own scheduler.
Return
a task time representing the amount of ticks
Parameters
ticks
the amount of ticks