Skip to content

Commit 7bdd3e1

Browse files
committed
Switch to a TOML config
1 parent e8e8967 commit 7bdd3e1

2 files changed

Lines changed: 32 additions & 5 deletions

File tree

‎server/config/feather.toml‎

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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"

‎server/config/feather.yml‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)