A new (optional) feature has been added: Warm-ups!
Now if you want a player to have to wait a few seconds before getting teleported, you can.
How to use:
Since the config is not auto-updating (yet), to use the warmup, you will have to manuall add the following 4 lines to your rtpSettings file(s):
Code (YAML):
warmup:
time
: 0
# In seconds, how long is the warm-up? Set to 0 to disable.
cancel-on-move
: true
count-down
: true
If you are unsure as to whether you correctly added the lines or not, check to see what the default config looks like
here
Additional notes:
There are now three more text lines that have been added to the
language file and as always you can overwrite these messages in `language-settings.yml`.
There are also permission nodes for avoiding the warm-up. There is one generic one for avoiding all, and a more specific option for avoiding the warmup for a named setting.
Please note that anyone who is an OP on the server gets to avoid warm-ups by default so if you can't get warm-ups working immediately make sure that's not the issue.
Sneaky bug fixes:
Players can no longer get teleported into water if there is kelp in it.