Releases: WMCAlliance/Creepair
Releases · WMCAlliance/Creepair
Creepair 0.1
This plugin regenerates blocks broken by a Creeper explosion in the 10~ seconds following the blast.
Place the JAR in your /plugins
folder.
Create a Creepair
directory and create a config.yml
file with the below contents.
Only blocks listed in natural_blocks
will regenerate - be sure to customize the list accordingly.
worlds:
- world
above_y: 56
natural_blocks:
- GRASS
- DIRT
- SANDSTONE
- SAND
- GRAVEL
- LOG
- LEAVES
- STONE
- LOG_2
- LEAVES_2
- HUGE_MUSHROOM_2
- HUGE_MUSHROOM_1
- BROWN_MUSHROOM_BLOCK
- RED_MUSHROOM_BLOCK
Customise as you see fit.