Glitchfinder / EnderSpawn

A bukkit plugin that manages Enderdragons in The End.
GNU General Public License v3.0
5 stars 3 forks source link

Respawn the health crystals #5

Open robyxx opened 11 years ago

robyxx commented 11 years ago

As without the crystals the dragon is not so much of a threat. :-)

Glitchfinder commented 11 years ago

I've looked into this before, and discarded the idea. There are basically three ways I can do this. The first is to scan every chunk near spawn in the end for bedrock and place one on each block. This is, very, very time consuming, and would result in very bad things if someone did something like make a building out of bedrock in the area. (Which, considering the location, is not out of the question.) The second is to require that to respawn them, you start a fresh end. While this isn't exactly a bad thing for a small server, a server with established structures in the end would be hit hard by that. And finally, the third requirement is that someone run a command, then proceed to fly around smacking blocks where they should spawn, then run the command again. None of these are particularly good options, which is why I never implemented the feature.