From efd98deed659108444154a85a5bc94edc715889d Mon Sep 17 00:00:00 2001 From: Drc-DEV <33911680+Drc-DEV@users.noreply.github.com> Date: Tue, 19 Feb 2019 08:36:54 +0100 Subject: [PATCH] Fix misleading comment on title time Title fadein, show and fadeout times are in ticks, but the config says it's in seconds. --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 8765ef82..6173ade1 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1018,7 +1018,7 @@ fbanners: #Title when moving between chunks Title: Show-Title: true - # You can configure the time in 1.9 or higher! The values are in seconds + # You can configure the time in 1.9 or higher! The values are in ticks (20 ticks = 1 second) Options: FadeInTime: 1 ShowTime: 10