Mobbyy
A plugin to prevent mob ageing for 1.21.x
Mobbyy
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
- Simple Commands: Prevent mobs from ageing using configurable items. - Simple Commands: Resume mob growth when desired. - Simple Commands: Keep track of mobs you’ve mini-fied or freed, including their name, type, status, and location. - Simple Commands: Mob locations are updated every 60 seconds by default (configurable). - Simple Commands: Tracked mobs are saved to disk and persist across server restarts. - Simple Commands: Easily manage the plugin with `/mobby` commands.
---
📋 Commands
`/mobby reload`
- Permission: Reloads the plugin configuration. - Permission: `mobby.reload`
`/mobby list`
- Permission: Displays a list of mobs you’ve mini-fied or freed. - Permission: See the mob’s type, UUID, and current status (age-locked or not). - Permission: 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:
```yaml 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
- Tracking: - `before`: The item required to mini-fy or free a mob. - `after`: The item given back after the action (set to `AIR` for 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
1. Track Your Mobs: - 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. 2. Track Your Mobs: - 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. 3. Track Your Mobs: - Use `/mobby list` to view all mobs you’ve mini-fied or freed. - Hover over a mob’s name to see its type, UUID, and status.
---