Installation
Download the latest version of
BlockRegen.jar
.Place the
BlockRegen.jar
file into your server's/plugins
directory.(Optional) If you want WorldGuard, ItemsAdder, or MMOItems integration, ensure those plugins are also installed. BlockRegen will automatically detect them.
Restart or reload your server. A new
BlockRegen
folder containingconfig.yml
,blocks.yml
, andregions.yml
will be generated.Open the configuration files to customize the plugin. Start with
config.yml
for general settings, then define your blocks inblocks.yml
.Run the command
/blockregen reload
in-game or from the console to apply your changes.
Getting Started: Creating a Regen Region
The core mechanic of the plugin is the "Regen Region." Blocks will only regenerate if they are inside one of these regions.
Get the Wand: Type the command
/blockregen wand
. You will receive the "Region Selection Wand."Select Position 1: Left-click a block with the wand to set the first corner of your region.
Select Position 2: Right-click a block with the wand to set the second corner. This will create a 3D cuboid selection.
Save the Region: Use the command
/blockregen save <region_name>
. Replace<region_name>
with a unique name for your region (e.g.,/blockregen save DiamondMine
).
That's it! Any blocks within this newly created region that are configured in blocks.yml
will now regenerate after being broken.
Last updated