-
Notifications
You must be signed in to change notification settings - Fork 4
/
server.properties
41 lines (41 loc) · 993 Bytes
/
server.properties
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
#Minecraft server properties
#Thu Apr 09 12:37:05 CEST 2020
spawn-protection=16
max-tick-time=60000
generator-settings=
force-gamemode=true
allow-nether=${ALLOW_NETHER}
gamemode=${GAME_MODE}
broadcast-console-to-ops=true
enable-query=${ENABLE_QUERY}
player-idle-timeout=${PLAYER_IDLE_TIMEOUT}
difficulty=${DIFFICULTY}
op-permission-level=4
pvp=false
snooper-enabled=true
level-type=FLAT
hardcore=false
enable-command-block=false
max-players=10000
network-compression-threshold=256
resource-pack-sha1=
max-world-size=29999984
server-port=${MINECRAFT_PORT}
server-ip=
allow-flight=true
level-name=world
view-distance=10
resource-pack=${RESOURCE_PACK}
spawn-animals=${SPAWN_ANIMALS}
spawn-monsters=${SPAWN_MONSTERS}
spawn-npcs=${SPAWN_NPCS}
white-list=${WHITELIST_ENABLED}
generate-structures=false
online-mode=${ONLINE_MODE}
max-build-height=256
level-seed=
prevent-proxy-connections=false
enable-rcon=${RCON_ENABLED}
rcon.port=${RCON_PORT}
rcon.password=${RCON_PASSWORD}
motd=${MINECRAFT_MOTD}