I was looking for a plugin for Bukkit to make wool glow when powered, there did not seem to be any. So like a crazy person I decided to try and make one. Luckily there is a good tutorial on the basics of plugin development http://wiki.bukkit.org/HUGE_Plugin_Tutorial so using that, I made a plugin that makes wool blocks change to wood when powered. At the time (1AM) this felt like an amazing achievement. I then had a go at making the light level for that block change, much harder ! But by decompiling http://forums.bukkit.org/threads/mech-p ... -740.9601/ I found a way to do it, now wool blocks flash when powered and I am totally stuck on how to make the light persist.
At the risk of sounding entirely lame, this is what I love about programming, being stuck
