Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!"
}
]
}
```