mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added an example.
This commit is contained in:
parent
1147b3e15c
commit
58924c6d6d
1 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,13 @@ action=script event.txt
|
|||
triggerOnFirstLogin=true
|
||||
action=script startup.txt
|
||||
|
||||
# Intervals can be random
|
||||
# To define a random interval between 2 numbers, use <numer>-<number>, example: 1-100
|
||||
[Task]
|
||||
triggerOnInterval=true
|
||||
timeInterval=1-15
|
||||
action=send I am triggered!
|
||||
|
||||
# Of course, the tasks file can contain as much tasks as you want.
|
||||
# Another example triggered on logging in and every night at midnight:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue