mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-12 20:50:13 +02:00
Added additional info in settings
This commit is contained in:
parent
05ef0435e5
commit
3c9bb88e19
@ -20,12 +20,13 @@ ping:
|
|||||||
dimension: THE_END
|
dimension: THE_END
|
||||||
|
|
||||||
# Whether to display the player in the player list
|
# Whether to display the player in the player list
|
||||||
# For 1.16.5 clients player list will be sent even if disabled, to avoid crash
|
# For 1.16.5 clients, player list will be sent even if disabled, to avoid crash
|
||||||
playerList:
|
playerList:
|
||||||
enable: false
|
enable: false
|
||||||
username: 'NanoLimbo'
|
username: 'NanoLimbo'
|
||||||
|
|
||||||
# Whether to display header and footer in player list
|
# Whether to display header and footer in player list
|
||||||
|
# For 1.8+ clients
|
||||||
headerAndFooter:
|
headerAndFooter:
|
||||||
enable: false
|
enable: false
|
||||||
header: '{"text": "&eWelcome!"}'
|
header: '{"text": "&eWelcome!"}'
|
||||||
@ -44,9 +45,11 @@ spawnPosition:
|
|||||||
# 1 - Creative (hide HP and food bar)
|
# 1 - Creative (hide HP and food bar)
|
||||||
# 2 - Adventure
|
# 2 - Adventure
|
||||||
# 3 - Spectator (hide all UI bars)
|
# 3 - Spectator (hide all UI bars)
|
||||||
|
# Spectator works on 1.8+ clients
|
||||||
gameMode: 3
|
gameMode: 3
|
||||||
|
|
||||||
# Server name which is shown under F3
|
# Server name which is shown under F3
|
||||||
|
# For 1.13+ clients
|
||||||
brandName:
|
brandName:
|
||||||
enable: true
|
enable: true
|
||||||
content: 'NanoLimbo'
|
content: 'NanoLimbo'
|
||||||
@ -57,7 +60,7 @@ joinMessage:
|
|||||||
text: '{"text": "&eWelcome to the Limbo!"}'
|
text: '{"text": "&eWelcome to the Limbo!"}'
|
||||||
|
|
||||||
# BossBar displays when player join to server
|
# BossBar displays when player join to server
|
||||||
# Works on 1.9+ clients only
|
# For 1.9+ clients
|
||||||
bossBar:
|
bossBar:
|
||||||
enable: true
|
enable: true
|
||||||
text: '{"text": "Welcome to the Limbo!"}'
|
text: '{"text": "Welcome to the Limbo!"}'
|
||||||
@ -68,6 +71,7 @@ bossBar:
|
|||||||
division: SOLID
|
division: SOLID
|
||||||
|
|
||||||
# Display title and subtitle
|
# Display title and subtitle
|
||||||
|
# For 1.8+ clients
|
||||||
title:
|
title:
|
||||||
enable: true
|
enable: true
|
||||||
# Set title text value empty, if you need only subtitle
|
# Set title text value empty, if you need only subtitle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user