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

    Kane

    I assume on large servers this would not be recommended?
     
  3. Offline

    AJ12

    Ha it can be done notch was wrong some one show him this
     
  4. Offline

    thestriker095

    could you add a command to disable it? some users reported lag when using it and want to disable it? (Ex: /torch will toggle it on and off)
     
  5. Offline

    XLighterShadowX

    does this work for #1060?
     
  6. Offline

    Vision

    Requesting move to the inactive forum.

    This plugin is dead.
     
  7. Offline

    jonathanyc

    Whoa - do you have some sort of bone to pick with the author? The plugin still works more-or-less fine, for me.
     
  8. Offline

    Vision

    It doesn't work for me and other people I know and support regarding plugins in terms of compatibility of #1060.
     
  9. Offline

    Vanoi

    The plugin works fine on a clean 1060 with most plugins. You are just having compariblity issues which isn't the fault of the author alone. Yet, I do agree thos is inactive.
     
  10. Offline

    Rellac

    Any chance of having these held toches not melt snow/ice? I've built myself a fancy ice tower, guarded it with worldguard and placed all light souces out of the way.

    But any derp can just waltz in and troll the tower.
     
  11. Offline

    EvanCraft

    Does Not Work on 1000
     
  12. Offline

    mgmmikkel

    This is PERFECT for my Tibia RPG server :D

    Is it possible that you are making a timer on the torches so they burn out? :)
     
  13. Offline

    Drei Gyuu

    Can you make it when you drop the torch in the groud it will light up the area around it? Simillar to flares in real life.

    specially now that 1.8 will be having those ravines, would be lovely to be able to press Q to drop a torch down and it lights up the area around where it lands.
     
  14. Offline

    Vision

    I want this feature too.
     
  15. Offline

    TheMap

    There used to be another one similar to this one that had a timer on it. You would hold the torch in your hand swing it in air to spark it up and it would burn for X amount of minutes before it would die out an be used up. Not sure what happened to that one. I thought it was this for some reason.
     
  16. Offline

    happypumkin

    aw why hasnt it updated :(

    way to insult the dev then ask for something

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

    Vision

    The so-called dev hasn't even been here for months - It was for people eventually forking and updating the plugin to know what features people wants.
     
  18. Offline

    Mercury

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

    cybernetamd

    I believe Notch is adding lanterns. This a great plugin and all but its broken on 1.8.1 unfortunately. I will have to wait for Notches lanterns which will be a nice addition to the game.
     
  20. Offline

    Paah

    Fixed for CB#1185
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 27, 2016
  21. Offline

    Cyrusc

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

    Mercury

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

    Paah

  25. Offline

    yidweahzaimen

    Thank you mate!
    Works however it leaves the glow behind aswell as affecting all other light emitting blocks such as glowstone, redstone torches, and jack-o-lantern's.
     
  26. Sorry haha, yes i did >.< i tried both plugins but both bombard the console with error messages every time you move/jump/quit etc :)
     
  27. Offline

    Paah

    Yeah well it's impossible to get
    java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.b
    error with the new version because such method is not even part of the plugin.
    It obviously means the server is still trying to run the older version.
     
  28. Offline

    Keetveter

    TorchLight isn't working anymore in Bukkit 1185.
     
  29. Offline

    Don Redhorse

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

    Paah

    Nah I just fixed it. Like I did for CB9XX. (Can't recall the number.)
     
  31. Offline

    Sondre Berntsen

    Well, I am grateful for you updating this plugin, but I wish it would work...
    here's the error code I keep getting :(


    Code:
    2011-09-29 21:26:35 [SEVERE] Could not pass event PLAYER_MOVE to TorchLight
    java.lang.NoSuchMethodError: net.minecraft.server.WorldServer.b(Lnet/minecraft/server/EnumSkyBlock;IIII)V
        at davidDiaz.TorchLight.TL.resetLight(TL.java:90)
        at davidDiaz.TorchLight.TLPlayer.onPlayerMove(TLPlayer.java:79)
        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:338)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:180)
        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:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    EDIT: I'm running a CB #1185 with only the TorchLight plugin installed...
     

Share This Page