betterphp / SkylandsPlus

A plugin for Bukkit based Minecraft server that adds a floating island dimension similar to the old skylands.
http://dev.bukkit.org/server-mods/skylandsplus/
17 stars 30 forks source link

SkylandsPlus + The End #25

Closed nebetsu closed 12 years ago

nebetsu commented 12 years ago

I want to use the normal SkylandsPlus generator with The End, but whenever I do, it just does the Nether generation. Can you make this toggleable somehow, please? :D

betterphp commented 12 years ago

Support for the end is coming soon, if you want the normal end then don't specify a generator. The reason you get the nether is because the logic that decides which generator to use is

if (normal_world){
    // do normal world stuff
}else{
    // do nether stuff
}
nebetsu commented 12 years ago

But I want the plain, "SkylandsPlus" generator for The End. It's easy to make another "The End" with the normal "The End" endstone generation.:P

betterphp commented 12 years ago

That is what the end support will be. So you have to wait a few days :D

nebetsu commented 12 years ago

Few days? Awesome! :D

betterphp commented 12 years ago

3 days later.. Done :D

nebetsu commented 12 years ago

When well it be up on the site to download?

betterphp commented 12 years ago

I uploaded it 5 hours ago... gotta love slow approval of files. Here is a direct link http://dev.bukkit.org/media/files/598/410/SkylandsPlus.jar

nebetsu commented 12 years ago

Haha. Thanks man. You rock. :)

nebetsu commented 12 years ago

I just gave this a run. http://i.imgur.com/pSeQR.jpg

While this is exceedingly cool, I was more looking for the regular SkylandsPlus generation (the one that happens in the overworld) available in The End. :P

betterphp commented 12 years ago

Oh ! Why on Earth would you want that ! I guess I can make it a config option to force one of the environment types :)

betterphp commented 12 years ago

I'll have a go after Game of Thrones :)

nebetsu commented 12 years ago

"Oh ! Why on Earth would you want that !" http://www.youtube.com/watch?v=Bim5paqNAac

Just figured it was a cool idea for a Skylands. I like the idea of monsters always spawning, making the floating islands dangerous. Plus it eliminates the whole "void fog" problem. :P

nebetsu commented 12 years ago

:/

betterphp commented 12 years ago

Sorry I decided against it in the end.