Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
A collection of trees for a Real Life plugin.
This is a tree collection of 14 different trees with growth steps primarily for a RealLife plugin. You will get a zip file with the schematic file as well as ready to use yml structure files which can be used in the Real Life plugin by dropping them in the /RealLife/structures/trees folder.

This are all the trees in the zip file, the orange and lime blocks are the boundaries for each of the trees.
Here is an example yml config file if you're going to be using this for Real Life plugin:
# The growth time is in seconds.
# The structure files should be in the /RealLife/structures/trees folder.
growth:
enabled: true
# Rotation modes:
# NONE - stay the same.
# FOUR - rotate 90 degrees.
# ALL - rotate freely.
rotation_mode: ALL
trees:
OAK_SAPLING:
tree1:
structure: "oak_1"
growth-time-min: 200
growth-time-max: 300
tree2:
structure: "oak_2"
growth-time-min: 260
growth-time-max: 380
BIRCH_SAPLING:
tree1:
structure: "birch_1"
growth-time-min: 180
growth-time-max: 260
tree2:
structure: "birch_2"
growth-time-min: 210
growth-time-max: 320
tree3:
structure: "birch_3"
growth-time-min: 250
growth-time-max: 360
SPRUCE_SAPLING:
tree1:
structure: "spruce_1"
growth-time-min: 260
growth-time-max: 380
tree2:
structure: "spruce_2"
growth-time-min: 300
growth-time-max: 450
tree3:
structure: "spruce_3"
growth-time-min: 340
growth-time-max: 720
DARK_OAK_SAPLING:
tree1:
structure: "dark_oak_1"
growth-time-min: 420
growth-time-max: 620
JUNGLE_SAPLING:
tree1:
structure: "jungle_1"
growth-time-min: 380
growth-time-max: 560
ACACIA_SAPLING:
tree1:
structure: "acacia_1"
growth-time-min: 240
growth-time-max: 360
CHERRY_SAPLING:
tree1:
structure: "cherry_1"
growth-time-min: 220
growth-time-max: 320
tree2:
structure: "cherry_2"
growth-time-min: 260
growth-time-max: 400
MANGROVE_PROPAGULE:
tree1:
structure: "mangrove_1"
growth-time-min: 360
growth-time-max: 540