Wrong cache size
The following discussion from teamseas-mc-server/minecraft!56 (closed) should be addressed:
-
@Jpac14 started a discussion: Since when you call
Bukkit.getViewDistance()it returns the one inserver.propertieswhich is 4 in this case. The caches will be quite small but in reality they should be larger with 32 being the actual viewed distance.I propose in the modified paper version of OSC, we change the cache size to load from
no-tick-view-distanceand if this is set to-1meaning disabled we fall back toBukkit.getViewDistance()