https://github.com/tsukinoko-kun/minecraft-tasker
Minecraft auto execute commands
https://github.com/tsukinoko-kun/minecraft-tasker
cron cronjob crontab minecraft minecraft-plugin task-scheduler
Last synced: about 1 year ago
JSON representation
Minecraft auto execute commands
- Host: GitHub
- URL: https://github.com/tsukinoko-kun/minecraft-tasker
- Owner: tsukinoko-kun
- License: mit
- Created: 2022-04-09T09:31:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T12:04:01.000Z (over 3 years ago)
- Last Synced: 2025-03-14T19:17:28.064Z (over 1 year ago)
- Topics: cron, cronjob, crontab, minecraft, minecraft-plugin, task-scheduler
- Language: Kotlin
- Homepage: https://www.spigotmc.org/resources/tasker.101255
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasker
[](https://snyk.io/test/github/Frank-Mayer/minecraft-tasker)
Example configuration:
> plugins/Tasker/config.json
```json
{
"timeZone": "Europe/Berlin",
"tasks": [
{
"cron": "* * * ? * *",
"command": "msg @a Hello from Tasker!"
}
]
}
```