Goodbye Bukkit! It has been great!
TL;DR I (some no-name DBO Staff) am resigning from my position as BukkitDev Staff, because I no longer approve of Mojang’s actions. Hey...
You'd have to look into this packet: http://wiki.vg/Protocol#Map_Chunk_Bulk . Comphenix has a tutorial on using ProtocolLib in your plugin here.
I think your best bet is to keep the biomes on the server then and just send the client fake packets making it see the desired biome. (I really...
You can only change the biomes of columns in already generated chunks. This does not affect chunks that will be generated after that at all (they...
You can set the biome of a column to a biome in which snow falls and make it rain there, that'll make snow particles appear there.
//... for(int i=0; i<100; i++){ set(p, i%10, i/10); } Edit: DevManABCD , please don't use this in your plugin; just go with 2 loops.
Making it snow in a plains biome (snow particle effects) is impossible with a vanilla minecraft client, it's not server-side, however the forming...
I don't think those are related. Has anyone tried naming the player Dinnerbone and giving him a diffrent UUID (the one you want the skin from)?
Separate names with a comma.