This plugin respawns extra ore nodes near where players mine, providing more ore availability without players needing to travel far.
Recommended Plugins
- Reforestation - Keeps forests dense by replanting trees after they are cut down.
Configuration
JSON:
{
"Version": "1.0.0",
"Delay Before Respawning Ore Nodes Seconds": 60,
"Minimum Number Of Ore Nodes To Spawn": 1,
"Maximum Number Of Ore Nodes To Spawn": 2,
"Chance To Spawn Each Ore Node": 50,
"Minimum Spawn Radius": 5,
"Maximum Spawn Radius": 20,
"Maximum Search Attempts For Spawn Point": 10,
"Check Radius For Nearby Entities": 5
}
Delay Before Respawning Ore Nodes Seconds
- Sets the delay in seconds before additional ore nodes spawn near a mined node.Minimum Number Of Ore Nodes To Spawn
- Defines the minimum number of new ore nodes that can spawn near a mined location.Maximum Number Of Ore Nodes To Spawn
- Sets the maximum number of ore nodes that can appear around a mined area.Chance To Spawn Each Ore Node
- Sets the percentage chance for each ore node to spawn, adding randomness to the process.Minimum Spawn Radius
- Defines the minimum distance from the original node where new ore nodes can appear.Maximum Spawn Radius
- Specifies the maximum radius around the mined node for spawning new nodes.Maximum Search Attempts For Spawn Point
- Limits the number of attempts to find a valid spawn point for new nodes.Check Radius For Nearby Entities
- Sets the radius around a potential spawn point to check for nearby entities.