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
If you’ve enjoyed using this plugin and it’s made your Rust experience better, consider supporting me! Your contributions help me keep these plugins updated, add new features, and create more awesome tools for the community.
Any amount is greatly appreciated! Whether it’s the cost of a cup of coffee or more, every bit helps me dedicate more time to improving the Rust community. Thank you for your support!
Premium Hosting by Rocket Node
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,
"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
- 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!",
"RadiusTooLarge": "<color=#ffc34d>[BiomePlanter]</color>: Radius too large! Maximum allowed radius is <color=#ffcc66>{0}m</color>"
}
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
Thank You For Your Support
Hey there!If you’ve enjoyed using this plugin and it’s made your Rust experience better, consider supporting me! Your contributions help me keep these plugins updated, add new features, and create more awesome tools for the community.
Any amount is greatly appreciated! Whether it’s the cost of a cup of coffee or more, every bit helps me dedicate more time to improving the Rust community. Thank you for your support!
Premium Hosting by Rocket Node