Edit settings.yml

This commit is contained in:
Nanit 2021-10-30 19:04:03 +03:00
parent d7b5101d50
commit e45834c3bc

View File

@ -38,7 +38,8 @@ joinMessage:
enable: true enable: true
text: '{"text": "&eWelcome to the Limbo!"}' text: '{"text": "&eWelcome to the Limbo!"}'
# Bossbar sends when player join to server # BossBar displays when player join to server
# Works on 1.9+ clients only
bossBar: bossBar:
enable: true enable: true
text: '{"text": "Welcome to the Limbo!"}' text: '{"text": "Welcome to the Limbo!"}'
@ -48,7 +49,11 @@ bossBar:
# Available divisions: SOLID, DASHES_6, DASHES_10, DASHES_12, DASHES_20 # Available divisions: SOLID, DASHES_6, DASHES_10, DASHES_12, DASHES_20
division: SOLID division: SOLID
# Player info forwarding support. Available types: NONE, LEGACY, MODERN # Player info forwarding support.
# Available types:
# - NONE
# - LEGACY
# - MODERN
# Don't use secret if you not use MODERN type # Don't use secret if you not use MODERN type
infoForwarding: infoForwarding:
type: NONE type: NONE