Description
TooManyMobs
Features
- Get a list of players who are surrounded by mobs over a configurable amount.
- Can also define mob count in command.
- Search area is configurable.
- Command can be run in console.
Details
This plugin will scan around each online player in a defined area for entities, and will check if it's above a certain amount. If so, reports the names of players and the number of entities around them to the command issuer.
Permissions
| Node | Defaults to? |
|---|---|
| toomanymobs.find | Op-check |
Commands
| Command | Aliases | Arguments | Description |
|---|---|---|---|
| /tmm | findmobs, toomanymobs | (mobs) | Scan all online players for too many mobs |
Mobs is optional and defaults to a configuration value.
Configuration
The configuration file config.yml will be generated, with default values as shown below:
toomanymobs: 50 radius: x: 25 y: 25 z: 25
| Option | Accepted Parameters | Description |
|---|---|---|
| toomanymobs | Any Integer | Defines the number of mobs that are considered 'too many.' Any players found with nearby mobs over this amount will be returned. |
| radius.x/y/z | Any Integer | Defines the radius of the x, y and z axis to search each player. For example, the default settings will search a 50 x 50 x 50 size area around each player. |



