Перейти к содержимому
Mineforgian

Disable Mob Griefing

Small plugin that allows toggling griefing per mob, disabling explosions, and explosion player damage. Useful if you enjoy working villager farms but hate pesky enderman and creepers.

Загрузки
3K
Подписчики
20
Обновлён
1 апреля 2026 г.
Лицензия
MIT

Опубликован 28 июня 2023 г.

Small plugin to allow griefing toggles per mob and explosion behavior. Super useful if you enjoy working villager farms but hate pesky endermen and creepers "decorating" your beautiful world.

Features:

  • Config file that allows enabling/disabling griefing per entity
  • Command to toggle griefing (requires op by default)
  • Command to view current griefing status per entity
  • Tab completion for all commands
  • Single jar supporting all server versions from 1.12.2+
  • Support for LuckPerms: disablemobgriefing.command

Commands:

  • View current setting: /mobgriefing <entity>
  • Set entity setting: /mobgriefing <entity> true|false
  • Reload config: /mobgriefing reload

Default config:

require_op: true          # only ops can run commands
verbose: false            # verbose console output
bee_griefing: false       # bee collecting honey / pollinating
creeper_griefing: false   # creeper explosions
ender_crystal_griefing: false
ender_dragon_griefing: false
enderman_griefing: false
falling_block_griefing: false
fireball_griefing: false  # ghast fireballs
minecart_tnt_griefing: false
player_griefing: false    # player falling onto farmland
primed_tnt_griefing: false
rabbit_griefing: false
ravager_griefing: false
sheep_griefing: false
silverfish_griefing: false
snow_golem_griefing: false
villager_griefing: false
wither_griefing: false
wither_skull_griefing: false
zombie_griefing: false
zombie_villager_griefing: false
explosion_player_damage: false  # allow player damage even when explosion griefing is disabled

Note: Custom/modded mobs are not officially tested. Any mob matching a vanilla EntityType should work.

Ченджлог

1.1.2Релиз1.21.9, 1.21.10, 1.21.11 · 1 апреля 2026 г.

v1.1.2

Bug Fixes

  • Fixed TNT, TNT minecart, and ender crystal config keys not mapping correctly across server versions (Paper 1.21+ renamed TNT → primed_tnt, TNT_MINECART → minecart_tnt, END_CRYSTAL → ender_crystal internally)
  • Fixed explosions silently disappearing with no sound or particles when griefing was disabled — explosions now always play visually and audibly; only block damage is suppressed
  • Fixed explosion_player_damage config key not being read correctly; renamed to explosions_damage_players (existing value auto-migrated on upgrade)

Changes

  • All mob griefing now defaults to true on fresh installs, mirroring vanilla Minecraft behavior — disable only what you need
  • Removed require_op config key; permissions are handled by plugin.yml and LuckPerms/permission plugins
  • Block damage and player damage from explosions are now controlled independently: disabling a mob's griefing stops block damage while the explosion still affects players; set explosions_damage_players: false to also prevent player damage

New Commands

  • /mobgriefing verbose <true/false> — toggle verbose console logging in-game
  • /mobgriefing explosions_damage_players <true/false> — toggle player damage from explosions in-game
  • Tab completion now includes verbose, explosions_damage_players, and reload

Upgrading from v1.1.1

  • explosion_player_damage in your config will be automatically renamed to explosions_damage_players on first load — no manual action needed
  • All griefing keys that were previously false (disabled) will remain as-is; new installs default to true
1.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 31 марта 2026 г.

v1.1.1

Bug Fixes

  • Fixed bees being able to collect honey/pollinate flowers when bee_griefing is disabled
  • Fixed TNT not being blocked by primed_tnt_griefing and minecart_tnt_griefing config options
  • Fixed creeper explosions being fully cancelled (including player damage) instead of just blocking block destruction

New Features

  • Added explosion_player_damage toggle — when disabled, explosions deal no block damage but still affect players
  • Added /mobgriefing reload command to reload the config without restarting the server
  • Added tab completion for the /mobgriefing command
  • Consolidated to a single jar supporting all server versions from 1.12.2+

Changes

  • All mob griefing options now default to false (griefing disabled) on first install
1.0.1Релиз1.20, 1.20.1 · 28 июня 2023 г.
  • Updated plugin.yml (wrong api version)
  • Initial upload
1.0.1Релиз1.19.2, 1.19.3, 1.19.4 · 28 июня 2023 г.
  • Updated plugin.yml (wrong api version)
  • Initial upload
1.0.1Релиз1.18, 1.18.1, 1.18.2 · 28 июня 2023 г.
  • Updated plugin.yml (wrong api version)
  • Initial upload
1.0.1Релиз1.17, 1.17.1 · 28 июня 2023 г.
  • Updated plugin.yml (wrong api version)
  • Initial upload
1.0.1Релиз1.16.3, 1.16.4, 1.16.5 · 28 июня 2023 г.
  • Updated plugin.yml (wrong api version)
  • Initial upload
1.0.1Релиз1.15, 1.15.1, 1.15.2 · 28 июня 2023 г.
  • Updated plugin.yml (wrong api version)
  • Initial upload

Комментарии

Загружаем…