Installation

  1. Download the latest version of BlockRegen.jar.

  2. Place the BlockRegen.jar file into your server's /plugins directory.

  3. (Optional) If you want WorldGuard, ItemsAdder, or MMOItems integration, ensure those plugins are also installed. BlockRegen will automatically detect them.

  4. Restart or reload your server. A new BlockRegen folder containing config.yml, blocks.yml, and regions.yml will be generated.

  5. Open the configuration files to customize the plugin. Start with config.yml for general settings, then define your blocks in blocks.yml.

  6. 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.

  1. Get the Wand: Type the command /blockregen wand. You will receive the "Region Selection Wand."

  2. Select Position 1: Left-click a block with the wand to set the first corner of your region.

  3. Select Position 2: Right-click a block with the wand to set the second corner. This will create a 3D cuboid selection.

  4. 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