Drwei's PetManager
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #5 of 5 mobs mods in this game by downloads
📋 About This Mod
# Drwei's PetManager A powerful and feature-rich pet management plugin for Paper Minecraft servers. This plugin allows players to bind mobs as pets with custom names, colors, behaviors, potion effects, attributes, team sharing, and advanced features like TRUCK collision damage mode and RIDEABLE mode. ## Features ### Core Features - **Pet Binding**: Bind any living entity as your pet with custom name and color - **Custom Names & Colors**: Support for Minecraft color codes, color names, and hex colors - **Behavior Modes**: follow, stay, attack, guard, wander - **Potion Effects**: Apply custom potion effects to pets - **Attribute Modification**: Modify pet attributes like health, speed, damage, etc. - **Pet Respawn**: Respawn dead pets with all their data preserved - **Team System**: Share pets with team members ### Advanced Features - **TRUCK Mode**: Collision damage system when riding pets - Normal mode: Damage based on speed (0-255) - SECKILL mode: Always 255 damage - **RIDEABLE Mode**: Ride any mob, including flying creatures - WASD controls for movement - Space to jump/fly up - Shift to exit - Flying creatures support vertical movement - **Invincible Mode**: Apply all positive potion effects and set max health to 2048 - **Auto-Save**: Automatic data persistence every 5 minutes - **Dynamic Configuration**: Adjust settings without server restart - **Multi-language Support**: English and Chinese ## Installation 1. Download the latest version from the (https://github.com/yourusername/DrweiPetManager/releases) page or this Modrinth page. 2. Place the `DrweiPetManager-<version>.jar` file in your server's `plugins` folder 3. Restart your server 4. Configure the plugin in `plugins/DrweiPetManager/config.yml` ## Requirements - **Minecraft Version**: 1.21.1 - **Server Type**: Paper API 1.21.1 or higher - **Java Version**: 21 ## Commands ### Player Commands | Command | Description | Permission | |---------|-------------|------------| | `/pet` | Show help message | `petbinder.use` | | `/pet bind <type> <distance> <name> ` | Bind a mob as pet | `petbinder.bind` | | `/pet list` | List your pets | `petbinder.list` | | `/pet portal ` | Teleport pet to you | `petbinder.portal` | | `/pet rename <index> <name> ` | Rename pet | `petbinder.rename` | | `/pet team <create|join|leave|info|addpet> ` | Manage pet teams | `petbinder.team` | | `/pet behavior <index> <follow|stay|attack|guard|wander>` | Set pet behavior | `petbinder.behavior` | | `/pet effect <index> <effect\|invincible> ` | Apply potion effects | `petbinder.effect` | | `/pet attribute <index> ` | Modify pet attributes | `petbinder.attribute` | | `/pet unbind ` | Release pet | `petbinder.unbind` | | `/pet respawn` | Respawn dead pet | `petbinder.respawn` | | `/pet version` | Show plugin version | `petbinder.use` | ### Admin Commands | Command | Description | Permission | |---------|-------------|------------| | `/pet op list` | List all pets on server | `petbinder.op` | | `/pet op remove <player>` | Remove all pets from player | `petbinder.op` | | `/pet op config <action> ` | Dynamic configuration | `petbinder.op` | | `/pet op reload` | Reload configuration | `petbinder.op` | | `/pet op save` | Save pet data manually | `petbinder.op` | | `/pet op load` | Load pet data manually | `petbinder.op` | ## Configuration ### Basic Configuration ```yaml language: zh # Language: en or zh max-bind-distance: 10 # Maximum binding distance in blocks teleport-with-owner: true # Pets teleport with owner protect-from-all-damage: false # Protect pets from all damage remove-on-quit: false # Remove pets when owner quits ``` ### Permissions & Limits ```yaml permissions: max-pets-per-player: 0 # 0 = unlimited allowed-commands: bind: true list: true portal: true rename: true team: true behavior: true effect: true attribute: true unbind: true respawn: true allowed-features: truck: true rideable: true invincible: true seckill: true public-pets: true team-system: true blocked-entity-types: # Entities that cannot be bound max-truck-damage: 0 # 0 = unlimited ``` ## Usage Examples ### Binding a Pet ``` /pet bind nearest 10 MyPet public &a ``` This binds the nearest mob within 10 blocks as a pet named "MyPet" with green color. ### Setting Pet Behavior ``` /pet behavior 1 follow ``` This sets pet #1 to follow mode. ### Making Pet Invincible ``` /pet effect 1 invincible ``` This applies all positive potion effects to pet #1. ### Enabling TRUCK Mode ``` /pet attribute 1 truck 0.5 false ``` This enables TRUCK mode for pet #1 with minimum speed 0.5 blocks/sec. ### Enabling SECKILL Mode ``` /pet attribute 1 truck 0.5 true ``` This enables SECKILL mode (always 255 damage) for pet #1. ### Making Pet Rideable ``` /pet attribu
# Drwei's PetManager
A powerful and feature-rich pet management plugin for Paper Minecraft servers. This plugin allows players to bind mobs as pets with custom names, colors, behaviors, potion effects, attributes, team sharing, and advanced features like TRUCK collision damage mode and RIDEABLE mode.
## Features
### Core Features - Pet Binding: Bind any living entity as your pet with custom name and color - Custom Names & Colors: Support for Minecraft color codes, color names, and hex colors - Behavior Modes: follow, stay, attack, guard, wander - Potion Effects: Apply custom potion effects to pets - Attribute Modification: Modify pet attributes like health, speed, damage, etc. - Pet Respawn: Respawn dead pets with all their data preserved - Team System: Share pets with team members
### Advanced Features - TRUCK Mode: Collision damage system when riding pets - Normal mode: Damage based on speed (0-255) - SECKILL mode: Always 255 damage - RIDEABLE Mode: Ride any mob, including flying creatures - WASD controls for movement - Space to jump/fly up - Shift to exit - Flying creatures support vertical movement - Invincible Mode: Apply all positive potion effects and set max health to 2048 - Auto-Save: Automatic data persistence every 5 minutes - Dynamic Configuration: Adjust settings without server restart - Multi-language Support: English and Chinese
## Installation
1. Download the latest version from the (https://github.com/yourusername/DrweiPetManager/releases) page or this Modrinth page.
2. Place the `DrweiPetManager-
## Requirements
- Minecraft Version: 1. 21. 1
- Server Type: Paper API 1. 21. 1 or higher
- Java Version: 21
## Commands
### Player Commands
| Command | Description | Permission |
|---------|-------------|------------|
| `/pet` | Show help message | `petbinder.use` |
| `/pet bind
### Admin Commands
| Command | Description | Permission |
|---------|-------------|------------|
| `/pet op list` | List all pets on server | `petbinder.op` |
| `/pet op remove
## Configuration
### Basic Configuration
```yaml language: zh # Language: en or zh max-bind-distance: 10 # Maximum binding distance in blocks teleport-with-owner: true # Pets teleport with owner protect-from-all-damage: false # Protect pets from all damage remove-on-quit: false # Remove pets when owner quits ```
### Permissions & Limits
```yaml permissions: max-pets-per-player: 0 # 0 = unlimited allowed-commands: bind: true list: true portal: true rename: true team: true behavior: true effect: true attribute: true unbind: true respawn: true allowed-features: truck: true rideable: true invincible: true seckill: true public-pets: true team-system: true blocked-entity-types: [] # Entities that cannot be bound max-truck-damage: 0 # 0 = unlimited ```
## Usage Examples
### Binding a Pet
``` /pet bind nearest 10 MyPet public &a ```
This binds the nearest mob within 10 blocks as a pet named "MyPet" with green color.
### Setting Pet Behavior
``` /pet behavior 1 follow ```
This sets pet #1 to follow mode.
### Making Pet Invincible
``` /pet effect 1 invincible ```
This applies all positive potion effects to pet #1.
### Enabling TRUCK Mode
``` /pet attribute 1 truck 0. 5 false ```
This enables TRUCK mode for pet #1 with minimum speed 0. 5 blocks/sec.
### Enabling SECKILL Mode
``` /pet attribute 1 truck 0. 5 true ```
This enables SECKILL mode (always 255 damage) for pet #1.
### Making Pet Rideable
``` /pet attribu
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Drwei
- Version
- Beta0.1.0
- Downloads
- 44
- Endorsements
- 2
- Category
- mobs
- Created
- 1/17/2026
- Updated
- 1/13/2026
- Game Versions
- 1.21.1
- Tags
- mobs
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does Drwei's PetManager support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Drwei's PetManager?
Version Beta0.1.0, published 2026-01-13 with 44 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await