Skip to content

tsukinoko-kun/minecraft-tasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasker

Known Vulnerabilities

Example configuration:

plugins/Tasker/config.json

{
  "timeZone": "Europe/Berlin",
  "tasks": [
    {
      "cron": "* * * ? * *",
      "command": "msg @a Hello from Tasker!"
    }
  ]
}