A server-side fabric mod to light up areas to prevent mob spawning or better visibility.
Light Up places light sources automatically around players to brighten caves or surfaces, with per-tick pacing and undo support.
/lightup reload – reloads config/light-up.json/lightup cancel – cancels your active lighting task/lightup undo – undoes your last lighting task/lightup <block> <min_light_level 0–15> <range> <include_skylight true|false> <lightup_type surface|cave|all> – starts a new lighting task/luA JSON file is created on first run:
/config/light-up.json
Inspired by the Spigot/PaperMC plugin LightUp by @LOOHP. See LOOHP/LightUp on GitHub.