Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
v9
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed Jan 11, 2014
1 parent 0196cbb commit a6218b8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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 <integer>

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 <boolean>

This option was removed in Sedimentology-6. Instead, the flag can be
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blocks: 10
snowblocks: 100
snowblocks: 10
ticks: 1
protect: true
worlds:
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Sedimentology
main: org.foo_projects.sofar.Sedimentology.Sedimentology
version: 8
version: 9
softdepend: [Factions, Towny, WorldGuard]
commands:
sedimentology:
Expand Down

0 comments on commit a6218b8

Please sign in to comment.