AnimalTranser
๐ก Updated this yearPreview

๐ Analysis
- ๐ #161 of 238 paper mods in this game by downloads
๐ About This Mod
# ๐พ AnimalTransfer **AnimalTransfer** is a powerful **Minecraft plugin** (Paper/Spigot 1.20.1) that allows you to easily transfer animals between locations while preserving all their important data. ๐งฉ The plugin handles **capturing and transferring animals** with full NBT data preservation. ๐ฏ Simply **right-click** on an animal to capture it, then use the item on a block to spawn it at a new location. --- (https://img.shields.io/badge/Join-Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/53HpgxpzrX) --- ## โจ Key Features - ๐ **Animal Transfer** Right-click any animal to capture it into a special item, then place it anywhere on your server! - ๐พ **Full Data Preservation** All animal data is preserved: - โค๏ธ Health - ๐ Inventory - ๐ค Taming status - ๐ท๏ธ Custom names - ๐ All NBT data - ๐ซ **Blacklist System** Configure which entities cannot be transferred through `config.yml`. Protect your server from dangerous mob transfers! - ๐ **Localization** Supports **3 languages**: - ๐ท๐บ Russian - ๐ฌ๐ง English - ๐จ๐ณ Chinese Set language in `config.yml` - ๐ **Craft Protection** Transfer items **cannot be used in crafting**, preventing abuse and duplication! - โ๏ธ **Flexible Configuration** Customize the plugin to your needs: - ๐ฏ Item type for transfer (HEART_OF_THE_SEA, NETHER_STAR, EGG, etc.) - ๐ Sound effects (enable/disable) - โจ Particle effects (enable/disable) - ๐ Blacklist entities - ๐ **Permission System** Full control over plugin usage: - `animaltransfer.use` - Basic permission (default: everyone) - `animaltransfer.pickup` - Pick up animals (default: everyone) - `animaltransfer.useitem` - Use transfer item (default: everyone) - `animaltransfer.bypass.blacklist` - Bypass blacklist (default: OP) - `animaltransfer.admin` - All admin permissions (default: OP) - ๐จ **Visual & Audio Effects** - ๐ Sound effects when capturing and placing animals - โจ Particle effects (clouds, happy villagers, hearts) - ๐ข ActionBar notifications --- ## ๐ ๏ธ Configuration ### Settings in `config.yml`: settings: item_material: HEART_OF_THE_SEA # Item type for transfer play_sounds: true # Enable sound effects show_particles: true # Enable particle effects allow_blacklist: false # Allow blacklisted mobs blacklist: - WITHER_SKELETON - WITHER - ENDER_DRAGON # ... and more--- ## ๐ก Why use AnimalTransfer? - โ๏ธ **Easy Management** - Move your pets and valuable mobs effortlessly - ๐ก๏ธ **Data Safety** - All animal data is preserved during transfer - ๐จ **Customization** - Configure everything to match your server style - ๐ **Performance** - Optimized code with minimal server load - ๐ **Multilingual** - Support for multiple languages out of the box - ๐ **Secure** - Permission system and blacklist protection --- ## ๐ Requirements - **Minecraft:** 1.20.1 - **API:** Paper/Spigot - **Java:** 17+ - **Dependencies:** Item-NBT-API (included automatically via Shadow plugin) --- ## ๐ What's New in v1.0 ### ๐ Recent Updates - โ **Item Change:** Replaced `NETHER_STAR` with `HEART_OF_THE_SEA` as transfer item - โ **Craft Blocking:** Complete protection against using transfer items in crafting - โ **Blacklist Configuration:** Dynamic blacklist system in `config.yml` - โ **Extended Settings:** - Configurable item material - Toggle sound effects - Toggle particle effects - โ **Permission System:** Full permission system with 5 different permissions - โ **New Messages:** Error messages, permission notices, and success notifications - โ **Audio Effects:** Sounds when capturing and placing animals - โ **Visual Effects:** Particles when capturing and placing (CLOUD, VILLAGER_HAPPY, HEART) - โ **Inventory Check:** Validates free inventory space before adding item - โ **Error Handling:** Detailed error messages in all supported languages - โ **Config Comments:** Permission descriptions in configuration file ### ๐ง Technical Improvements - โ Code optimization and removed unused imports - โ Dynamic blacklist loading from config - โ Material validation - โ Improved NBT data handling - โ Permission checks before every action - โ Safe location handling for particles --- **Created with โค๏ธ by ZDev**
# ๐พ AnimalTransfer
AnimalTransfer is a powerful Minecraft plugin (Paper/Spigot 1. 20. 1) that allows you to easily transfer animals between locations while preserving all their important data.
๐งฉ The plugin handles capturing and transferring animals with full NBT data preservation.
๐ฏ Simply right-click on an animal to capture it, then use the item on a block to spawn it at a new location.
[!(https://img.shields.io/badge/Join-Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/53HpgxpzrX)
## โจ Key Features
- ๐ Animal Transfer
- Right-click any animal to capture it into a special item, then place it anywhere on your server!
- ๐พ Full Data Preservation
- All animal data is preserved:
- - โค๏ธ Health
- - ๐ Inventory
- - ๐ค Taming status
- - ๐ท๏ธ Custom names
- - ๐ All NBT data
- ๐ซ Blacklist System
- Configure which entities cannot be transferred through `config.yml`. Protect your server from dangerous mob transfers!
- ๐ Localization
- Supports 3 languages:
- - ๐ท๐บ Russian
- - ๐ฌ๐ง English
- - ๐จ๐ณ Chinese
- Set language in `config.yml`
- ๐ Craft Protection
- Transfer items cannot be used in crafting, preventing abuse and duplication!
- โ๏ธ Flexible Configuration
- Customize the plugin to your needs:
- - ๐ฏ Item type for transfer (HEART_OF_THE_SEA, NETHER_STAR, EGG, etc.)
- - ๐ Sound effects (enable/disable)
- - โจ Particle effects (enable/disable)
- - ๐ Blacklist entities
- ๐ Permission System
- Full control over plugin usage:
- - `animaltransfer.use` - Basic permission (default: everyone)
- - `animaltransfer.pickup` - Pick up animals (default: everyone)
- - `animaltransfer.useitem` - Use transfer item (default: everyone)
- - `animaltransfer.bypass.blacklist` - Bypass blacklist (default: OP)
- - `animaltransfer.admin` - All admin permissions (default: OP)
- ๐จ Visual & Audio Effects
- - ๐ Sound effects when capturing and placing animals
- - โจ Particle effects (clouds, happy villagers, hearts)
- - ๐ข ActionBar notifications
## ๐ ๏ธ Configuration
### Settings in `config.yml`:
settings: item_material: HEART_OF_THE_SEA # Item type for transfer play_sounds: true # Enable sound effects show_particles: true # Enable particle effects allow_blacklist: false # Allow blacklisted mobs
blacklist: - WITHER_SKELETON - WITHER - ENDER_DRAGON # ... and more---
## ๐ก Why use AnimalTransfer?
- โ๏ธ Easy Management - Move your pets and valuable mobs effortlessly
- ๐ก๏ธ Data Safety - All animal data is preserved during transfer
- ๐จ Customization - Configure everything to match your server style
- ๐ Performance - Optimized code with minimal server load
- ๐ Multilingual - Support for multiple languages out of the box
- ๐ Secure - Permission system and blacklist protection
## ๐ Requirements
- Minecraft: 1. 20. 1
- API: Paper/Spigot
- Java: 17+
- Dependencies: Item-NBT-API (included automatically via Shadow plugin)
## ๐ What's New in v1. 0
### ๐ Recent Updates
- โ Item Change: Replaced `NETHER_STAR` with `HEART_OF_THE_SEA` as transfer item
- โ Craft Blocking: Complete protection against using transfer items in crafting
- โ Blacklist Configuration: Dynamic blacklist system in `config.yml`
- โ Extended Settings:
- - Configurable item material
- - Toggle sound effects
- - Toggle particle effects
- โ Permission System: Full permission system with 5 different permissions
- โ New Messages: Error messages, permission notices, and success notifications
- โ Audio Effects: Sounds when capturing and placing animals
- โ Visual Effects: Particles when capturing and placing (CLOUD, VILLAGER_HAPPY, HEART)
- โ Inventory Check: Validates free inventory space before adding item
- โ Error Handling: Detailed error messages in all supported languages
- โ Config Comments: Permission descriptions in configuration file
### ๐ง Technical Improvements
- โ Code optimization and removed unused imports
- โ Dynamic blacklist loading from config
- โ Material validation
- โ Improved NBT data handling
- โ Permission checks before every action
- โ Safe location handling for particles
Created with โค๏ธ by ZDev
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- Yulfic
- Version
- 1.1
- Downloads
- 97
- Endorsements
- 2
- Category
- paper
- Created
- 6/18/2025
- Updated
- 11/9/2025
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
๐ง 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 AnimalTranser support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of AnimalTranser?
Version 1.1, published 2025-11-09 with 97 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await