Recovers all destroyed blocks by Creeper or other Entities
{
"configVersion": 2,
"plugin": {
"bStats": true,
"ignoreUpdates": false
},
"recover": {
"recoverSpeed": 3,
"recoverDelay": 100,
"blockRecoverSound": "BLOCK_ROOTED_DIRT_PLACE",
"blockBlacklist": []
},
"target": [
{
"type": "WORLD",
"ignore": true,
"whitelist": [],
"blacklist": []
},
{
"type": "ENTITY",
"ignore": true,
"entityTypes": [
"CREEPER",
"PRIMED_TNT"
]
},
{
"type": "HEIGHT_RANGE",
"ignore": true,
"from": -64,
"to": 320
},
{
"type": "HEIGHT_FIXED",
"ignore": true,
"fixed": 32
}
]
}
configVersion: Is set to the current config version.
bStats: Whether bStats is enabled or disabled. To support me please leave it active.
ignoreUpdates: If you don't want to receive a message in the console when the plugin has a update.
recoverSpeed: The time in milliseconds between each block that is being recovered.
recoverDelay: The time in milliseconds to wait before starting the recovery
blockRecoverSound: Is the sound played when the plugin places a block.
blockBlacklist: Blocks in this list are ignored by the plugin.
target: In the list, rules are specified where the plugin should take effect.
all: If "all" is set to true all entities will be affected. So if you want only TNT to be recovered then set "all" to false and define TNT in the entityTypes setting.
CREEPER
PRIMED_TNT
SMALL_FIREBALL
FIREBALL
WITHER_SKULL
DRAGON_FIREBALL
{
"type": "WORLD",
"ignore": false,
"whitelist": [],
"blacklist": []
}
{
"type": "ENTITY",
"ignore": false,
"entityTypes": [
"CREEPER",
"PRIMED_TNT"
]
}
{
"type": "HEIGHT_RANGE",
"ignore": false,
"from": 0,
"to": 320
}
{
"type": "HEIGHT_FIXED",
"ignore": false,
"fixed": 60
}