Creeper Recover icon

Creeper Recover -----

Recovers all destroyed blocks by Creeper or other Entities



Creeper Recover is a plugin that recovers damage caused by creepers.
If you want, it can also take effect in other explosions. This must be set in the configuration file.

If you have any suggestions for the plugin, please use the Issues function.

If you want to see the stats of the plugin click here.

Images:

[​IMG]

Command: /recover
[​IMG]

[​IMG]

Files:
- Config » plugins/CreeperRecover/config.json
- Stats » plugins/CreeperRecover/stats.json
-
Messages » plugins/CreeperRecover/messages.json

Config:
Code (Text):
{
  "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:
Code (Text):
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.

Affect only some worlds
Whitelist: Only affect certain worlds
Blacklist: Affect all world except those in the blacklist
Code (Text):
{
      "type": "WORLD",
      "ignore": false,
      "whitelist": [],
      "blacklist": []
}
Effect only TnT and Creepers
Code (Text):
{
      "type": "ENTITY",
      "ignore": false,
      "entityTypes": [
        "CREEPER",
        "PRIMED_TNT"
      ]
}
Effect only from Y-0 to Y-320
Code (Text):
{
      "type": "HEIGHT_RANGE",
      "ignore": false,
      "from": 0,
      "to": 320
}
Effect only at Y-60
Code (Text):
{
      "type": "HEIGHT_FIXED",
      "ignore": false,
      "fixed": 60
}

EntityTypes:

Code (Text):
CREEPER
PRIMED_TNT
SMALL_FIREBALL
FIREBALL
WITHER_SKULL
DRAGON_FIREBALL
Resource Information
Author:
----------
Total Downloads: 1,668
First Release: Dec 31, 2021
Last Update: Jul 5, 2023
Category: ---------------
All-Time Rating:
9 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings