All the fun of explosions with none of the cleanup!
This plugin is meant to be a spiritual successor to the original CreeperHeal plugin https://github.com/nitnelave/CreeperHeal. Thanks to nitnelave for the original idea and name!
Download the latest release and place it in your plugins folder. The config.yml is generated the first time the plugin is run on the server. You can also look at it here.
New versions of Minecraft past the currently supported version do work, with the exception that newly added blocks may not repair properly.
/ch warp
-creeperheal2.warp
Immediately heal all currently tracked explosions/ch stats
-creeperheal2.stats
View stats about currently tracked explosions/ch cancel
-creeperheal2.cancel
Cancel replacement of currently tracked explosions (you will lose blocks so be careful)
This plugin is still in beta and while I would consider it safer than the original on modern servers, and it supports every block except those listed below, it still may fail to replace some structures with 100% accuracy. Blocks that aren't replaced properly should drop as items though.
Currently, the following blocks cannot be replaced properly (they will drop as items)
- Paintings
- Item frames
- Chorus plants
- Scaffolding
- Minecart rails (can be replaced fine, may not keep original orientation)
If you are able to create a structure that consistently isn't replaced properly, file a bug report to let me know.
There are a couple last things that are not yet 100% working due to special implementation requirements for these blocks
- Add support for entity "blocks" like Paintings, Item Frames, and Armor Stands
- Chorus plants need to be rescanned to build their dependency tree
- Minecart rails don't maintain orientation when replaced
- Liquids may remove certain blocks during replacement
- My Discord server and the many users who've helped me test and fix things
- Shynixn for MCCoroutine