Reforestation

Oxide Reforestation 1.3.0

Sign in to download
This plugin helps keep your map from looking dull and dead by automatically planting new trees after existing ones are harvested. This ensures forests remain dense and don’t become barren as players chop them down throughout the wipe.


Tree Replanting

When a player cuts down a tree, the plugin schedules a new tree to be planted after a short delay. It searches for a suitable spot near the original tree and plants a tree of the same type in that spot, maintaining the natural look of the forest.

Trees are categorized by their type and the biome they belong to. Below are the tree types organized by their respective biomes:
  • TundraBirchBig
  • TundraBirchLarge
  • TundraBirchMedium
  • TundraBirchSmall
  • TundraBirchTiny
  • TundraPineDead
  • TundraPine
  • TundraPineSapling
  • TundraDouglasFir
  • TempAmericanBeech
  • TempBirch
  • TempPine
  • TempOak
  • AridPalm
  • Swamp
  • ArcticDouglasFir
  • ArcticPine
  • ArcticPineDead
  • ArcticPineSapling

Recommended Plugins

  • Remineration - Spawns additional ore nodes close to mined spots.

Configuration

JSON:
{
  "Version": "1.3.0",
  "Delay Before Planting Trees Seconds": 60.0,
  "Minimum Number Of Trees To Plant": 1,
  "Maximum Number Of Trees To Plant": 3,
  "Chance To Plant Each Tree": 50,
  "Minimum Search Radius For Planting Site": 5.0,
  "Maximum Search Radius For Planting Site": 30.0,
  "Maximum Search Attempts For Planting Site": 10,
  "Allowable Distance From Nearby Trees": 2.0,
  "Building Check Radius": 5.0,
  "Excluded Biomes": [
    "Arid"
  ]
}
  • Delay Before Planting Trees Seconds - The delay in seconds before new trees are planted after a tree is harvested.
  • Minimum Number Of Trees To Plant - The minimum number of trees to be planted each time.
  • Maximum Number Of Trees To Plant - The maximum number of trees to be planted each time.
  • Chance To Plant Each Tree - The percentage chance to plant each tree. Values range from 0 (no chance) to 100 (always plant).
  • Minimum Search Radius For Planting Site - The closest distance from the tree’s original position where the plugin will start searching for a suitable new planting location.
  • Maximum Search Radius For Planting Site - The farthest distance from the tree’s original position within which the plugin will search for a new planting location.
  • Maximum Search Attempts For Planting Site - The maximum number of attempts to find a suitable planting site.
  • Allowable Distance From Nearby Trees - The minimum distance required from nearby trees to plant a new tree.
  • Building Check Radius - The distance within which buildings are checked to prevent new trees from spawning inside or too close to them.
  • Excluded Biomes- Trees cut down in these biomes will not be automatically replanted. The biomes include:
    • Arid
    • Arctic
    • Tundra
    • Temperate
Author
VisEntities
Downloads
116
First release
Last update

Ratings

0.00 star(s) 0 reviews

Also by VisEntities

Latest updates

  1. 1.3.0

    Fixed an issue where trees cut down by fast tools, like chainsaws, would trigger multiple...
  2. 1.2.4

    Removed more deprecated tree prefabs.
  3. 1.2.3

    Prevent planting trees in water.
Back
Top