Configuration

The most up to date configuration file.

# Do NOT Edit UUID

# storage: SQLITE, YAML, MYSQL
storing-type: SQLITE
mysql:
  host: ''
  port: 3306
  database: ''
  username: ''
  password: ''
  ssl: false

update-check: true
wild-generator: false
crop-click-to-drop: false
auto-replant: true

plant-type:
  low-stem:
    title: "LOW-STEM"
    description: 'Common low plants,||mainly bear berry fruits.'
    min-stage-ticks: 60
    max-stage-ticks: 3000
  tall-stem:
    title: "TALL-STEM"
    description: 'Tough and tall stem,||mainly grow grains and beans.'
    min-stage-ticks: 120
    max-stage-ticks: 6000
  climber:
    title: "CLIMBERS"
    description: 'Soft and slender stem,||need to climb objects to grow.'
    min-stage-ticks: 180
    max-stage-ticks: 9000
  tree:
    title: "ARBOR"
    description: 'Sturdy and towering trunk,||up to several meters in height.'
    min-stage-ticks: 600    
    max-stage-ticks: 30000
  custom-tree:
    title: "PALMAE"
    description: 'Cylindrical slender trunk, leaves like feathers||and concentrated on the top of the trunk.'
    min-stage-ticks: 300
    max-stage-ticks: 15000
    
uuid: []

Last updated