Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
What is Advanced Mob Griefing?
❔ Advanced Mob Griefing is a plugin that was developed to disable griefing for certain mobs, rather than all, as the gamerule mobGriefing false
does.
⚡ The plugin does not interrupt the entity explosion event, but only clears the list of blocks that the explosion should destroy. This achieves the same effect as the normal gamerule mobGriefing false
command, so that particles, sounds and other explosion effects are played correctly.
Supported Versions and Platforms
Advanced Mob Griefing currently supports Minecraft Java Server v1.20.4 based on Paper or Spigot.
ℹ️ NOTE The plugin should also work on newer versions of Minecraft, but it has not been tested on them.
How to use?
⌨️ Players with operator permission can use the command: mobgriefing (creeper|fireball|enderman) (true|false)
💡 Example: mobgriefing creeper false
Allowed entity types:
- creeper;
- fireball;
- enderman.
ℹ️ NOTE Disable griefing for entity type "fireball" allows you to disable destruction from ghasts, but also affects the functionality of all large fireballs.
In addition, after starting the server with the plugin installed, a plugin configuration file will be created in which you can manually change the values:
can-grief:
creeper: true
fireball: true
enderman: true
📄 The configuration file can be found at the following path: /plugins/AdvancedMobGriefing/config.yml
👑 The plugin uses only one permission - amg.mobgriefing
. This permission is available by default only to users with operator rights.