Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T12:04:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T19:45:32.507Z (11 days 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: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasker
[![Known Vulnerabilities](https://snyk.io/test/github/Frank-Mayer/minecraft-tasker/badge.svg)](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!"
}
]
}
```