mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2026-02-11 11:26:13 +01:00
Send keep alive frequently. Removed unused packets. Moved initialization in server class
This commit is contained in:
18
settings.properties
Normal file
18
settings.properties
Normal file
@@ -0,0 +1,18 @@
|
||||
#
|
||||
# NanoLimbo configuration
|
||||
#
|
||||
|
||||
host=localhost
|
||||
port=65535
|
||||
max-players=100
|
||||
ping-version=NanoLimbo
|
||||
ping-description={"text": "NanoLimbo"}
|
||||
|
||||
# Player info forwarding support. Available types: NONE, LEGACY, MODERN
|
||||
ip-forwarding=LEGACY
|
||||
|
||||
# If you use MODERN type of forwarding, enter your secret code here
|
||||
ip-forwarding-secret=<YOUR_SECRET_HERE>
|
||||
|
||||
# Read timeout for connections in milliseconds
|
||||
read-timeout=30000
|
||||
Reference in New Issue
Block a user