-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.properties.template
More file actions
43 lines (42 loc) · 1.32 KB
/
server.properties.template
File metadata and controls
43 lines (42 loc) · 1.32 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
# Minecraft server properties
# File is automatically built at container run
allow-flight=${ALLOW_FLIGHT}
allow-nether=${ALLOW_NETHER}
announce-player-achievements=${ANNOUNCE_PLAYER_ACHIEVEMENTS}
difficulty=${DIFFICULTY}
enable-command-block=${ENABLE_COMMAND_BLOCK}
enable-query=${ENABLE_QUERY}
enable-rcon=${ENABLE_RCON}
force-gamemode=${FORCE_GAMEMODE}
gamemode=${GAMEMODE}
generate-structures=${GENERATE_STRUCTURES}
generator-settings=${GENERATOR_SETTINGS}
hardcore=${HARDCORE}
level-name=${LEVEL_NAME}
level-seed=${LEVEL_SEED}
level-type=${LEVEL_TYPE}
max-build-height=${MAX_BUILD_HEIGHT}
max-players=${MAX_PLAYERS}
max-tick-time=${MAX_TICK_TIME}
max-world-size=${MAX_WORLD_SIZE}
motd=${MOTD}
network-compression-threshold=${NETWORK_COMPRESSION_THRESHOLD}
online-mode=${ONLINE_MODE}
op-permission-level=${OP_PERMISSION_LEVEL}
player-idle-timeout=${PLAYER_IDLE_TIMEOUT}
pvp=${PVP}
query.port=${QUERY_PORT}
rcon.password=${RCON_PASSWORD}
rcon.port=${RCON_PORT}
resource-pack=${RESOURCE_PACK}
resource-pack-hash=${RESOURCE_PACK_HASH}
server-ip=${SERVER_IP}
server-port=${SERVER_PORT}
snooper-enabled=${SNOOPER_ENABLED}
spawn-animals=${SPAWN_ANIMALS}
spawn-monsters=${SPAWN_MONSTERS}
spawn-npcs=${SPAWN_NPCS}
spawn-protection=${SPAWN_PROTECTION}
use-native-transport=${USE_NATIVE_TRANSPORT}
view-distance=${VIEW_DISTANCE}
white-list=${WHITE_LIST}