Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
execute
A plugin to schedule execution of commands on multiple platforms
Platforms:
Spigot | Velocity | BungeeCord |
---|---|---|
Configuration:
# execute
# Currently supported platforms: Spigot, Velocity
# Compatible platforms: Spigot, BungeeCord, Velocity
[plugin]
enabled=true
# If you would like to opt out from including the name of the commands excecuted below in stats. THIS DOES NOT OPT YOU OUT FROM BSTATS!
include-command-in-stats=true
# Commands:
# Use cron expressions to schedule commands (https://crontab.guru/ to generate cron expressions if you are unfamiliar)
# If you use OskarsMC-Plugins/broadcast, use "broadcast-id <id>"
[commands]
"* * * * *" = [
"say This Message Is Sent Every Minute!",
"say And so is this one!"
]
"0 0 * * *" = [
"say Midnight Strikes!"
]
# Please don't touch
[developer-info]
config-version=0.1
The configuration uses UNIX Cron Expressions.
Downloads
Get the latest release here
Pinned Versions
Pages
Members
Owner