All Weather

Discussion in 'Plugin Requests' started by icedmoca, Apr 16, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    icedmoca

    Suggested Name: All Weather

    Suggested Minecraft Version: 1.9.2 or 1.9

    Category: Add-on

    What I'd like: When you do /allweather it will make it so anywhere in the world it would rain and snow in the same place. So basically i guess it would change the biome from ocean-{It rains in ocean} then the next time it storms it would change the whole world biome to-{tundra} so it snows! Im just guessing how you guys would do it but I'm not sure. Also can it do snow every 5mins and it will snow for 10mins and after 10 mins of snow it will not have any rain or snow for 8mins then it will rain for 7mins and repeat and repeat forever. If you type /allweather it will stop all weather but if issued again it will start all weather.
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Kyleyocats This would be pretty resource heavy, loads of packets, and requires relogs if I am not mistaking to actually change the biome client side.
     
  3. Offline

    icedmoca

    Ok can someone make it where it will relog all clients every 20 mins?
     
  4. Offline

    timtower Administrator Administrator Moderator

    @Kyleyocats Kicking all clients every 20 minutes won't be very good for your playerbase.
     
  5. Offline

    icedmoca

    WAIT I KNOW! We use particles instead of actual rain or snow but it would lag. :( or would it if we disperse the particles?
     
  6. Offline

    timtower Administrator Administrator Moderator

    @Kyleyocats All depends on the methods, my suggestion is still keepibg it with the default biomes or at least not changing them.
     
  7. Offline

    icedmoca

    Would A reload chunk work??

    Code:
     World w = e.getPlayer().getWorld();
    Chunk[] c = w.getLoadedChunks();
    for(int i = 0; i < c.length; i++) {
    w.setBiome(c[I].getX(), c[I].getX(), Biome.ICE_MOUNTAINS);[/I][/I]
    w.refreshChunk(c.getX(), c.getZ());
    }
     
  8. Offline

    timtower Administrator Administrator Moderator

    @Kyleyocats Aak the WorldEdit guys, they have a /biome already.
     
Thread Status:
Not open for further replies.

Share This Page