File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [io ]
2+ # Packets with a size more than or equal to this value will be sent compressed.
3+ # Compressing packets reduces bandwidth usage but increases CPU activity.
4+ compression-threshold = 256
5+ # The number of worker threads used for asynchronous IO.
6+ # Set to the number of cores on your CPU for optimal performance.
7+ io-worker-threads = 8
8+
9+ [proxy ]
10+ # IP forwarding using BungeeCord/Waterfall/Travertine
11+ bungeecord = false
12+ # IP forwarding using Velocity
13+ velocity = false
14+
15+ [server ]
16+ online-mode = true
17+ motd = " &lMesa called Jar Jar Binks!\n Mesa your humble servant!"
18+ max-players = 16
19+ default-gamemode = " survival"
20+ difficulty = " normal"
21+ view-distance = 6
22+
23+ [gameplay ]
24+ monster-spawning = true
25+ animal-spawning = true
26+ pvp = true
27+ nerf-spawner-mobs = false
28+ # Either "1.8" or "1.9"
29+ pvp-style = " 1.8"
30+
31+ [log ]
32+ level = " trace"
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments