You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[3.4.3] Added functionality to check if the world supports the specif…
…ied type of lighting.
- New method LightAPI.isSupported(World world, LightType lightType). Determines whether the world supports the specified type of lighting.
- Fixed bug when creating/deleting light sources in a world that does not support the specified type of lighting.
[3.4.2] Added support for 1.15 + support for any CraftBukkit-based se…
…rvers
- The restriction on only registered servers by the plugin is removed. Now any CraftBukkit-based server (not only Akarin, Paper, Purpur, etc.) can try this plugin at his own risk :)
[3.4.1] Minor bug fixes (messages and bStats metrics)
- Changes to the format and content of messages
- Added ability to disable log coloring (boolean parameter "colored-log")
- bStats metrics fix for compatibility with older server versions (1.8 - 1.11)
[3.4.0] Added LightType support to enable both SKY and BLOCK light types
- Now all methods (createLight,deleteLight,collectChunks,updateChunk) support parameter LightType
- Fixed minor bugs
[3.3.1] Forgot to register CraftBukkit, Paper, TacoSpigot and Akarin …
…as supported 1.14 servers (only Spigot was registered).
- All five 1.14 servers are registered.
- Increased dependency version to 1.14.4 to check build success.
[3.3.0] Added support for 1.14 + global refactoring.
- Rewrote all nms engines.
- Fixed multi-tread bugs both with nms and with the request stream mashine.
- Added debug output for diagnostics.
- Optimize sending chunks (sections from one chunk are sent in one packet).
- Optimize collecting chunks (included only affected chunk sections).
- Added bStats statistics.
- Optimize request stream mashine.
- Migrate create/delete requests and chunk update requests in one queue.
- Changed ChunkInfo equality algorithm from x,z to x,y,z (ChunkInfo now is like chunk section).
- and much more ...