Minecraft SnowControl mod 2026 download
logo
minecraft mod SnowControl

SnowControl

Game Version: 1.8.1
Total Downloads: 7,517
Updated: Dec 16, 2015
Created: Jan 20, 2013
Download SnowControlDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.1.1 beta 35.82 KB Dec 16, 2015 1.8.1 2,417 download SnowControl v1.1.1 betaDownload
v1.1 beta 34.84 KB Sep 18, 2015 1.8.1 742 download SnowControl v1.1 betaDownload
v1.0-beta9.8 beta 33.81 KB Jan 31, 2014 CB 1.7.2-R0.2 1,464 download SnowControl v1.0-beta9.8 betaDownload
v1.0-beta9.7 beta 34.16 KB Jul 10, 2013 1.6.2 912 download SnowControl v1.0-beta9.7 betaDownload
v1.0-Beta9.6 beta 33.31 KB Feb 24, 2013 1.4.7 491 download SnowControl v1.0-Beta9.6 betaDownload
v1.0-Beta9.5 beta 32.17 KB Feb 16, 2013 1.4.7 301 download SnowControl v1.0-Beta9.5 betaDownload
v1.0-Beta9.4 beta 31.60 KB Feb 11, 2013 1.4.7 226 download SnowControl v1.0-Beta9.4 betaDownload
v1.0-Beta9 beta 30.76 KB Feb 3, 2013 1.4.7 249 download SnowControl v1.0-Beta9 betaDownload
v1.0-Beta4 beta 15.84 KB Jan 27, 2013 1.4.7 284 download SnowControl v1.0-Beta4 betaDownload
v1.0-Beta2 beta 14.79 KB Jan 22, 2013 1.4.7 173 download SnowControl v1.0-Beta2 betaDownload
SnowControl v1-Beta1 beta 14.73 KB Jan 20, 2013 1.4.7 258 download SnowControl SnowControl v1-Beta1 betaDownload

Screenshots

Description

Share this:

Makes snow more "real" and configurable, by allowing it to fall "through" leaves (and any other object you want), in addition to allowing snow to accumulate and melt.

Also, when breaking a block with snow on it, the snow will "fall" (similar to sand or gravel) and pile up on any snow that's underneath.

Snow will only accumulate while it's snowing, and can pile up as much as you want.

Snow will also melt (configurable) during the day if it's not snowing. It can melt down to one layer (default), or down to nothing.

Screenshot

WARNING

This plugin is very CPU intensive, and if you have a very large server with many players always on, this plugin may cause lag.
Also, if your server hardware is old and out dated it may also have issues running this plugin.
Having said this, my real server where this is running is a Dual core Xeon @ 3.00GHz with 4GB ram, and haven't had any issues.

Installation

Download jar and place it in your plugins folder. (http://wiki.bukkit.org/Installing_Plugins)

There is always a development version HERE. Please keep in mind that this build may not be working 100%, or even tested, use at your own risk.

Commands/Permissions

commands:
  snowcontrol:
    description: Primary command for SnowControl.
    aliases: [sc]
    usage:
      - /<command> reload - Force the plugin to reload the config file.
      - /<command> addReplace - Adds next clicked block to 'CanReplace' list.
      - /<command> addAccum - Adds next clicked block to 'CanAccumulateOn' list.
      - /<command> addFall - Adds next clicked block to 'CanFallThrough' list.
permissions:
  snowcontrol.reload:
    description: Force the plugin to reload the config file.
    default: op
  snowcontrol.addReplace:
    description: Adds next clicked block to 'CanReplace' list.
    default: op
  snowcontrol.addAccum:
    description: Adds next clicked block to 'CanAccumulateOn' list.
    default: op
  snowcontrol.addFall:
    description: Adds next clicked block to 'CanFallThrough' list.
    default: op

Configuration Defaults

"SnowFall.CheckEvery" is how often each snow eligible block will be checked. It is not recommended to set less than 5 seconds, or if you have a large server with many players, the higher the better.
And then every time a block is checked, there is a chance it can accumulate, or melt based on the config below.

#
#  Settings for Snow Fall
#  blocks can be listed as ID's or their names, 
#  but names must be exactly as seen here: 
#  http://jd.bukkit.org/apidocs/org/bukkit/Material.html
###
SnowFall: #this is only in biomes where snow falls naturally
  CheckEvery: 10 #number in seconds
  AccumulationEnabled: true
  AccumulationChance: 1 #percent 0-100
  MaxAccumulationDefault: 8 # number of 'layers' of snow
  MaxAccumulationOverride: # Must match marerial name exactly
    LEAVES: 3
  MeltingEnabled: true
  MeltingChance: 0.5 #percent 0-100
  MeltDownCompletely: false #If true, snow could disappear during the day
  MinLightLevelToMelt: 11
  ChanceToFallThrough: 80 #percent 0-100
  CanFallThrough: #Air is always assumed
    - LEAVES
  CanReplace: #Air is always assumed
    -
  CanAccumulateOn:
    - BEDROCK
    - BRICK
    - CACTUS
    - CLAY
    - CLAY_BRICK
    - DIAMOND
    - DIAMOND_BLOCK
    - DIAMOND_ORE
    - DIRT
    - EMERALD
    - EMERALD_BLOCK
    - EMERALD_ORE
    - ENDER_STONE
    - GOLD_BLOCK
    - GOLD_ORE
    - GRASS
    - HUGE_MUSHROOM_1
    - HUGE_MUSHROOM_2
    - IRON_BLOCK
    - IRON_ORE
    - LAPIS_BLOCK
    - LAPIS_ORE
    - LEAVES
    - LOG
    - MELON_BLOCK
    - MOSSY_COBBLESTONE
    - NETHER_BRICK
    - NETHERRACK
    - OBSIDIAN
    - PUMPKIN
    - SAND
    - SANDSTONE
    - SMOOTH_BRICK
    - SOIL
    - STONE
    - WOOD
    - WOOL

Wish I had time to Do List

  • Make thrown snowballs create snow patches.
  • Make thrown snowballs cause damage.
  • Make thrown snowballs cause slowdown (freezing effect).
  • Make deeper snow slow down players and/or mobs.
  • Create custom snow related recipes (ideas welcome)

. . . . . . . . . . . . .

This plugin utilizes Hidendra's plugin metrics system, which means some anonymous information will be collected and sent to mcstats.org.
This allows me to track how many servers are actually running the plugin, and the larger user base I have the more likely I am to add features.
If you wish to opt out of this service, it can be done by editing plugins/Plugin Metrics/config.yml

. . . . . . . . . . . . .

I'm no longer actively developing this plugin and am only making changes to keep it compatible with the latest CB versions

Comments

Add a comment