BlockRegen - Regen blocks

This is a discussion topic for the Ore project, BlockRegen. View the full project on Ore for downloads and more information.


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

A new version has been released for BlockRegen, it is available for download here.


Regen blocks

A new version has been released for BlockRegen, it is available for download here.


Add data save

Can you explain what Block Weight does?

The rate to place the block

I’m trying to use your blockregen and it doesn’t work for me, any mistakes? I put on air bedrock and it is not replaced

Paste your config

Hello, I downloaded this plugin because I want to create a mine that regenerates ores (like prison mines)
but It doesn’t seem to work
Does this mod has some type of documentation or something that could guide me?

Just simple config. Read the comment can help you (Maybe).
Don’t work? Detail (Operation, config, etc.)

sorry for late response. but got the plugin working. thanks for the help either way
the problem was that I was configuring the config file the wrong way

1 Like