Through what time, stops working? Any errors in the logs? I tested the plugin on my home server for 2 hours with about 100 springs and had no problems.
Hello. I have result of my testing. Plugin stops working after ClearLagg plugin deleting some items from the floor. 100% sure about this.
I believe what Zomblad is referring to that at some point the sources stop producing light. I've found if I reload with plugman (/plugman reload lightsource) the sources will glow again. There are no errors on the console. On my server clearlagg is not removing drops so that is not the cause. I'm sry that I can't be more helpful. If I find any useful info I'll let you know. Would you like to have some fun this Halloween? Remember the Halloween easter egg? Try adding this to your sources.yml: pumpkin: material: 'PUMPKIN' lightlevel: 15 flags: - update:false:true - delete_light:false Glowing zombies http://prnt.sc/cvydzj
How would a person specify a placed block as a light source? Is this possible? I've been wishing mc had a decorative light source that comes in all 16 colors. I'm thinking if I used LightSource to make colored glass a source this would give my players a decorative way to light their builds.
Not sure if its the 1.11 update, but this plugin doesnt seem to work. When I hold a torch, no light or effects are emitted from the torch when using the default config files
Hello, when I have installed this plugin, set up the permissions the following issue comes out from the console, but the plugin wont work - can you please help me? thanks 23. 12. 2016 0:39:19 [ERROR] null 23. 12. 2016 0:39:19 org.bukkit.command.CommandException: Unhandled exception executing command 'ls' in plugin LightSource v3.1.0 23. 12. 2016 0:39:19 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:628) ~[craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1278) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1138) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_101] 23. 12. 2016 0:39:19 at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_101] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:695) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:360) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:650) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:554) [craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at java.lang.Thread.run(Unknown Source) [?:1.8.0_101] 23. 12. 2016 0:39:19 Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/chat/BaseComponent 23. 12. 2016 0:39:19 at ru.beykerykt.lightsource.LightSource.onCommand(LightSource.java:172) ~[?:?] 23. 12. 2016 0:39:19 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 ... 15 more 23. 12. 2016 0:39:19 Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.chat.BaseComponent 23. 12. 2016 0:39:19 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_101] 23. 12. 2016 0:39:19 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101] 23. 12. 2016 0:39:19 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_101] 23. 12. 2016 0:39:19 at ru.beykerykt.lightsource.LightSource.onCommand(LightSource.java:172) ~[?:?] 23. 12. 2016 0:39:19 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit-1.11.jar:git-Bukkit-c4baa9c] 23. 12. 2016 0:39:19 ... 15 more