- Native Minecraft Version:
- 1.13
- Tested Minecraft Versions:
- 1.13
- 1.14
- 1.15
- 1.16
Shows
Custom coded Shows for your server
This plugin allows you to have custom shows for your server.
You can time commands as you see fit, and re-run them with a single command
Commands:`show start exampleShow` - Starts the show
'show list' - Lists all currently running shows
'show stop exampleShow' - Stops show from executing any more commands
Syntax
The Show system uses the YAML format but is stored as a .mcshow file This allows for cool stuff to happen.
Here's an example show that comes with the plugin:====================================================# This is a comment, use these as you see fit.
0:
- type: 'command'
cmd: 'tellraw @a {"text":"This is a test message", "color": "aqua"}'
====================================================

Shows 0.1
Custom coded Shows for your server