LightAPI icon indicating copy to clipboard operation
LightAPI copied to clipboard

Bukkit Library for create invisible light source

Results 17 LightAPI issues
Sort by recently updated
recently updated
newest added

Hello, I'm working on integrating LightAPI in my plugin ([lasers-enigma.eu](https://lasers-enigma.eu/en/the-plugin/)). Overall, it works well. Only one problem remains: When I modify the lasers trajectories, it happens that some light sources...

The lights I create are deleted, when I place a block directly next to the block, that holds the light. Is this a known bug?

``` [17:57:36] [Server thread/INFO]: [LightAPI] Enabling LightAPI v3.4.5 [17:57:36] [Server thread/INFO]: [LightAPI] Loading implementation for Paper server v1_15_R1. [17:57:36] [Server thread/ERROR]: Error occurred while enabling LightAPI v3.4.5 (Is it up...

I'm using This fork o LightAPI because it's a dependency of InteractionVisualizer, i made a profiling using spark and i found out that light api takes a lot of ms...

Hello, I am trying to make plugin, that uses LightAPI, and I would like to use Jitpack. Problem is, Jitpack is returning error while trying to build your repository (https://jitpack.io/com/github/Qveshn/LightAPI/3.4.2/build.log)....

Here are some console errors for the latest version. PaperSpigot 1.15.2 https://pastebin.com/NASDxDgM

hey looking forward for this API to grow! i wanna see also api doc! i made an example of creating and deleting lights: and while LightType.BLOCK works perfect - LightType.SKY...