Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.2.x
Platforms
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 weeks ago
Mobby
Mobby is a fork of KittenForever updated to work with newer Minecraft versions (1.20.x to 1.21.x). With Mobby, you can "mini-fy" mobs to stop them from ageing or free them to resume their natural growth. The plugin also tracks the mobs you’ve mini-fied or freed, allowing you to view their status and location at any time. All credit goes to LeMinaw for creating the base plugin.
Grab the latest version from the Releases Page
🌟 Features
- Mini-fy Mobs: Prevent mobs from ageing using configurable items.
- Free Mobs: Resume mob growth when desired.
- Mob Tracking: Keep track of mobs you’ve mini-fied or freed, including their name, type, status, and location.
- Periodic Updates: Mob locations are updated every 60 seconds by default (configurable).
- Persistent Records: Tracked mobs are saved to disk and persist across server restarts.
- Simple Commands: Easily manage the plugin with
/mobbycommands.
📋 Commands
/mobby reload
- Description: Reloads the plugin configuration.
- Permission:
mobby.reload
/mobby list
- Description: Displays a list of mobs you’ve mini-fied or freed.
- Hover: See the mob’s type, UUID, and current status (age-locked or not).
- Location: View the last known location of the mob.
- Permission:
mobby.list
⚙️ Configuration
The plugin generates a config.yml file on first run. Below are the default settings:
items:
stopGrowth:
before: AMETHYST_SHARD
after: AIR
amount: 1
resumeGrowth:
before: HONEY_BOTTLE
after: GLASS_BOTTLE
amount: 1
tracking:
update-interval-seconds: 60
save-on-change: true
Key Settings
- Items:
before: The item required to mini-fy or free a mob.after: The item given back after the action (set toAIRfor nothing).amount: The number of items consumed per action.
- Tracking:
update-interval-seconds: How often mob locations are updated (default: 60 seconds).save-on-change: Whether to save mob records immediately after changes.
🐾 How It Works
- Mini-fy a Mob:
- Right-click a baby mob with the configured item (e.g.,
AMETHYST_SHARD). - The mob will stop ageing, and you’ll see a particle effect.
- Right-click a baby mob with the configured item (e.g.,
- Free a Mob:
- Right-click a mini-fied mob with the configured item (e.g.,
HONEY_BOTTLE). - The mob will resume ageing, and you’ll see a happy particle effect.
- Right-click a mini-fied mob with the configured item (e.g.,
- Track Your Mobs:
- Use
/mobby listto view all mobs you’ve mini-fied or freed. - Hover over a mob’s name to see its type, UUID, and status.
- Use


