Allow players to spawn (plant), biome-specific trees and vegetation with intelligent spacing and terrain validation. Features both planting and removal capabilities with configurable options.
Features
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
Configuration Settings Explained
Supported Trees by Biome
Join our Dark Side Development Discord for support and updates.
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.
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
JSON:
{
"TreeDensityMultiplier": 0.4,
"DefaultRadius": 50.0,
"MinimumSpacing": 5.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
- Using a large radius for planting or removing foliage and trees can cause server lag / FPS drop. Please use responsibly.
JSON:
{
"NoPermission": "<color=#ffc34d>[BiomePlanter]</color>: You do not have permission to use this command.",
"NoTrees": "<color=#ffc34d>[BiomePlanter]</color>: No suitable trees found for this biome.",
"CannotPlant": "<color=#ffc34d>[BiomePlanter]</color>: You cannot plant trees here. Try a different location.",
"TreesRemoved": "<color=#ffc34d>[BiomePlanter]</color>: Removed <color=#b0fa66>{0}</color> trees within <color=#ffcc66>{1}m</color> radius",
"TreesPlanted": "<color=#ffc34d>[BiomePlanter]</color>: <color=#b0fa66>{0}</color> trees planted within a <color=#ffcc66>{1}m</color> radius!"
}
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
Join our Dark Side Development Discord for support and updates.