For works, need this library:
LightAPI
LightSource is designed to replace the outdated plugin BkrTorchLight. This plugin gives you the ability create dynamic light sources. Starting with the 3.0.0 a plugin forwarded towards lightness.
LightSource is designed to replace the outdated plugin BkrTorchLight. This plugin gives you the ability create dynamic light sources. Starting with the 3.0.0 a plugin forwarded towards lightness.
- Create dynamic lights.
- Custom items that create light.
- Improvement item customization with new "flag" system
- Timer burning & Infinite sources. In the future.
- Mobs and items can emit light. (can be disabled in the settings)
- Open source.
- Download LightAPI and LightSource.
- Place them in your 'plugins' directory
- Start your server
- Stop your server
- Change the configuration of the plugin, if needed
- Start your server and have fun!
Spoiler: config.yml
# LightSource v3.0.0 Configuration
# by BeYkeRYkt
version: 1 //version configuration
add-to-async-lighting-queue: false //Using asynchronous light calculation from LightAPI
updater:
enable: true
repo: BeYkeRYkt/LightSource
update-delay-ticks: 40
view-changelog: false
sources:
update-delay-ticks: 10 //The delay between updates
search:
search-players: true
search-entities: true
search-items: true
search-radius: 20
search-delay-ticks: 5 // The delay between searching updates
Code (Text):
# LightSource v3.0.0 Configuration
# by BeYkeRYkt
version: 1 //version configuration
add-to-async-lighting-queue: false //Using asynchronous light calculation from LightAPI
updater:
enable: true
repo: BeYkeRYkt/LightSource
update-delay-ticks: 40
view-changelog: false
sources:
update-delay-ticks: 10 //The delay between updates
search:
search-players: true
search-entities: true
search-items: true
search-radius: 20
search-delay-ticks: 5 // The delay between searching updates
Spoiler: sources.yml
redstonetorch:
material: REDSTONE_TORCH_ON
lightlevel: 9
flags:
- update:false:true
- delete_light:false
testItem:
material: BEDROCK //Get Material name from Bukkit materials list
lightlevel: 10 //light level
displayname: DEV_TEST //display name for item
flags: // Starting with 3.0.0 was introduced the system of "flags"
// The string looks like this:
// [flag name] : [args1] : [args2] : [infinity args and etc]
// some of the information you can get by using the command /ls info [flag name]
- entity:PLAYER:DROPPED_ITEM
- permission:lightsource.testItem
- world:world:world_nether:world_the_end
- update:true:true
- play_effect:ENDER_SIGNAL:0:1
- play_effect:HEART:0:1
- play_effect:MOBSPAWNER_FLAMES:0:1
- delete_light:true
Code (Text):
redstonetorch:
material: REDSTONE_TORCH_ON
lightlevel: 9
flags:
- update:false:true
- delete_light:false
testItem:
material: BEDROCK //Get Material name from Bukkit materials list
lightlevel: 10 //light level
displayname: DEV_TEST //display name for item
flags: // Starting with 3.0.0 was introduced the system of "flags"
// The string looks like this:
// [flag name] : [args1] : [args2] : [infinity args and etc]
// some of the information you can get by using the command /ls info [flag name]
- entity:PLAYER:DROPPED_ITEM
- permission:lightsource.testItem
- world:world:world_nether:world_the_end
- update:true:true
- play_effect:ENDER_SIGNAL:0:1
- play_effect:HEART:0:1
- play_effect:MOBSPAWNER_FLAMES:0:1
- delete_light:true
- /ls - main commands contains information about plugin
- /ls create [0-15] - Create static light
- /ls delete - delete static light
- /ls update - start checking update
- /ls info [flag name] - getting infomation about flag
- ls.updater - for checking updating
- ls.creatinglight - for /ls [create/delete] command
- When you'll frequently update the chunks, the server begins to lags.
- In some places, there may be problems with the lighting chunks.
- In version 1.8 client can be gone some items. Fixed unfortunately do not know.
- Sorry my english

- Example flag executor.
- empty ?
If you find any bugs, I ask you to write about it in this thread.
![[IMG]](http://proxy.spigotmc.org/009af874d615f1da703bf5f79c295c886b1d3970?url=http%3A%2F%2Fi.mcstats.org%2FLightSource%2FServer%2BLocations.png)
![[IMG]](http://proxy.spigotmc.org/132616d604ec91668cc3a76f266b8b07f3734d45?url=http%3A%2F%2Fi.mcstats.org%2FLightSource%2FGame%2BVersion.png)
![[IMG]](http://proxy.spigotmc.org/fe3e08a19656dbab6fa2c98ce3bc4627cfc6ee35?url=http%3A%2F%2Fi.mcstats.org%2FLightSource%2FServer%2BSoftware.png)
More information from mcstats
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
LightSource is a free Minecraft Java mod. Compatible with Minecraft 1.10. Downloaded 12,567 times (via Spigot). Download it and open it directly in the game.