Floristics is a server plugin which recreates natural plant growth in the world over time. Plants grow in their natural biomes and to approximately their natural density and distribution. This includes all vanilla biomes, growing the appropriate grass, ferns, flowers, trees, seagrass, kelp, lily pads, bamboo, sugarcane, dead bushes, cacti, berry bushes, small and giant mushrooms, pumpkins, melons, chorus trees, and even bee nests.
The distribution of plants is chunk-based using the world seed and biome, meaning that if a chunk regrows poppies, it will always regrow poppies - and if it doesn't it never will. This means the distribution of plants will always be patchy like a generated world, and won't become unnaturally uniform over time. Maximum plant densities are built-in according to biome and type. The aim is that after enough time to regrow, the world will be indistinguishable from vanilla generation.
The config file has the following options:
config-version
- used internally to check for updates to the config file. Do not edit!delay
- the number of ticks between growth cycles. Increase this number to make plants grow more slowly. Default is1
.growth
- the number of attempts per growth cycle. Increase this number to make plants grow more quickly. Default is1
.worlds
- list of worlds growth will occur in. Default isworld
,world_the_end
, andworld_nether
.plants
- section defining whether every plant type can grow, all defaulting totrue
. Plants are listed using the Bukkit material name of an associated block, for exampleOAK_LOG
for oak trees.
The full default config file with comments is here.
Floristics is compatible with some world protection plugins.
By default, growth does not occur in claims. This can be adjusted by the player who owns the claim by using the command /floristics gp
(or /flo gp
):
/floristics gp
- displays whether growth is currently enabled in the claim you're standing in./floristics gp <enable|disable>
- enables or disables growth in the claim you're standing in.
There is a custom floristics
region flag, which defaults to deny
. If the flag is set to allow
, growth will occur in the region.
There is a custom floristics
region flag, which defaults to false
. If the flag is set to true
, growth will occur in the region.
By default, growth does not occur in Towns. This can be adjusted by the mayor by using the command /floristics towny
(or /flo towny
):
floristics towny
- displays whether growth is currently enabled in the Town you're standing in.floristics towny <enable|disable>
- enables or disables growth in the Town you're standing in.