-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The World Regeneration Plugin is a Minecraft plugin that allows for customizable regeneration of entire worlds or specific regions within a world. This plugin provides fine-grained control over regeneration settings, including regeneration time and delay, and supports multiple worlds and regions.
The Area Regen plugin is a standalone plugin and does not require any additional plugins to function. However, if you want to take advantage of region-based regeneration, you will need to install WorldGuard.
You can download WorldGuard Here.
The plugin can regenerate entire worlds or specific regions within a world.
The regeneration time (in ticks) can be set for each world and region, allowing for fine-grained control over the regeneration process.
The delay (in ticks) before starting the regeneration task can be set for each world and region, allowing for flexibility in scheduling regeneration tasks.
The plugin supports regenerating specific regions within a world, which requires World Guard to be installed.
The plugin can handle multiple worlds, each with its own regeneration settings.
The plugin uses a YAML configuration file to define regeneration settings for multiple worlds and regions. The configuration file consists of the following sections:
-
enabled: Enables or disables debug mode.
-
world: The World name with its own regeneration settings.-
regen-time: Sets the regeneration time (in ticks) for the entire world. -
delay: Sets the delay (in ticks) before starting the regeneration task for the entire world. -
regions: Defines regions within the world with their own regeneration settings.-
region: The region name with its own regeneration settings.-
regen-time: Sets the regeneration time (in ticks) for the region. -
delay: Sets the delay (in ticks) before starting the regeneration task for the region.
-
-
-
Replace my_world with your world name.
my_world:
regen-time: 10
delay: 2Replace my_world with your world name.
Replace region1 with your worldguard region name.
Replace region2 with your worldguard region name.
my_world:
regions:
region1:
regen-time: 5
delay: 1
region2:
regen-time: 5
delay: 1