-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlive_map.json.example
More file actions
45 lines (45 loc) · 1.46 KB
/
Copy pathlive_map.json.example
File metadata and controls
45 lines (45 loc) · 1.46 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
43
44
45
{
"local_server_url": "http://127.0.0.1:8000",
"plugin_token": "replace-with-local-node-token",
"server_id": "vvnas",
"background_log_file": "live_map.log",
"baseline_index_file": "chunk_baselines.tsv",
"land_config_file": "/vol1/1000/bedrock_server/plugins/land/land.json",
"tile_data_dir": "map-data",
"dimensions": ["Overworld", "Nether", "TheEnd"],
"tile_min_zoom": -1,
"tile_max_zoom": 4,
"render_worker_threads": 2,
"scan_radius_chunks": 8,
"chunk_refresh_seconds": 20,
"player_push_seconds": 1,
"max_chunks_per_refresh": 32,
"player_seed_radius_chunks": 4,
"player_seed_interval_seconds": 60,
"max_seed_chunks_per_pulse": 4,
"seed_pulse_seconds": 1,
"player_seed_join_delay_seconds": 10,
"chunk_upload_batch_size": 8,
"chunk_upload_flush_seconds": 10,
"chunk_upload_cooldown_seconds": 60,
"http_timeout_seconds": 30,
"dirty_block_push_seconds": 60,
"max_dirty_blocks_per_push": 2048,
"max_dirty_chunks_per_push": 64,
"max_upload_queue_size": 256,
"max_pending_chunk_uploads": 4096,
"r2_enabled": false,
"r2_endpoint": "https://<account-id>.r2.cloudflarestorage.com",
"r2_bucket": "endstone-live-map-tiles",
"r2_region": "auto",
"r2_key_prefix": "map-tiles/v2",
"r2_max_concurrent_uploads": 1,
"r2_max_uploads_per_minute": 60,
"r2_retry_count": 3,
"r2_retry_backoff_ms": 1000,
"upload_chunks": true,
"auto_seed_chunks": false,
"upload_dirty_blocks": true,
"upload_players": true,
"upload_lands": true
}