mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
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?
|
# If the above is true, should we automatically team players until you do?
|
||||||
auto-team: false
|
auto-team: false
|
||||||
# When enabled if certain metadata can't be read we won't tell you about it
|
# 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
|
# When enabled 1.9+ will be able to block by using shields
|
||||||
shield-blocking: false
|
shield-blocking: false
|
||||||
# Enable player tick simulation, this fixes eating, drinking, nether portals.
|
# Enable player tick simulation, this fixes eating, drinking, nether portals.
|
||||||
|
|
|
@ -6,7 +6,7 @@ broadcast-rcon-to-ops=true
|
||||||
debug=false
|
debug=false
|
||||||
difficulty=1
|
difficulty=1
|
||||||
enable-command-block=true
|
enable-command-block=true
|
||||||
enable-query=false
|
enable-query=true
|
||||||
enable-rcon=false
|
enable-rcon=false
|
||||||
enforce-whitelist=false
|
enforce-whitelist=false
|
||||||
force-gamemode=false
|
force-gamemode=false
|
||||||
|
@ -27,7 +27,7 @@ op-permission-level=4
|
||||||
player-idle-timeout=0
|
player-idle-timeout=0
|
||||||
prevent-proxy-connections=false
|
prevent-proxy-connections=false
|
||||||
pvp=true
|
pvp=true
|
||||||
query.port=
|
query.port=25565
|
||||||
rcon.password=
|
rcon.password=
|
||||||
rcon.port=
|
rcon.port=
|
||||||
resource-pack=
|
resource-pack=
|
||||||
|
|
Loading…
Reference in a new issue