-
Added 1.21.4 Support.
-
Updated libraries.
-
Added the possibility to enter a value in the list of animated titles that indicates the time before another title must be sent. It is not necessary to enter it.
Example:
Code (YAML):
titles:
noRegister:
static
:
#Title;SubTitle;FadeIn;Stay;FadeOut
title
:
"&fRegister;&fPlease, register with the command: &7/register <password> <confirmPassword>;1;30;1"
animated
:
#If 'animated' is set to false only the static title will be displayed.
#If 'animated' is set to true only the animated titles will be displayed.
enabled
: true
#Delay between the end of one title display and the start of the next title in sequence.
#Interval is calculated in ticks.
#20 Ticks = 1 Second.
interval
: 10
loop
: true
#Title;SubTitle;FadeIn;Stay;FadeOut;DelayBeforeSendingNext
titles:
- "&fRegister;&fPlease, register with the command
:
&7/register <password> <confirmPassword>;0;4;0;20
" #In this case the next title will be sent after 20 ticks(1 second).
- "&cRegister;&cPlease, register with the command
:
&7/register <password> <confirmPassword>;0;4;0;
" #In this case, since the value is not present, the interval value will be used.
- "&fRegister;&fPlease, register with the command
:
&7/register <password> <confirmPassword>;0;4;0;40
" #In this case the next title will be sent after 40 ticks(2 seconds).