-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Mardssss edited this page Jun 20, 2026
·
8 revisions
AreaRegen creates its files inside:
plugins/AreaRegen/
Most area settings are stored in:
areas.yml
An area can define:
- the world it belongs to
- two selected corner points
- whether the area is enabled
- regeneration delay
- regeneration speed
- active triggers
- material blacklist
- material whitelist
- container behavior
delay controls how long the plugin waits before regeneration starts.
regen-time controls how quickly blocks regenerate after the task starts.
Minecraft uses ticks. 20 ticks is about 1 second.
Use a blacklist when most blocks should regenerate but a few should not.
Use a whitelist when only specific blocks should regenerate.
Examples:
- blacklist TNT so TNT itself does not come back
- whitelist stone and ores for a mine
- blacklist containers if you want to handle them manually
Use container mode to control item safety.
Recommended public survival setting:
EMPTY
See Container Handling for details.
If you edit files manually:
- Stop the server or make a backup first.
- Edit the file.
- Start the server or run
/arearegen reload. - Test the area.