Comment out options in server.properties
This commit is contained in:
parent
404c6c3fba
commit
2047cc938f
@ -1,47 +1,50 @@
|
|||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sat Feb 01 20:30:08 EST 2020
|
#Sat Feb 01 20:30:08 EST 2020
|
||||||
broadcast-rcon-to-ops=true
|
# common options
|
||||||
view-distance=10
|
view-distance=10
|
||||||
max-build-height=256
|
|
||||||
server-ip=
|
|
||||||
rcon.port=25575
|
|
||||||
level-seed=
|
level-seed=
|
||||||
allow-nether=true
|
|
||||||
gamemode=survival
|
gamemode=survival
|
||||||
enable-command-block=true
|
enforce-secure-profile=false
|
||||||
|
motd=owo what's this
|
||||||
|
server-ip=
|
||||||
server-port=25565
|
server-port=25565
|
||||||
enable-rcon=false
|
enable-rcon=false
|
||||||
enable-query=false
|
enable-query=false
|
||||||
op-permission-level=4
|
|
||||||
prevent-proxy-connections=false
|
|
||||||
generator-settings=
|
|
||||||
resource-pack=
|
|
||||||
player-idle-timeout=0
|
|
||||||
level-name=world
|
|
||||||
rcon.password=***REMOVED***
|
|
||||||
motd=owo what's this
|
|
||||||
query.port=25565
|
query.port=25565
|
||||||
force-gamemode=false
|
rcon.port=25575
|
||||||
debug=false
|
difficulty=hard
|
||||||
hardcore=false
|
hardcore=false
|
||||||
white-list=false
|
enforce-whitelist=true
|
||||||
broadcast-console-to-ops=true
|
white-list=true
|
||||||
pvp=false
|
pvp=true
|
||||||
spawn-npcs=true
|
|
||||||
spawn-animals=true
|
# other options
|
||||||
generate-structures=true
|
# broadcast-rcon-to-ops=true
|
||||||
snooper-enabled=true
|
# allow-nether=true
|
||||||
difficulty=normal
|
# enable-command-block=true
|
||||||
function-permission-level=2
|
# op-permission-level=4
|
||||||
network-compression-threshold=256
|
# prevent-proxy-connections=false
|
||||||
level-type=default
|
# generator-settings=
|
||||||
max-tick-time=60000
|
# resource-pack=
|
||||||
spawn-monsters=true
|
# player-idle-timeout=0
|
||||||
enforce-whitelist=false
|
# level-name=world
|
||||||
max-players=20
|
# rcon.password=***REMOVED***
|
||||||
use-native-transport=true
|
# force-gamemode=false
|
||||||
spawn-protection=0
|
# debug=false
|
||||||
resource-pack-sha1=
|
# broadcast-console-to-ops=true
|
||||||
online-mode=true
|
# spawn-npcs=true
|
||||||
allow-flight=true
|
# spawn-animals=true
|
||||||
max-world-size=29999984
|
# generate-structures=true
|
||||||
|
# snooper-enabled=true
|
||||||
|
# function-permission-level=2
|
||||||
|
# network-compression-threshold=256
|
||||||
|
# level-type=default
|
||||||
|
# max-tick-time=60000
|
||||||
|
# spawn-monsters=true
|
||||||
|
# max-players=20
|
||||||
|
# use-native-transport=true
|
||||||
|
# spawn-protection=0
|
||||||
|
# resource-pack-sha1=
|
||||||
|
# online-mode=true
|
||||||
|
# allow-flight=true
|
||||||
|
# max-world-size=29999984
|
||||||
|
Loading…
x
Reference in New Issue
Block a user