MobIgnore

Allows players to disable mob aggression towards themselves.

93

MobIgnore

MobIgnore

MobIgnore is a lightweight plugin that allows players to temporarily disable mob aggression towards themselves. Perfect for building, exploration, or simply peaceful gameplay.

Features

- Lightweight - mobs stop attacking the player - Lightweight - effect applied immediately after command - Lightweight - all current mob aggressions towards the player cease - Lightweight - minimal impact on server performance

Usage

Simply enter the command:

> /mobignore

> The command toggles the "ignore" mode - each use switches the effect to the opposite state.

How It Works

- When activated, all mobs within a 32 block radius (configurable) lose their target on the player - New mobs cannot select the player as a target for attack - The effect only works on mobs (zombies, skeletons, creepers, etc.) - Players can attack each other as usual

🧾 Permissions

| Permission | Default | Description | |---------------------|---------|-----------------------------------------------------------------------------| | `mobignore.use` | op | Allows use of the `/mobignore` command (toggle mob ignoring on/off) | | `mobignore.reload` | op | Allows use of the `/mobignore reload` command (reload configuration) |

🧾 PlaceholderAPI

| Placeholder | Description | |-----------------------|---------------------------------------------------------------| | `%mobignore_status%` | Shows the current mob ignore status for the player |

Configuration

```yml

Radius for clearing mob targets

target-clear-radius: 32

placeholders: enabled: "&aENABLED" disabled: "&cDISABLED"

Supports MiniMessages formatting

messages: player-only: "<red>This command is for players only!" no-permission: "<red>You don't have permission to use this command." enabled-mobs-attack: "<yellow>Mobs can now attack you again." ignore-enabled: "<green>Mobs will now ignore you!" reloaded: "<green>Configuration successfully reloaded." ```

Dependencies

- PlaceholderAPI (optional)

Installation

1. Download the latest release 2. Place the file in the `/plugins/` folder 3. Restart the server 4. Configure `config.yml` if needed and execute the `/mobignore reload` command 5. Done! Players with the `mobignore.use` permission can use `/mobignore`

ADS