Inactive [MECH]Torchlight v0.1BETA - Torches emit light while held [818]

Discussion in 'Inactive/Unsupported Plugins' started by Snowl, Jun 5, 2011.

  1. Offline

    Snowl

    Torchl[​IMG]ght v0.1BETA (Experimental)

    Based on Flashlight by tkelly.​
    Torchlight is a plugin where if holding a torch/lava/fire you will emit a radius of light around you, without needing to place an item. (useful for spelunking!)​
    To use, equip any of these item id's: 50, 10, 11, 51, 76, 89, 90, 91, 94, 327​
    Updated version:​
    http://forums.bukkit.org/threads/me...light-while-held-818.19977/page-4#post-460479
    Features:
    • Certain items emit light
    • Anti-Lag feature built in so it doesn't execute every second.
    Bugs:
    • Sometimes doesn't work if you can see the sky? Need to look into how to fix this
    • If it works outside, it may leave a block-light glitch. Resetting doesn't work and you need to manually reset the chunk lighting (place a block)
    • If used on water surface while night and you can see the sky, the light remains
    Changelog:
    Version 0.1BETA​
    • Initial commit​
    • Fixed torch placing so it actually stays on​
    • Added anti-lag​
     

    Attached Files:

    Jfed, KittyMao, embty and 2 others like this.
  2. Offline

    insanj

    Same error, and the source is not included in the .jar! Why you lie to me like that. :(
     
  3. Offline

    Zea

    I've noticed that on snow blocks (actual building block, not the snow from snowy weather), the snow is destroyed with a torch in hand with this mod on. Aside that I really do like this mod, and if you could fix that, it would be great!
     
  4. Offline

    Wiinick

    I have a suggestion for you. Having that kind of lighting is performance intensive for a server.(if many ppl are using it) May i suggest a better way. Basically when u equip the torch it emits light, but the light wont follow you. It will only update when u reach the end of the light emitted then re-update the lighting. I find this better. You have to choose between practicality and performance. Well this makes it so u can have the best of both worlds. Let me know if u think this is a good idea. I think it would be great if u could add this.
     
  5. Offline

    aurel2108

    It's look nice, i'll try this now.
     
  6. Offline

    ಠ_ಠ

    same player movement error as everyone else :\ sadness
     
    insanj likes this.
  7. Offline

    Fujiwara

    Nothing but errors, would like to add to our server. Can you update it please?
     
    Vision and insanj like this.
  8. Offline

    EmanuxJade

    permissions?
     
    Vision likes this.
  9. Offline

    Mohye

    It looks really good, i'll download this when the bugs will be fixed and permission support added!
     
  10. Offline

    Flashdead

    Please update to version 953...
     
  11. Offline

    Spyguy437

    whats wrong?

    [SEVERE] Could not pass event PLAYER_ITEM_HELD to TorchLight
    java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.j(III)I
    at davidDiaz.TorchLight.TL.LightUp(TL.java:90)
    at davidDiaz.TorchLight.TLPlayer.onItemHeldChange(TLPlayer.java:42)
    at org.bukkit.plugin.java.JavaPluginLoader$17.execute(JavaPluginLoader.java:356)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:644)
    at net.minecraft.server.Packet16BlockItemSwitch.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-06 15:00:36 [SEVERE] Could not pass event PLAYER_MOVE to TorchLight
    java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.j(III)I
    at davidDiaz.TorchLight.TL.LightUp(TL.java:90)
    at davidDiaz.TorchLight.TLPlayer.onPlayerMove(TLPlayer.java:71)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)


    EDIT: I just relised that its not for the latest one, can you update?
     
  12. Offline

    EmanuxJade

    plugin are really bugged i got a lot errors every seconds in console..

    Code:
    2011-07-06 14:47:39 [SEVERE] Could not pass event PLAYER_ITEM_HELD to TorchLight
    java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.j(III)I
            at davidDiaz.TorchLight.TL.LightUp(TL.java:90)
            at davidDiaz.TorchLight.TLPlayer.onItemHeldChange(TLPlayer.java:42)
            at org.bukkit.plugin.java.JavaPluginLoader$17.execute(JavaPluginLoader.java:356)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:644)
            at net.minecraft.server.Packet16BlockItemSwitch.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  13. Offline

    dbizzzle

    This looks great except still a few too many bugs before I would want to download, keep up the good work though!
     
  14. Offline

    SAGE221

    Same movment problem as others, please help.
     
  15. Offline

    Vision

    Update this please, my users used to love this plugin.
     
  16. Offline

    Bitbott

    I will give one imaginary cookie to the person that gets this working again.
     
  17. Offline

    sukosevato

    I would also love to see this working again!
     
  18. Offline

    steven_archer

    I seem to be getting these errors when using it:
    [SEVERE] Could not pass event PLAYER_ITEM_HELD to TorchLight
    (...)
    [SEVERE] Could not pass event PLAYER_MOVE to TorchLight
    (...)

    (Check the spoiler for the full version of the error)
    Full Error Log (open)
    2011-07-08 17:42:34 [SEVERE] Could not pass event PLAYER_ITEM_HELD to TorchLight
    java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.j(III)I
    at davidDiaz.TorchLight.TL.LightUp(TL.java:90)
    at davidDiaz.TorchLight.TLPlayer.onItemHeldChange(TLPlayer.java:42)
    at org.bukkit.plugin.java.JavaPluginLoader$17.execute(JavaPluginLoader.java:356)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:644)
    at net.minecraft.server.Packet16BlockItemSwitch.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-08 17:42:34 [SEVERE] Could not pass event PLAYER_MOVE to TorchLight
    java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.j(III)I
    at davidDiaz.TorchLight.TL.LightUp(TL.java:90)
    at davidDiaz.TorchLight.TLPlayer.onPlayerMove(TLPlayer.java:71)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:163)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  19. Offline

    ostepop2211

    UPDATE!!!!!!!!!!!!!!!
    plz
     
  20. Offline

    Mysterion

    a update would be very nice.
    thx
     
  21. Offline

    Munkyman587

    Please update D=
     
  22. Very good plugin. Creator, please update it! Thanks.
     
  23. Offline

    compgurusteve

    Get satisfaction! Help support on the [REQ] forums!
    http://forums.bukkit.org/threads/req-new-dev-for-torchlight.25552/


    @pogo@Munkyman587@Mysterion@ostepop2211@steven_archer@sukosevato@Bitbott@Vision@SAGE221@dbizzzle@EmanuxJade@Flashdead@Fujiwara

    Get satisfaction! Help support on the [REQ] forums!
    http://forums.bukkit.org/threads/req-new-dev-for-torchlight.25552/

    @David Diaz@insanj@Zea@casso@Ch3st3r@Supergopherking@Chuckster@JanTTux@ipaqmaster@superbomb17@Ziden

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  24. Offline

    Paah

    Updated for CB953.
    If David has anything against this then I will remove the file, but as there has been no response him and many people want this I'll post it here.

    E: New version for 1.8.1 CB#1185
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 27, 2016
  25. Offline

    compgurusteve

     
    Last edited by a moderator: Nov 27, 2016
  26. Offline

    NachoDuck

    Works for me.
     
  27. Offline

    Paah

    I see no problem with it.
     
  28. Offline

    compgurusteve

    Q.Q It's....beautiful! XD Thank you so much!
     
  29. Offline

    superbomb17

    @Paah
    nice thnx a lot
     
  30. Offline

    JD3V3N3Y

     
    Last edited by a moderator: Nov 27, 2016
  31. Offline

    Starrk

    Same here, but it's still better than nothing.
     

Share This Page