[REQ] Torch burn-out/decay

Discussion in 'Archived: Plugin Requests' started by Astrum, Jul 5, 2011.

  1. Offline

    Astrum

    Hello, I am looking for a plugin that removes placed torches each day/night cycle.
    I would suggest it adds every torch placed (each time one is) to some sort of list then every time the game-time hits 0 replace each item (x,y,z) in the list with air.

    Thanks in advanced Astrum
     
  2. Offline

    Blairjam

    hmm...I'm just diving into java and this seems to be a reasonably easy enough task...ill look into it and tell you what i get
     
  3. Offline

    santanotreal

    Sounds like a relatively easy design, but would take a lot of memory just to time every single torch on the server.
     
  4. Offline

    alta189

    You would need to store it in a flat file or a Database, keeping it in memory is not the best practice
     
  5. Offline

    santanotreal

    This is why I'm not listed as a developer XD
     
  6. Offline

    alta189

    lol :p
     

Share This Page