Mod

Creeper Recover

Quick rating

Creeper Recover

No reviews yet

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

Mod Loaders
Paper
Spigot
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.1.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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

Screenshots

Gallery

  • Explosion
    Explosion Using the default settings of Creeper Recover

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~5,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync