AnimalGuard

โญ โ€” (1 endorsements) ๐Ÿ“ฅ 140 downloads ๐Ÿ“Œ v1.1.0 ๐Ÿ“… 12/19/2025
๐ŸŸก Updated this year

By nekoneko2872 ยท management

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 3/1/2026 ๐Ÿ“… Created: 12/19/2025

๐Ÿ” Analysis

  • ๐Ÿ† #48 of 234 management mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ“ข Overview **Keep your pets safe. Manage them with precision.** **AnimalGuard** is a robust, lightweight protection plugin designed for modern Minecraft servers (Paper 1.20+). It transforms the simple act of using a **Name Tag** into a secure ownership claim. Unlike complex land-claiming plugins that happen to include animals, AnimalGuard focuses purely on **Entity Protection** with enterprise-grade performance (HikariCP) and a sophisticated Admin GUI. ### Why use this? * **"Players keep killing my horses!"** ๐Ÿ‘‰ Simply name them with a Name Tag to lock ownership. * **"I have too many protected mobs causing lag."** ๐Ÿ‘‰ Use the Admin GUI to sort by "Distance" or "Date" and prune old entities. * **"Where did that protected zombie go?"** ๐Ÿ‘‰ Enable **Markup Mode** to make specific mobs glow through walls. # โœจ Key Features * **๐Ÿท๏ธ Nametag Protection:** Players simply rename a Nametag and right-click a mob to claim it. The mob becomes invincible to other players. * **๐Ÿ–ฅ๏ธ Visual Admin GUI:** A powerful inventory interface for OPs to browse all protected mobs. * **Sortable:** Sort by **Name**, **Registration Date**, or **Distance** from you. * **Teleport/Track:** Easily locate entities relative to your position. * **๐Ÿ”ฆ Markup Mode:** A unique feature that applies the **Glowing Effect** to protected mobs via the GUI, making them instantly visible for management or debugging. * **๐Ÿ’พ Database Support:** Built on **HikariCP** for high-performance connections. * **SQLite:** Zero-setup local file storage (Default). * **MySQL:** Full support for large networks and external databases. * **โšก Performance First:** Written in Kotlin with asynchronous database I/O to ensure your server TPS never drops. # ๐ŸŽฎ How to Use ### For Players 1. Obtain a **Name Tag**. 2. Rename it in an Anvil. 3. **Right-click** any mob (Cow, Horse, Villager, etc.). 4. ๐ŸŽ‰ **Success!** The mob is now yours. Only you can damage or interact with it. ### For Admins 1. Run `/ag` to open the Management GUI. 2. Click the **Compass** to change sorting (e.g., find the nearest protected mobs). 3. **Right-Click** a mob head to toggle **Glowing** (Markup) to find it in the world. 4. **Left-Click** a mob head to **Delete Protection** (Permanently remove owner data). # ๐Ÿ“œ Commands & Permissions | Command | Description | Permission | | :--- | :--- | :--- | | `/ag` | Opens the Admin Management GUI. | `animalguard.admin` | | `/ag reload` | Reloads config.yml and messages.yml. | `animalguard.admin` | | `/ag blacklist list` | Shows all blacklisted mob types. | `animalguard.admin` | | `/ag blacklist add <type>` | Adds a mob type to the blacklist. | `animalguard.admin` | | `/ag blacklist remove <type>` | Removes a mob type from the blacklist. | `animalguard.admin` | *(By default, `animalguard.admin` is granted to OPs)* # โš™๏ธ Configuration You can customize the storage backend and every message displayed to players. ### config.yml ```yaml # ============================================================================= # AnimalGuard - Configuration # ============================================================================= # Database Settings # Choose between SQLite (local file) or MySQL (external). database: type: sqlite # Options: sqlite, mysql sqlite: file: "animalguard.db" mysql: host: "localhost" port: 3306 database: "minecraft" username: "root" password: "password" ssl: false # Connection Pool Settings (HikariCP) pool-size: 10 connection-timeout: 30000 ``` # ๐Ÿ“ธ Gallery **Admin GUI** Manage all protected entities in a centralized interface. Sort by distance to clean up local areas. !(https://cdn.modrinth.com/data/cached_images/777873be83f68adb9619b687a7856f0ed03cf769.png) **Markup Mode** Targeted mobs glow, allowing Admins to easily distinguish protected entities from wild ones. !(https://cdn.modrinth.com/data/cached_images/c18c3cd03b9dcf486c7075c69d4ea1837a455bcc.png) # ๐Ÿ“ˆ bStats !(https://bstats.org/signatures/bukkit/AnimalGuard.svg)

