Wrong cache size
The following discussion from teamseas-mc-server/minecraft!56 should be addressed: - [ ] @Jpac14 started a [discussion](https://gitlab.com/teamseas-mc-server/minecraft/-/merge_requests/56#note_775773617): > https://gitlab.com/openstreetcraft/minecraft/-/blob/master/bukkit-server/plugin/terrain/src/main/java/de/ixilon/bukkit/plugin/terrain/TerrainPlugin.java#L51 > > https://gitlab.com/openstreetcraft/minecraft/-/blob/master/lib/common/src/main/java/de/ixilon/minecraft/plugin/terrain/TerrainImpl.java#L75 > > Since when you call `Bukkit.getViewDistance()` it returns the one in `server.properties` which 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-distance` and if this is set to `-1` meaning disabled we fall back to `Bukkit.getViewDistance()`
issue