Configuration

Commands

/sed is equivalent to /sedimentology.

/sedimentology stats

Display statistics from the plugin. The plugin keeps internal counters for modifications made and attempts, and this command allows you to display those statistics.

/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. This command was added in version 9.

/sedimentology blocks <integer>

Modify the number of blocks per cycle that the plugin will attempt to consider for modification. Note that due to the various factors involved, this number will almost never equal the number of modifications made per cycle - but increasing it will accelerate the erosion process.

/sedimentology protect <boolean>

This option was removed in Sedimentology-6. Instead, the flag can be specified from the config.yml file instead.

/sedimentology list

List the worlds that will get the effects of this plugin

/sedimentology enable <world>

/sedimentology disable <world>

Enable or disable the effects of this plugin for a particular world.

/sedimentology help

Displays a help message describing the commands available.

All these plugins require the sedimentology permission.

config.yml

Sedimentology uses the standard config.yml method to store settings. The following fields are known by the plugin, and may be overwritten if you change settings in the game (default settings shown here):

blocks: 10
snowblocks: 10
ticks: 1
protect: true
worlds:
- world
  • blocks: modifies the amount of attempts per world that the plugin makes each interval to modify the world. The higher the number, 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 mean more time in between plugin doing things.
  • protect: Enable Factions or Towny protection, if present. If Factions or Towny are not present, has no effect - disabling all protection.
  • worlds: A list containing worlds that should be modified by the plugin. Worlds should be specified with a leading hyphen, one per line. Use the command if unsure about the format instead.

Comments

Posts Quoted:
Reply
Clear All Quotes