Pack: Anti Creeper Grief - teakivy/teaks-tweaks GitHub Wiki

Pack: Anti Creeper Grief (anti-creeper-grief)

Prevents creepers from damaging blocks and players when exploding.

Showcase

anti-creeper-grief

Config

The config for this pack can be found in the config.yml file for the plugin.

# Anti Creeper Grief
# Prevents creepers from blowing up, blocks and players do not take damage.
anti-creeper-grief:
  enabled: false
  do-block-damage: false
  do-entity-damage: false

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

do-block-damage

  • Type - boolean
  • Default - false
  • Description - Prevents creepers from damaging blocks

do-entity-damage

  • Type - boolean
  • Default - false
  • Description - Prevents creepers from damaging entities (including players)

Messages

"anti_creeper_grief.name": "Anti Creeper Grief",
"anti_creeper_grief.description": "Prevents creepers from blowing up, blocks and players do not take damage.",

anti_creeper_grief.name

  • Default - Anti Creeper Grief

anti_creeper_grief.description

  • Default - Prevents creepers from blowing up, blocks and players do not take damage.