In gradle:
groovy
compileOnly 'io.typst:bukkit-glow:2.1.1'
kts
compileOnly("io.typst:bukkit-glow:2.1.1")
In plugin.yml:
depend:
- 'BukkitGlow'
Put the BukkitGlow plugin in your plugins folder
GlowAPI glow = new GlowAPI(); // No cost for construction
glow.setGlowing(receiver, target, color);
glow.removeGlowing(receiver, target);