forked from kaboomserver/server
Push latest files
This commit is contained in:
parent
88a6a67692
commit
18033c0df4
3 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -113,7 +113,7 @@ prevent-collision: false
|
|||
# If the above is true, should we automatically team players until you do?
|
||||
auto-team: false
|
||||
# When enabled if certain metadata can't be read we won't tell you about it
|
||||
suppress-metadata-errors: false
|
||||
suppress-metadata-errors: true
|
||||
# When enabled 1.9+ will be able to block by using shields
|
||||
shield-blocking: false
|
||||
# Enable player tick simulation, this fixes eating, drinking, nether portals.
|
||||
|
|
|
@ -6,7 +6,7 @@ broadcast-rcon-to-ops=true
|
|||
debug=false
|
||||
difficulty=1
|
||||
enable-command-block=true
|
||||
enable-query=false
|
||||
enable-query=true
|
||||
enable-rcon=false
|
||||
enforce-whitelist=false
|
||||
force-gamemode=false
|
||||
|
@ -27,7 +27,7 @@ op-permission-level=4
|
|||
player-idle-timeout=0
|
||||
prevent-proxy-connections=false
|
||||
pvp=true
|
||||
query.port=
|
||||
query.port=25565
|
||||
rcon.password=
|
||||
rcon.port=
|
||||
resource-pack=
|
||||
|
|
Loading…
Reference in a new issue