Overview
Allow players to randomly spawn (plant), biome-specific trees and vegetation with intelligent spacing and terrain validation. Features both planting and removal capabilities with configurable options.
Features
- Smart biome detection for appropriate tree selection.
- Configurable random tree planting across all biomes.
- Intelligent placement system avoiding invalid locations.
- Comprehensive tree removal feature.
- Supports all major biomes: Arctic, Tundra, Temperate, and Arid.
Permissions
biomeplanter.use
Chat Commands
/bpa [radius] - Plants trees within specified radius (default 50m)
/bpr [radius] - Removes ALL trees within radius including world spawned (default 10m)
Configuration
{
"TreeDensityMultiplier": 0.4,
"DefaultRadius": 50.0,
"MinimumSpacing": 5.0,
"MaxRadius": 1000.0,
"SpawnAttempts": 10,
"EnforceBiomePlantType": true,
"EnforceLocationRestriction": true
}
Configuration Settings Explained
- TreeDensityMultiplier: Controls how densely trees are planted
- DefaultRadius: Default planting radius when none specified
- MinimumSpacing: Minimum distance between planted trees
- SpawnAttempts: Number of attempts to find valid spawn positions
- EnforceBiomePlantType: When true, only spawns biome-specific trees
- EnforceLocationRestriction: When true, validates spawn positions
Caveats and Disclaimers
-
Using a large radius for planting or removing foliage and trees can cause server lag / FPS drop. Please use responsibly.
Localization
{ "NoPermission": "<color=#ffc34d>[BiomePlanter]: You do not have permission to use this command.", "NoTrees": "<color=#ffc34d>[BiomePlanter]: No suitable trees found for this biome.", "CannotPlant": "<color=#ffc34d>[BiomePlanter]: You cannot plant trees here. Try a different location.", "TreesRemoved": "<color=#ffc34d>[BiomePlanter]: Removed <color=#b0fa66>{0} trees within <color=#ffcc66>{1}m radius", "TreesPlanted": "<color=#ffc34d>[BiomePlanter]: <color=#b0fa66>{0} trees planted within a <color=#ffcc66>{1}m radius!", "RadiusTooLarge": "<color=#ffc34d>[BiomePlanter]: Radius too large! Maximum allowed radius is <color=#ffcc66>{0}m" }
Supported Trees by Biome
- Arctic: Snow-covered pines and firs
- Tundra: Birch and pine varieties
- Temperate: American beech, oak, and mixed forest trees
- Arid: Palm trees and cacti
Support
Join our Dark Side Development Discord for support and updates.