i was thinking the same, but this could be pretty buggy, maybe i should wait till bukkit 1.2 comes out. There will be a change that the get...
They have! Look in the Biome enum in the source code, you i'll find the following biomes: FROZEN_RIVER and RIVER
Good thinking but not the problem. I dont generate rivers, i'm talking about the default minecraft biome generation. How should i populate a block...
I do something similar, i scan the complete chunk and calculate the average biome. But if i use this information my ice oceans would be very...
hi, i'm building a world generator plugin but i have this small problem: All tree types work, they generate as they should be but it seems that...
I have a strange problem with my world generation plugin, i generate ice on the following biomes, Biome.TAIGA, Biome.TAIGA_HILLS,...
Oke, thanks!
Bukkit gets the sea level like this: this.seaLevel=this.height/2-1; in net.minecraft.server World.java I know the sea level won't chance...
I'm developing something like you want, because i also like islands =) http://dev.bukkit.org/server-mods/islands/
I don't understand the problem exactly, So you want the block in front of the sign not to be protected?
Won't work when the players don't have spout, those players will just see the normal tooltip.
I don't blame you;)
Creating a new list for every block break wouldn't be very efficient =) So your pretty right when saying its not the best way. And instead of...
You where a moment to late posting this =)
Which block do you want to be protected, the block behind it and to block under it? @EventHandler(priority = EventPriority.NORMAL) public void...
Separate names with a comma.