Skip to content

Minecraft Spigot plugin that lets you see light levels of nearby blocks.

Notifications You must be signed in to change notification settings

jordankothe9/Eternal-Light

 
 

Repository files navigation

Eternal Light

Visually see light levels on your minecraft server!



Quick Links

Permissions

To set the permissions, open the file permissions.yml in the spigot directory (the one that contains spigot.yml and bukkit.yml) and paste the following:

eternallight.admin: 
  default: true
eternallight.use:
  default: true
eternallight.mode: 
  default: true

You can see the available options in the documentation to the permissions.yml file. If you are using a permission plugin, refer to its documentation instead.

Commands

  • /eternallight reload Reloads the plugins config file.
  • /eternallight version Checks the plugins version.
  • /eternallight renderdistance <distance> Changes how far out it renders light points. This will cause expetentually more load the larger it is.
  • /lightlevels or /ll Toggles the light level display.
  • /lightlevels mode [mode] Toggles between the active modes for the light level display.

Display Methods

  • All Renders yellow where hostile mobs can spawn at night, red where they can spawn at any time, and green where they cannot spawn.
  • Lightlevels Renders a smooth light level indicator. (looks pretty)
  • Spawnable Renders red and yellow particles to show where hotile entities can spawn. Does not show any particles where hostile mobs cannot spawn.





About

Minecraft Spigot plugin that lets you see light levels of nearby blocks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%