diff --git a/README b/README index 5ba03dc..00255a9 100644 --- a/README +++ b/README @@ -52,6 +52,15 @@ factors involved, this number will almost never equal the number of modifications made per cycle - but increasing it will accelerate the erosion process. + /sedimentology snowblocks + +Modify the number of blocks per cycle that the plugin will +attempt to consider for snow accumulation. Snow only accumulates +in proper conditions and daylight exposure will melt snow stacks +down slowly. Snow growth and melt can happen in protected regions, +and the thickness of the snow cover influences the erosion speed +of involved blocks. + /sedimentology protect This option was removed in Sedimentology-6. Instead, the flag can be @@ -82,6 +91,7 @@ overwritten if you change settings in the game (default settings shown here): blocks: 10 +snowblocks: 10 ticks: 1 protect: true worlds: @@ -94,6 +104,15 @@ the more blocks will move or decay. If 0, the plugin is effectively disabled. High numbers can cause lag and a high server load. Numbers above 500 are not advised for deployment even with high end servers. +- snowblocks: + modifies the amount of attempts per world that the plugin +makes each interval to stack/melt snow. The higher the number, the +faster snow will accumulate to the maximum level, and the faster it +will melt. In general, due to the weather cycle in minecraft, the +default setting will cause snow to accumulate but not melt away. Higher +settings will cause snow levels to fluctuate more wildly between thick +covers and green ice plains. + - ticks: modifies the interval, in minecraft ticks, that the plugin will run as. There are 20 minecraft ticks in a second. Higher values @@ -121,6 +140,12 @@ While I tested Factions and WorldGuard support thoroughly, I can't currently test Towny integration, so feedback appreciated if you can test this for me, and the result is as expected. +Tested are these versions: +- Factions 1.6.9.5 +- Factions 2.3.0 with mcore 7.0.1 +- Towny 0.84.0.9 +- WorldGuard 5.8 + Bugs / Code For bugs, tips, donations please feel free to contact me: Auke Kok - auke@foo-projects.org diff --git a/config.yml b/config.yml index 310ebf3..46046cf 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,5 @@ blocks: 10 -snowblocks: 100 +snowblocks: 10 ticks: 1 protect: true worlds: diff --git a/plugin.yml b/plugin.yml index 4f088fa..ae6e1b1 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,6 +1,6 @@ name: Sedimentology main: org.foo_projects.sofar.Sedimentology.Sedimentology -version: 8 +version: 9 softdepend: [Factions, Towny, WorldGuard] commands: sedimentology: