-
Notifications
You must be signed in to change notification settings - Fork 1
Quick setup
Martijn edited this page Oct 17, 2022
·
19 revisions
Suki can be used as a drop-in replacement for Mirai, Pufferfish or Paper: Suki supports all their features and configuration options.
Without configuring anything, the following will be different:
- Chunk packets are interweaved with non-chunk packets.
- Plugins can no longer set a per-player view distance. (This is replaced with Suki's automatic per-player view distance.)
All other features are disabled by default. Upon running, the configuration files config/suki-global.yml
and config/suki-world-defaults.yml
will be generated. Please see Features for an explanation of each configuration option.
Suki provides various performance enhancements that are good to set up right away. The following configuration options are not default, but recommended:
(Please see Features for further details and explanations of these options.)
File | Option | Recommended value | Notes | |
---|---|---|---|---|
Global | ||||
view-distance |
see.max-total-chunks |
12500 |
Works well for 15 online players and 8GB of RAM, see details | |
track.max-total-chunks |
2500 |
Works well for 15 online players and 4 cores @ 2.0 GHz, see details | ||
World | ||||
item-pickup |
hopper.tick-rate |
20 |
||
villager.delay-after-drop |
100 |
|||
view-distance |
if-can-see-but-not-tracking.send-chunk-refresh |
false |
||
load.limit-by-client-view-distance |
true |
|||
load.limit-by-see-view-distance |
true |
|||
load.per-player |
true |
|||
see.limit-by-client-view-distance |
true |
|||
see.per-player |
true |
|||
track.limit-by-client-view-distance |
true |
|||
track.max |
11 |
|||
track.per-player |
true |