Skip to content

Tags: Qveshn/LightAPI

Tags

3.5.2

Toggle 3.5.2's commit message
[3.5.2] Fixed issue with 1.17.1 (ThreadedMailbox scheduled tasks)

3.5.1

Toggle 3.5.1's commit message
[3.5.1] Fixed issue with LightAPI for 1_16_R3 (1.16.4).

World.getMinHeight() does not exist in 1.16.4 (only in 1.16.5).

3.5.0

Toggle 3.5.0's commit message
[3.5.0] Bump version to release

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 #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