mirror of
https://github.com/kaboomserver/server.git
synced 2024-11-24 16:28:06 -05:00
Push latest files
This commit is contained in:
parent
35fa3b49f0
commit
f862bf2844
9 changed files with 4 additions and 16 deletions
|
@ -18,7 +18,7 @@ settings:
|
|||
permissions-file: permissions.yml
|
||||
update-folder: update
|
||||
plugin-profiling: true
|
||||
connection-throttle: -1
|
||||
connection-throttle: 5000
|
||||
query-plugins: true
|
||||
deprecated-verbose: false
|
||||
shutdown-message: The server is restarting. Please wait...
|
||||
|
|
|
@ -57,7 +57,7 @@ messages:
|
|||
flying-player: Flying is not enabled on this server
|
||||
flying-vehicle: Flying is not enabled on this server
|
||||
authentication-servers-down: ''
|
||||
connection-throttle: Connection throttled! Please wait before reconnecting.
|
||||
connection-throttle: Wait 5 seconds before connecting, thanks! :)
|
||||
world-settings:
|
||||
default:
|
||||
phantoms-do-not-spawn-on-creative-players: true
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
# Specifies how 1.8.x clients should see the cooldown indicator
|
||||
# You can choose between TITLE, ACTION_BAR, BOSS_BAR and DISABLED
|
||||
# ONLY DISABLE IF YOU HAVE 1.9 COOLDOWN DISABLED ON YOUR SERVER
|
||||
# 1.8 PLAYERS MAY ASK WHY PVP IS NOT WORKING OTHERWISE
|
||||
cooldown-indicator: TITLE
|
||||
# Replaces Adventure mode with Survival mode for 1.7.x clients
|
||||
# Enable this option if your server is using the 'CanDestroy'
|
||||
# or 'CanPlaceOn' flags on items
|
||||
replace-adventure: false
|
||||
# Whether 1.9 particles should be replaced by similar ones in
|
||||
# 1.8 and lower
|
||||
replace-particles: true
|
Binary file not shown.
BIN
server.jar
BIN
server.jar
Binary file not shown.
|
@ -27,8 +27,8 @@ messages:
|
|||
whitelist: The server is temporarily down for maintenance. Please try again later!
|
||||
unknown-command: Unknown command. Type "/help" for help.
|
||||
server-full: The server is temporarily down for maintenance. Please try again later!
|
||||
outdated-client: Your client is outdated. Please join with Minecraft version 1.16.1!
|
||||
outdated-server: The server is outdated. Please join with Minecraft version 1.16.1!
|
||||
outdated-client: Your client is outdated. Please join with Minecraft version 1.16.2!
|
||||
outdated-server: The server is outdated. Please join with Minecraft version 1.16.2!
|
||||
restart: The server is restarting. Please wait...
|
||||
settings:
|
||||
timeout-time: 60
|
||||
|
|
Loading…
Reference in a new issue