garbagemule / MobArena

MobArena plugin for Minecraft
GNU General Public License v3.0
195 stars 150 forks source link

Switch / Redstone Device Resetting? #77

Closed ColonelThirtyTwo closed 11 years ago

ColonelThirtyTwo commented 12 years ago

An option to set a switch or redstone torch to a specific value after the arena is over, similar to addcontainer? Useful for resetting piston doors, etc.

garbagemule commented 12 years ago

I think I might be able to work around the underlying issue by registering lever-clicking and such as a "block change" in MobArena. That way, the restore-mechanism would restore it to how it was before it was clicked.

Don't get your hopes up, though, as there's nothing more frustrating to work with in Bukkit than redstone. The block changing doesn't necessarily affect redstone the way you think it would.