regenzone.yml
The Regen Zone Manager is nwMVP’s built-in block regeneration system. It controls how blocks and crops regenerate inside territories only.
This system works only when the following is set in config.yml:
regen-block-plugin: "nwmvp"Regen Zones are created via commands, not in this file.
🔄 How Regen Zone Works
When a player breaks a block inside a regen zone:
Block break is detected
Territory and regen zone are checked
Region name is matched against
allow-regen-regionsBlock or crop is matched in group config
Vanilla drops are cancelled
Custom
drop-itemsare givenBlock becomes BEDROCK (or AIR for crops)
After cooldown, block is restored
⏱️ Cooldown
Defines how long (in seconds) blocks take to regenerate.
Applies globally
Recommended:
5–60seconds
📦 Groups
Groups define which blocks regenerate in which regions.
One group → many regions
One region → many groups (first match wins)
Group names must be unique
1️. allow-regen-regions
Defines which territory regions the group applies to.
Must match territory region names exactly
Case-sensitive
2. Blocks (Vanilla Blocks)
The Blocks section defines how standard Minecraft blocks (vanilla blocks) regenerate inside Regen Zones and what items they drop when broken.
This allows you to fully control:
Which blocks can regenerate
What items players receive
How mining behaves inside territory zones
How It Works
When a player breaks a vanilla block inside a regen zone:
The system detects the block break event
Checks whether the block is inside a valid territory regen zone
Confirms the territory region is listed in
allow-regen-regionsMatches the broken block with a configured block in
blocksCancels the default Minecraft drops
Gives the player the configured
drop-itemsTemporarily replaces the block with BEDROCK
After the global
cooldown, the block is restored to its original material
Block Identifier Rules
Must be a valid Minecraft Material enum
Case-sensitive
Use UPPERCASE with underscores
✅ Valid examples:
DIAMOND_ORECOAL_OREIRON_OREEMERALD_ORE
3. Custom Blocks
The Custom Blocks system allows regen zones to work with blocks from other plugins.
Supported plugins:
Nexo
ItemsAdder
CraftEngine
Custom blocks behave exactly like vanilla blocks once configured.
Required Fields
type
Plugin that provides the block
id
Exact block ID used by the plugin
drop-items
Items to drop when broken
Supported Types
nexo
Nexo custom blocks
itemsadder
ItemsAdder custom blocks
craftengine
CraftEngine custom blocks
4️. Crops
Defines crop regeneration behavior.
Crops temporarily become AIR
Restore as fully grown crops
Custom drops supported
❗ Important Limitations
✔ Works with:
nwMVP territory system
Vanilla + custom blocks
Drop tables
✖ Does NOT work with:
Other regen plugins
Non-territory areas
Unconfigured blocks
Last updated