meta-commands is a set of (currently two) commands that can be used to run other commands in certain ways, e.g. with a delay or a random decision.
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.wlosp.org/meta-commands
This can be particularly useful for interop with other plugins or additional command logic without extra plugins.
It is a very small plugin and more commands and utilities will be added in the future.
Examples:
"delay 200 say I will be run after 10 seconds" (delay takes a time in ticks)
"chance 50.5 say I will be run 50.5% of the times you run this command" (chance takes a chance in percentage)
For more info, see the README.

meta-commands 0.1.0
Commands that run other commands in certain ways