Releases: Qveshn/LightAPI
Releases · Qveshn/LightAPI
Fixed issue with 1.17.1 (ThreadedMailbox scheduled tasks)
Fixed issue for v1_16_R3 (1.16.4)
World.getMinHeight() does not exist in 1.16.4 (only in 1.16.5).
Support 1.17
- Added support for 1.17
- Migrated from Java 1.6 to 1.8 (Java 1.8 is now required as a minimum version)
- Added new API methods getMinLightHeight and getMaxLightHeight
- Removed mcstats since the project died long ago
- Added the config file to the plugin as a resource
- Suppressed the warning "Could not find ... implementation. Trying CraftBukkit instead"
Support 1.16.4
Added support for 1.16.4 (+update 1.16.3)
Support 1.16.2
Added support for 1.16.2
Support 1.16
- Added support for 1.16
- Added api-version:1.13 to plugin.yml just to prevent warnings on server startup
Added functionality to check if the world supports the specified 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.
Support 1.15
- Added support for 1.15
- 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 :)
Minor fixes to message format and content
- The format and content of messages has been changed
- The ability to turn off the coloring of the log has been added (parameter "colored-log")
Added LightType support to enable both SKY and BLOCK light types
Allows to create not only light from block, but also from sky. This is useful if you need to create a light source inside the cave, which will look like light under the open sky. The actual illumination, in this case, will depend both on the set light level and on the time of day.