Please note that this is a large update!
Basically, region regeneration will regenerate the entire area of your region to its vanilla state, along with options to regenerate entities. I was able to regenerate an entire end city. You can use the command /rpgregions regen <region> to regenerate manually.
Note that this only works with WorldGuard.
Code (Text):
"regenerate": {
"regenerateInterval": 5000,
"loadChunks": false,
"regeneratingEntities": [
{
"entityType": "SHULKER",
"validSpawnSurfaces": [
"PURPUR_BLOCK",
"PURPUR_PILLAR"
],
"maxPerChunk": 5,
"rarity": 30
}
]
}