Configuration

Configuration

Commands

the plugin knows one command with several subcommands: /bot or /botany

/botany stats

Display statistics about plant growth.

/botany enable|disable <world>

Enable or disable the plugin for the listed world

/botany list

List the worlds that the plugin will grow plants in

/botany scan

Display a statistical analysis of the area around you and what plants are growing there

Permissions

botany

Allows use of the botany command. Default: op

config.yml

The default values defined in the config.yml are:

blocks: 1
ticks: 1
density: 1.0
saplings: true
cacti: true
trees: false
protect: true
protect_factions: true
protect_towny: true
protect_worldguard: true
protect_residence: true
worlds:
- world

Explanation of each parameter:

  • blocks: how many attempts per tick are made to plant a new plant.
  • ticks: interval (minecraft ticks) between planting attempts (1/20 of a second)
  • density: scale each plant density with this factor - values between 0.0 and 1.0 mean lower plant densities, values higher than 1.0 mean higher plant densities.
  • saplings: enable planting of saplings
  • cacti: enable planting of cacti
  • trees: plant whole trees instead of saplings. This prevents saplings from being placed in a place where they can't grow due to space, and also allows mega trees and tall jungle variants to grow, proper swap trees, etc. (This is an experimental option and not recommended)
  • protect: enable all protection plugins. If this is disabled the other protect_* options have no effect.
  • protect_factions: enable factions protection
  • protect_towny: enable towny protection
  • protect_worldguard: enable worldguard protection
  • protect_residence: enable residence protection
  • worlds: a list of worlds that Botany will consider planting in

Comments

Posts Quoted:
Reply
Clear All Quotes