
Creeper Recover
Creeper Recover is a plugin that recovers damage caused by creepers.
- Загрузки
- 6K
- Подписчики
- 47
- Обновлён
- 16 января 2025 г.
- Лицензия
- MIT
Опубликован 24 июня 2023 г.
CreeperRecover
Recovers all destroyed blocks by Creeper or other Entities
Images

Commands

Config
{
"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
}
]
}
Options
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 amount of ticks between each block that is being recovered.
recoverDelay: The amount of ticks 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.
Example Entities
CREEPER
PRIMED_TNT
SMALL_FIREBALL
FIREBALL
WITHER_SKULL
DRAGON_FIREBALL
Config Examples[target]
Affect only some worlds
Whitelist: Only affect certain worlds
Blacklist: Affect all world except those in the blacklist
{
"type": "WORLD",
"ignore": false,
"whitelist": [],
"blacklist": []
}
Affect only TnT and Creepers
{
"type": "ENTITY",
"ignore": false,
"entityTypes": [
"CREEPER",
"PRIMED_TNT"
]
}
Affect only from Y-0 to Y-320
{
"type": "HEIGHT_RANGE",
"ignore": false,
"from": 0,
"to": 320
}
Affect only at Y-60
{
"type": "HEIGHT_FIXED",
"ignore": false,
"fixed": 60
}
Pages
Modrinth
SpigotMC
DeinPlugin
Центр версий
7 версийЧенджлог
1.1.0Релиз1.21.2, 1.21.3, 1.21.4 · 16 января 2025 г.
What's Changed
- Updated to 1.21.4
- Added folia support by @HttpRafa in https://github.com/HttpRafa/creeper-recover/pull/17
Full Changelog: https://github.com/HttpRafa/creeper-recover/compare/v1.0.12...v1.1.0
1.1.0Релиз1.21.2, 1.21.3, 1.21.4 · 16 января 2025 г.
What's Changed
- Updated to 1.21.4
- Added folia support by @HttpRafa in https://github.com/HttpRafa/creeper-recover/pull/17
Full Changelog: https://github.com/HttpRafa/creeper-recover/compare/v1.0.12...v1.1.0
1.0.12Бета1.20.4, 1.20.5, 1.20.6 · 6 июля 2023 г.
What's Changed
- Added folia support by @HttpRafa in https://github.com/HttpRafa/creeper-recover/pull/17
1.0.12Релиз1.20.4, 1.20.5, 1.20.6 · 5 июля 2023 г.
Thanks to Darmoed for reporting the bug.
What's Changed
- Fixed duplication of items in double chests by @HttpRafa in https://github.com/HttpRafa/CreeperRecover/pull/16
Full Changelog: https://github.com/HttpRafa/CreeperRecover/compare/v1.0.11...v1.0.12
1.0.11Релиз1.20, 1.20.1 · 4 июля 2023 г.
Thanks to LadyHaley and Onako2 for the suggestion.
What's Changed
- Added new recover delay configuration option by @HttpRafa in https://github.com/HttpRafa/CreeperRecover/pull/11
- Added new target "WORLD" by @HttpRafa in https://github.com/HttpRafa/CreeperRecover/pull/12
- Added block blacklist by @HttpRafa in https://github.com/HttpRafa/CreeperRecover/pull/13
- Added new config file: messages.json by @HttpRafa in https://github.com/HttpRafa/CreeperRecover/pull/14
Full Changelog: https://github.com/HttpRafa/CreeperRecover/compare/v1.0.10...v1.0.11
1.0.10Релиз1.19.4, 1.20, 1.20.1 · 2 июля 2023 г.
Thanks to Onako2 for reporting the bug.
What's Changed
- Hopefully fixed duplication bug by @HttpRafa in https://github.com/HttpRafa/CreeperRecover/pull/6
Full Changelog: https://github.com/HttpRafa/CreeperRecover/compare/v1.0.9...v1.0.10
1.0.9Релиз1.19.4, 1.20, 1.20.1 · 24 июня 2023 г.
View on Github
Комментарии
Загружаем…