forked from Quozul/PicoLimbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.toml
More file actions
68 lines (59 loc) · 1.18 KB
/
server.toml
File metadata and controls
68 lines (59 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
bind = "0.0.0.0:25565"
welcome_message = "Welcome to PicoLimbo!"
action_bar = "Welcome to PicoLimbo!"
default_game_mode = "spectator"
hardcore = false
fetch_player_skins = false
reduced_debug_info = false
allow_unsupported_versions = false
allow_flight = false
[forwarding]
method = "NONE"
secret = "${PATH}"
[world]
spawn_position = [
0.0,
320.0,
0.0,
]
spawn_rotation = [
0.0,
0.0,
]
dimension = "end"
time = "day"
[world.experimental]
view_distance = 2
schematic_file = ""
lock_time = false
[world.boundaries]
enabled = true
min_y = -64
teleport_message = "<red>You have reached the bottom of the world.</red>"
[server_list]
reply_to_status = true
max_players = 20
message_of_the_day = "A Minecraft Server"
show_online_player_count = true
server_icon = "server-icon.png"
[compression]
threshold = -1
level = 6
[tab_list]
enabled = true
header = "<bold>Welcome to PicoLimbo</bold>"
footer = "<green>Enjoy your stay!</green>"
player_listed = true
[boss_bar]
enabled = false
title = "<bold>Welcome to PicoLimbo!</bold>"
health = 1.0
color = "pink"
division = 0
[title]
enabled = false
title = "<bold>Welcome!</bold>"
subtitle = "Enjoy your stay"
fade_in = 10
stay = 70
fade_out = 20