BlockRegen
Regen block customize
Requirements
Commands
None
Permissions
None
Config
# Different worlds' config
worlds {
    world {
        "minecraft:emerald_ore" {
            # Weight of types
            blockWeights {
                "minecraft:air"=60
                "minecraft:coal_ore"=30
                "minecraft:diamond_ore"=2
                "minecraft:emerald_ore"=1
                "minecraft:gold_ore"=5
                "minecraft:iron_ore"=10
                "minecraft:lapis_ore"=2
                "minecraft:redstone_ore"=5
                "minecraft:stone"=40
            }
            # Block regen time (seconds)
            regenTime=3000
            # Replace when the block being broken
            replaceWith="minecraft:air"
        }
    }
}
Features
- Block regen type
- Block regen duration
- Placeholder