File Details
DisableMobGriefing-1.1.2.jar
- R
- Apr 1, 2026
- 6.17 KB
- 65
- 1.21.11+32
File Name
DisableMobGriefing-1.1.2.jar
Supported Versions
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
v1.1.2 - Hotfix
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_damageconfig key not being read correctly; renamed toexplosions_damage_players(existing value auto-migrated on upgrade)
Changes
- All mob griefing now defaults to
trueon fresh installs, mirroring vanilla Minecraft behavior — disable only what you need - Removed
require_opconfig 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: falseto 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, andreload
Upgrading from v1.1.1
explosion_player_damagein your config will be automatically renamed toexplosions_damage_playerson first load — no manual action needed- All griefing keys that were previously
false(disabled) will remain as-is; new installs default totrue

