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
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.
This is useful if you want to send chunk changes not to all nearby players, but only to a specific list. For example, in plugins, with frequent light changes, a list of ignored players can be configured (due to their slow computers). In this case, players will not see light changes until the chunks reload.
Bug: Sometimes plugin with spigot 1.12.2 throws exception IllegalArgumentException on server starts
Fix: Workaround with concurrent calls to definePackage in spigot PluginClassLoader (exception IllegalArgumentException during a call to PluginManager.registerEvents)
Created issue:
https://hub.spigotmc.org/jira/browse/SPIGOT-3734
Edit:
@md_5 has fixed this bug. If you updated your spigot 1.12.2 to last version then you can skip this LigthAPI version and use
3.2.4 X.12.0
There was a little bug when create/remove light above 128 y-coordinate. (usually at 193 and above). There was wrong information for client what parts of chunk must be updated.
I think I fixed it.
It would be nice if somebody will test this