Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Creeper Recover
PluginMIT

Creeper Recover

Creeper Recover is a plugin that recovers damage caused by creepers.

4.8K
Downloads
45
Followers
1 years ago
Updated
📦
7
Versions
game-mechanicsmanagementutilityfoliapaperpurpurspigot
Download Latestv1.1.0View on Modrinth

📖About Creeper Recover

CreeperRecover

Recovers all destroyed blocks by Creeper or other Entities

Images

Example 1

Commands

Command 1
Command 2

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

👥 Team & Contributors

HttpRafa
HttpRafaOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
foliapaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.4

🔗 Links

Modrinth Page