Skip to content

Releases: PooSmacker/VoxyServer

VoxyServer 1.1.3

26 Mar 22:22

Choose a tag to compare

fix lag spikes by switching dirty tracking from 2d chunks to 3d sections, lodstreamingservice now only serializes and pushes the specific changed section instead of the entire vertical column.

VoxyServer 1.1.2

25 Mar 16:49

Choose a tag to compare

prevent block updates from leaking to other dimensions. added dimension verification in LodStreamingService sooo lod updates are only broadcast to players currently in that dimension

VoxyServer 1.1.1

24 Mar 17:23

Choose a tag to compare

decremted jwjgl version to 3.3.3 for compatbility reasons. If it still does not work please add -Dsodium.checks.issue2561=false to your jvm args

VoxyServer 1.1.0

22 Mar 23:42

Choose a tag to compare

changes:

  • fixed an issue with dirty tracking just not sending updates.
  • added a debug mode, will show chunks voxelized, sections streamed & engine actions. is toggleable.
  • update checker added (doesnt download anything automatically, will just tell you if you're out of date, or using wrong voxy version etc)
  • you're now able to fully pre voxelize existing worlds, similar to voxy import just on the server. good for if you're an existing server adding voxyserver.

tested and working with latest voxy.

VoxyServer 1.0.1

11 Mar 19:50

Choose a tag to compare

Added dirty tracking, so any block updates get revoxelised & instantly sent to clients within range.

VoxyServer 1.0.0

10 Mar 22:33

Choose a tag to compare

Make sure you have the latest version of voxy installed, along with sodium (for voxy), and that the server you're playing supports VoxyServer.