Hiya, just a small one today.
I've now added the ability to add a delay between messages and commands. All you need to do is add a line of text that has the value [wait=<time>] where <time> is a number of ticks. 20 ticks = 1 second.
I've also added a [blank] block that works in the same way. All it does is send and empty line of text.
Code (YAML):
subcommands:
default:
text
:
- 'You will get a diamond in 3'
- '
[wait=20
]'
- '2
...'
- '
[wait=20
]'
- '1
...'
- '
[wait=20
]'
- 'NOW !!'
- '
[blank
]'
commands
:
- '
[wait=60
]'
- 'give
%player% diamond 1'
conditions
:
[
]
If you have any bugs or suggestions put them in the discussion tab and I'll take a look ! The plugin should be 100% working for 1.20.4 also.
I've added the documentation tab at the top of the resource page for anyone that needs help with setting up their commands, it's not yet complete but should be a good start for anyone