# ๐Ÿ“ข Overview Keep your pets safe. Manage them with precision.

AnimalGuard is a robust, lightweight protection plugin designed for modern Minecraft servers (Paper 1. 20+). It transforms the simple act of using a Name Tag into a secure ownership claim.

Unlike complex land-claiming plugins that happen to include animals, AnimalGuard focuses purely on Entity Protection with enterprise-grade performance (HikariCP) and a sophisticated Admin GUI.

### Why use this? "Players keep killing my horses!" ๐Ÿ‘‰ Simply name them with a Name Tag to lock ownership. "I have too many protected mobs causing lag." ๐Ÿ‘‰ Use the Admin GUI to sort by "Distance" or "Date" and prune old entities. "Where did that protected zombie go?" ๐Ÿ‘‰ Enable Markup Mode to make specific mobs glow through walls.

# โœจ Key Features ๐Ÿท๏ธ Nametag Protection: Players simply rename a Nametag and right-click a mob to claim it. The mob becomes invincible to other players. ๐Ÿ–ฅ๏ธ Visual Admin GUI: A powerful inventory interface for OPs to browse all protected mobs. Sortable: Sort by Name, Registration Date, or Distance from you. Teleport/Track: Easily locate entities relative to your position. ๐Ÿ”ฆ Markup Mode: A unique feature that applies the Glowing Effect to protected mobs via the GUI, making them instantly visible for management or debugging. ๐Ÿ’พ Database Support: Built on HikariCP for high-performance connections. SQLite: Zero-setup local file storage (Default). MySQL: Full support for large networks and external databases. โšก Performance First: Written in Kotlin with asynchronous database I/O to ensure your server TPS never drops.

# ๐ŸŽฎ How to Use

### For Players 1. Obtain a Name Tag. 2. Rename it in an Anvil. 3. Right-click any mob (Cow, Horse, Villager, etc.). 4. ๐ŸŽ‰ Success! The mob is now yours. Only you can damage or interact with it.

### For Admins 1. Run `/ag` to open the Management GUI. 2. Click the Compass to change sorting (e.g., find the nearest protected mobs). 3. Right-Click a mob head to toggle Glowing (Markup) to find it in the world. 4. Left-Click a mob head to Delete Protection (Permanently remove owner data).

# ๐Ÿ“œ Commands & Permissions

| Command | Description | Permission | | :--- | :--- | :--- | | `/ag` | Opens the Admin Management GUI. | `animalguard.admin` | | `/ag reload` | Reloads config.yml and messages.yml. | `animalguard.admin` | | `/ag blacklist list` | Shows all blacklisted mob types. | `animalguard.admin` | | `/ag blacklist add ` | Adds a mob type to the blacklist. | `animalguard.admin` | | `/ag blacklist remove ` | Removes a mob type from the blacklist. | `animalguard.admin` | (By default, `animalguard.admin` is granted to OPs)

# โš™๏ธ Configuration You can customize the storage backend and every message displayed to players.

### config.yml ```yaml # ============================================================================= # AnimalGuard - Configuration # =============================================================================

# Database Settings # Choose between SQLite (local file) or MySQL (external). database: type: sqlite # Options: sqlite, mysql

sqlite: file: "animalguard.db"

mysql: host: "localhost" port: 3306 database: "minecraft" username: "root" password: "password" ssl: false

# Connection Pool Settings (HikariCP) pool-size: 10 connection-timeout: 30000 ```

# ๐Ÿ“ธ Gallery Admin GUI Manage all protected entities in a centralized interface. Sort by distance to clean up local areas.

!(https://cdn.modrinth.com/data/cached_images/777873be83f68adb9619b687a7856f0ed03cf769.png)

Markup Mode Targeted mobs glow, allowing Admins to easily distinguish protected entities from wild ones.

!(https://cdn.modrinth.com/data/cached_images/c18c3cd03b9dcf486c7075c69d4ea1837a455bcc.png)

# ๐Ÿ“ˆ bStats

!(https://bstats.org/signatures/bukkit/AnimalGuard.svg)

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
nekoneko2872
Version
1.1.0
Downloads
140
Endorsements
1
Category
management
Created
12/19/2025
Updated
3/1/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
management, technology, utility

๐Ÿ”ง 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 AnimalGuard 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 AnimalGuard?

Version 1.1.0, published 2026-03-01 with 140 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More management ๐Ÿ‘ค More by nekoneko2872 ๐Ÿ”Ž Similar Mods ๐ŸŒ Best management (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods