Skip to content

Tags: Quentium-Forks/LightAPI

Tags

3.4.6

Toggle 3.4.6's commit message
[3.4.6] Added support for 1.16.4 (+update 1.16.3)

3.4.5

Toggle 3.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[3.4.5] Merge pull request Qveshn#17 from LOOHP/3.0 (support for 1.16.2)

Added Support for 1.16.2

3.4.4

Toggle 3.4.4's commit message
[3.4.4] Added support for 1.16

3.4.3

Toggle 3.4.3's commit message
[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

Toggle 3.4.2's commit message
[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

Toggle 3.4.1's commit message
[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

Toggle 3.4.0's commit message
[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.2

Toggle 3.3.2's commit message
[3.3.2] Allowed to redefine recievers when sending chunk changes to c…

…lients (updateChunk)

3.3.1

Toggle 3.3.1's commit message
[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

Toggle 3.3.0's commit message
[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 ...