By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
Vanilla Bedrock–style mob AI for PocketMine-MP.
VanillaMobAI gives PMMP mobs vanilla-like behavior: wandering, combat, breeding, natural spawning, and interactions such as milking and shearing. Balance values (damage, speed, breeding timers) follow vanilla references in code and are not exposed in config.
The plugin is stable and ready for production use on PocketMine-MP servers. Development is ongoing — new mobs and behaviors will continue to be added, but the current feature set is fully usable today.
| Mob | Type |
|---|---|
| Cow, Pig, Sheep, Chicken, Horse | Passive |
| Zombie, Skeleton, Spider, Creeper | Hostile |
VanillaMobAI folder in plugins/.plugin_data/VanillaMobAI/config.yml.Requirements: PocketMine-MP 5.0.0+, PHP 8.1+
Server settings live in config.yml. Example:
features:
natural-spawn: true
mob-ai: true
monster-spawners: true
worlds:
natural-spawn-mode: whitelist
natural-spawn-whitelist:
- world
natural-spawn:
passive-cap: 12
hostile-cap: 24
mobs:
creeper: falseWhitelist: Natural spawn only in listed world folder names.
Blacklist: Spawn everywhere except listed worlds (default: nether, end).
Performance tuning is under the performance section. Gameplay balance (damage, speed, etc.) is intentionally not configurable.
| Command | Description |
|---|---|
/mobai stats |
AI and performance summary |
/mobai reload |
Reload config (spawn settings) |
Permission: vanillaMobAI.command (default: op)
Use GitHub Issues for bugs and suggestions.
MIT — see LICENSE for details.
Author: grinn34
You can leave one review per plugin release, and delete or update your review at any time