-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.properties
More file actions
42 lines (34 loc) · 1.17 KB
/
server.properties
File metadata and controls
42 lines (34 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Woodlanders Dedicated Server Configuration
# This file contains server settings for the multiplayer game.
# Server port (1-65535)
# Default: 25565
server.port=25565
# Maximum number of concurrent clients (1-1000)
# Default: 20
server.max-clients=20
# World seed for deterministic world generation
# Set to 0 for random seed generation
# Default: 0
world.seed=0
# Heartbeat interval in seconds (1-60)
# How often clients send heartbeat messages
# Default: 5
server.heartbeat-interval=5
# Client timeout in seconds (5-300)
# Disconnect clients that don't send heartbeat within this time
# Default: 15
server.client-timeout=15
# Message rate limit per client (messages/second) (10-10000)
# Clients exceeding this rate will be disconnected
# Default: 100
server.rate-limit=100
# Enable debug logging (true/false)
# Default: false
server.debug=false
# Planting Range Configuration
# Maximum distance (in pixels) a player can plant from their position
# This affects bamboo planting and other plantable items
# Valid range: 64-1024 pixels (1-16 tiles, where 1 tile = 64 pixels)
# Values outside this range will fall back to the default
# Default: 512 pixels (8 tiles)
planting.max.range=512