{"id":166312,"date":"2026-06-09T21:19:06","date_gmt":"2026-06-09T18:19:06","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/"},"modified":"2026-06-09T21:19:06","modified_gmt":"2026-06-09T18:19:06","slug":"villager-claim","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/","title":{"rendered":"villager claim"},"content":{"rendered":"<p>![Version](https:\/\/img.shields.io\/badge\/version-1.0.0-blue.svg)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/minecraft-1.21+-green.svg)<br \/>\n![Server](https:\/\/img.shields.io\/badge\/server-Paper%20%7C%20Spigot-orange.svg)<br \/>\n![Java](https:\/\/img.shields.io\/badge\/java-17+-red.svg)<br \/>\n![Discord](https:\/\/discord.gg\/cybycQ9wGp)<\/p>\n<p>> A revolutionary villager control plugin that lets you claim, manage, and control villagers using a simple stick!<\/p>\n<p>## \ud83c\udf1f Features<\/p>\n<p>### Core Features<br \/>\n&#8211; \ud83c\udfd8\ufe0f **Stick-Based Interaction** &#8211; Right-click villagers with a STICK (no more mumbling!)<br \/>\n&#8211; \ud83c\udfaf **Villager Claiming** &#8211; Claim villagers with custom names and full control<br \/>\n&#8211; \ud83d\udeb6 **Follow System** &#8211; Make villagers follow you around the world<br \/>\n&#8211; \ud83e\uddca **Freeze System** &#8211; Freeze villagers in place when needed<br \/>\n&#8211; \ud83d\udd12 **Permission-Based Limits** &#8211; Control how many villagers players can claim (8, 16, 32, 64, or unlimited)<br \/>\n&#8211; \ud83d\udcbe **Smart Persistence** &#8211; All villager states persist across server restarts<br \/>\n&#8211; \ud83c\udfa8 **Visual Effects** &#8211; Particle effects and smooth animations<br \/>\n&#8211; \u26a1 **Performance Optimized** &#8211; Efficient tracking with smart cleanup systems<\/p>\n<p>### Advanced Features<br \/>\n&#8211; **Freeze-on-Look** &#8211; Villagers freeze when you look at them (configurable duration)<br \/>\n&#8211; **Cross-World Support** &#8211; Bring villagers between worlds (configurable)<br \/>\n&#8211; **Inventory System** &#8211; Access and manage villager inventories with full item storage<br \/>\n&#8211; **Auto-Despawn Protection** &#8211; Villagers despawn when too far away (performance)<br \/>\n&#8211; **Manual Despawn System** &#8211; Use `\/vc away` to make villagers disappear manually<br \/>\n&#8211; **Bring Back System** &#8211; Use `\/vc bring` to restore despawned villagers<br \/>\n&#8211; **Inventory Protection** &#8211; Villagers with items become invulnerable and can&#8217;t be unclaimed<br \/>\n&#8211; **Smart Despawn** &#8211; Villagers auto-despawn when you fly too fast with elytra<br \/>\n&#8211; **Teleportation Limits** &#8211; Prevent abuse with cooldowns and limits<br \/>\n&#8211; **World Restrictions** &#8211; Control which worlds villagers can be brought to<br \/>\n&#8211; **Command Cooldowns** &#8211; Prevent spam with configurable cooldowns<br \/>\n&#8211; **Debug System** &#8211; Comprehensive logging for troubleshooting<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce5 Installation<\/p>\n<p>### Prerequisites<br \/>\n&#8211; Paper or Spigot server running Minecraft 1.21+<br \/>\n&#8211; Java 17 or higher installed on your server<\/p>\n<p>### Steps<br \/>\n1. **Download** the latest `VillagerClaim-1.0.0.jar` file<br \/>\n2. **Stop** your Minecraft server<br \/>\n3. **Place** the JAR file in your server&#8217;s `plugins` folder<br \/>\n4. **Start** your server<br \/>\n5. The plugin will create a `VillagerClaim` folder with default configuration<br \/>\n6. **Configure** the plugin by editing `plugins\/VillagerClaim\/config.yml`<br \/>\n7. **Reload** the plugin with `\/vc reload` or restart the server<\/p>\n<p>### Verification<br \/>\nAfter installation, verify the plugin is working:<br \/>\n&#8220;`<br \/>\n> plugins<br \/>\n[10:00:00 INFO]: Plugins (1): VillagerClaim<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>The plugin generates a `config.yml` file in `plugins\/VillagerClaim\/` with extensive customization options.<\/p>\n<p>### Basic Configuration<\/p>\n<p>#### General Settings<br \/>\n&#8220;`yaml<br \/>\ngeneral:<br \/>\n  # Maximum distance to interact with villagers<br \/>\n  max-interaction-distance: 5.0<\/p>\n<p>  # Time in seconds to freeze villager when looking at it<br \/>\n  # Set to -1 for infinite duration (until player looks away)<br \/>\n  freeze-on-look-duration: 3<\/p>\n<p>  # Interaction tool &#8211; players must hold a STICK<br \/>\n  interaction-tool: STICK<br \/>\n&#8220;`<\/p>\n<p>#### World Restrictions<br \/>\n&#8220;`yaml<br \/>\nworlds:<br \/>\n  # Allow bringing villagers to specific worlds<br \/>\n  allow-worlds:<br \/>\n    world: true          # Overworld (default world)<br \/>\n    world_nether: false  # Nether<br \/>\n    world_the_end: false # End<\/p>\n<p>  # Cross-world villager management<br \/>\n  cross-world-teleport: true<br \/>\n&#8220;`<\/p>\n<p>#### Message Customization<br \/>\nAll messages support Minecraft color codes (`&#038;` format):<br \/>\n&#8220;`yaml<br \/>\nmessages:<br \/>\n  # Claim messages<br \/>\n  villager-claimed: &#8220;&#038;a&#038;l\u2713 &#038;aYou have claimed &#038;e{villager_name} &#038;aas your villager!&#8221;<br \/>\n  villager-already-claimed: &#8220;&#038;c&#038;l\u2717 &#038;cThis villager is already claimed by &#038;e{owner_name}&#038;c!&#8221;<\/p>\n<p>  # Command messages<br \/>\n  villager-following: &#8220;&#038;a&#038;l\u2713 &#038;a{villager_name} &#038;ais now following you!&#8221;<br \/>\n  villager-frozen: &#8220;&#038;b&#038;l\u2713 &#038;b{villager_name} &#038;bis now frozen in place!&#8221;<br \/>\n  villager-unclaimed: &#8220;&#038;c&#038;l\u2713 &#038;c{villager_name} &#038;chas been unclaimed!&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### Feature Toggles<br \/>\n&#8220;`yaml<br \/>\nfeatures:<br \/>\n  # Enable villager freezing when looking at them<br \/>\n  freeze-on-look: true<\/p>\n<p>  # Enable villager following mechanics<br \/>\n  follow-mechanics: true<\/p>\n<p>  # Enable villager freezing mechanics<br \/>\n  freeze-mechanics: true<\/p>\n<p>  # Enable command cooldowns (in seconds)<br \/>\n  command-cooldown: 2<\/p>\n<p>  # Enable villager inventory system<br \/>\n  villager-inventory: true<br \/>\n&#8220;`<\/p>\n<p>#### Advanced Settings<br \/>\n&#8220;`yaml<br \/>\nadvanced:<br \/>\n  # Auto-save villager data (in minutes)<br \/>\n  auto-save-interval: 5<\/p>\n<p>  # Maximum villager name length<br \/>\n  max-name-length: 20<\/p>\n<p>  # Teleportation limits<br \/>\n  max-teleports-per-minute: 3<br \/>\n  teleport-cooldown-seconds: 5<\/p>\n<p>  # Despawn settings<br \/>\n  max-follow-distance: 50<br \/>\n  despawn-distance: 100<br \/>\n&#8220;`<\/p>\n<p>### Configuration Examples<\/p>\n<p>**Example 1: Basic Setup (Default)**<br \/>\n&#8220;`yaml<br \/>\ngeneral:<br \/>\n  freeze-on-look-duration: 3<br \/>\n  max-interaction-distance: 5.0<\/p>\n<p>features:<br \/>\n  freeze-on-look: true<br \/>\n  follow-mechanics: true<br \/>\n  freeze-mechanics: true<br \/>\n&#8220;`<\/p>\n<p>**Example 2: Infinite Freeze on Look**<br \/>\n&#8220;`yaml<br \/>\ngeneral:<br \/>\n  freeze-on-look-duration: -1  # Infinite until look away<br \/>\n&#8220;`<\/p>\n<p>**Example 3: No Freeze on Look**<br \/>\n&#8220;`yaml<br \/>\ngeneral:<br \/>\n  freeze-on-look-duration: 0  # Disabled<br \/>\nfeatures:<br \/>\n  freeze-on-look: false<br \/>\n&#8220;`<\/p>\n<p>**Example 4: Cross-World Disabled**<br \/>\n&#8220;`yaml<br \/>\nworlds:<br \/>\n  cross-world-teleport: false<br \/>\n  allow-worlds:<br \/>\n    world: true<br \/>\n    world_nether: false<br \/>\n    world_the_end: false<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdc Commands<\/p>\n<p>All commands use the `\/vc` prefix (alias for `\/villagerclaim`).<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/vc list` | Lists all your claimed villagers | `villagerclaim.use` |<br \/>\n| `\/vc despawned` | Lists your despawned villagers | `villagerclaim.use` |<br \/>\n| `\/vc follow <name>` | Makes a villager follow you | `villagerclaim.use` |<br \/>\n| `\/vc unfollow <name>` | Stops a villager from following | `villagerclaim.use` |<br \/>\n| `\/vc freeze <name>` | Freezes a villager in place | `villagerclaim.use` |<br \/>\n| `\/vc unfreeze <name>` | Unfreezes a villager | `villagerclaim.use` |<br \/>\n| `\/vc unclaim <name>` | Releases a villager | `villagerclaim.use` |<br \/>\n| `\/vc bring <name>` | Bring back a despawned villager | `villagerclaim.use` |<br \/>\n| `\/vc away <name>` | Make a villager disappear (manual despawn) | `villagerclaim.use` |<br \/>\n| `\/vc inventory <name>` | Open villager&#8217;s inventory | `villagerclaim.use` |<br \/>\n| `\/vc inv <name>` | Short form of inventory command | `villagerclaim.use` |<br \/>\n| `\/vc worlds` | Show allowed worlds for villagers | `villagerclaim.use` |<\/p>\n<p>### Admin Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/vc reload` | Reloads the configuration | `villagerclaim.admin` |<br \/>\n| `\/vc check <player>` | Views a player&#8217;s villagers | `villagerclaim.admin` |<br \/>\n| `\/vc reset <player>` | Resets a player&#8217;s villagers | `villagerclaim.admin` |<\/p>\n<p>### Command Details<\/p>\n<p>#### `\/vc list`<br \/>\nShows all your claimed villagers with their status:<br \/>\n&#8220;`<br \/>\nYour Villagers:<br \/>\n&#8211; Steve (Following)<br \/>\n&#8211; Bob (Frozen)<br \/>\n&#8211; Alice (Idle)<br \/>\n&#8220;`<\/p>\n<p>#### `\/vc follow <name>`<br \/>\nMakes a villager follow you around:<br \/>\n&#8220;`<br \/>\n\u2713 Steve is now following you!<br \/>\n&#8220;`<\/p>\n<p>#### `\/vc freeze <name>`<br \/>\nFreezes a villager in place:<br \/>\n&#8220;`<br \/>\n\u2713 Steve is now frozen in place!<br \/>\n&#8220;`<\/p>\n<p>#### `\/vc unclaim <name>`<br \/>\nReleases a villager (they become normal villagers):<br \/>\n&#8220;`<br \/>\n\u2713 Steve has been unclaimed!<br \/>\n&#8220;`<\/p>\n<p>#### `\/vc despawned`<br \/>\nShows all your despawned villagers:<br \/>\n&#8220;`<br \/>\nYour Despawned Villagers:<br \/>\n&#8211; Steve (Despawned)<br \/>\n&#8211; Bob (Despawned)<br \/>\n&#8220;`<\/p>\n<p>#### `\/vc bring <name>`<br \/>\nBrings back a despawned villager:<br \/>\n&#8220;`<br \/>\n\u2713 Steve has been brought back!<br \/>\n&#8220;`<\/p>\n<p>#### `\/vc away <name>`<br \/>\nMakes a villager disappear (manual despawn):<br \/>\n&#8220;`<br \/>\n\u2713 Steve has been sent away!<br \/>\n&#8220;`<\/p>\n<p>#### `\/vc inventory <name>`<br \/>\nOpens a villager&#8217;s inventory:<br \/>\n&#8220;`<br \/>\n\u2713 Opened Steve&#8217;s inventory!<br \/>\n&#8220;`<\/p>\n<p>#### `\/vc worlds`<br \/>\nShows allowed worlds for villagers:<br \/>\n&#8220;`<br \/>\nAllowed Worlds:<br \/>\n&#8211; world (Overworld)<br \/>\n&#8211; world_nether (Nether) &#8211; Disabled<br \/>\n&#8211; world_the_end (End) &#8211; Disabled<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `villagerclaim.use` | Use basic villager commands | `true` (everyone) |<br \/>\n| `villagerclaim.admin` | Access admin commands | `op` (operators only) |<br \/>\n| `villagerclaim.limit.8` | Claim up to 8 villagers | `true` (default) |<br \/>\n| `villagerclaim.limit.16` | Claim up to 16 villagers | `false` |<br \/>\n| `villagerclaim.limit.32` | Claim up to 32 villagers | `false` |<br \/>\n| `villagerclaim.limit.64` | Claim up to 64 villagers | `false` |<br \/>\n| `villagerclaim.limit.unlimited` | Claim unlimited villagers | `false` |<\/p>\n<p>### Permission Examples<\/p>\n<p>**Give a player 16 villager limit:**<br \/>\n&#8220;`yaml<br \/>\n# Using LuckPerms<br \/>\n\/lp user Player permission set villagerclaim.limit.16 true<br \/>\n&#8220;`<\/p>\n<p>**Give unlimited villagers to a VIP:**<br \/>\n&#8220;`yaml<br \/>\n# Using LuckPerms<br \/>\n\/lp user VIP permission set villagerclaim.limit.unlimited true<br \/>\n&#8220;`<\/p>\n<p>**Group permissions (in your permissions plugin):**<br \/>\n&#8220;`yaml<br \/>\ngroups:<br \/>\n  default:<br \/>\n    permissions:<br \/>\n      &#8211; villagerclaim.use<br \/>\n      &#8211; villagerclaim.limit.8<br \/>\n  vip:<br \/>\n    permissions:<br \/>\n      &#8211; villagerclaim.limit.32<br \/>\n  admin:<br \/>\n    permissions:<br \/>\n      &#8211; villagerclaim.admin<br \/>\n      &#8211; villagerclaim.limit.unlimited<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd6 Usage Guide<\/p>\n<p>### For Players<\/p>\n<p>#### Getting Started<br \/>\n1. **Hold a STICK** in your hand<br \/>\n2. **Right-click a villager** with the stick<br \/>\n3. **Type a name** when prompted<br \/>\n4. **Use commands** to control your villagers<\/p>\n<p>#### Basic Interactions<br \/>\n&#8211; **Claim a villager:** Right-click with stick \u2192 Enter name<br \/>\n&#8211; **Make follow:** `\/vc follow <name>`<br \/>\n&#8211; **Freeze in place:** `\/vc freeze <name>`<br \/>\n&#8211; **Release villager:** `\/vc unclaim <name>`<\/p>\n<p>#### Advanced Features<br \/>\n&#8211; **Freeze on look:** Look at your villager to freeze them<br \/>\n&#8211; **Cross-world travel:** Bring villagers to different worlds<br \/>\n&#8211; **Inventory access:** Right-click to open villager inventory or use `\/vc inventory <name>`<br \/>\n&#8211; **Auto-despawn protection:** Villagers despawn when too far away<br \/>\n&#8211; **Manual despawn:** Use `\/vc away <name>` to make villagers disappear<br \/>\n&#8211; **Bring back system:** Use `\/vc bring <name>` to restore despawned villagers<br \/>\n&#8211; **Inventory protection:** Villagers with items become invulnerable<br \/>\n&#8211; **Smart despawn:** Villagers auto-despawn when you fly too fast with elytra<\/p>\n<p>### For Admins<\/p>\n<p>#### Monitoring Players<br \/>\nCheck any player&#8217;s villagers:<br \/>\n&#8220;`<br \/>\n\/vc check PlayerName<br \/>\n&#8220;`<\/p>\n<p>#### Managing Limits<br \/>\nSet villager limits using permissions:<br \/>\n&#8220;`<br \/>\n\/lp user Player permission set villagerclaim.limit.32 true<br \/>\n&#8220;`<\/p>\n<p>#### Configuration Changes<br \/>\n1. Edit `plugins\/VillagerClaim\/config.yml`<br \/>\n2. Run `\/vc reload`<br \/>\n3. Changes apply immediately<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbe Data Storage<\/p>\n<p>### Files Created<br \/>\n&#8220;`<br \/>\nplugins\/<br \/>\n\u2514\u2500\u2500 VillagerClaim\/<br \/>\n    \u251c\u2500\u2500 config.yml       # Plugin configuration<br \/>\n    \u251c\u2500\u2500 villagerdata.yml  # Villager claim data<br \/>\n    \u2514\u2500\u2500 bypass.yml       # Bypass player data<br \/>\n&#8220;`<\/p>\n<p>### Villager Data Structure<br \/>\nThe `villagerdata.yml` file stores:<br \/>\n&#8211; Villager UUID and name<br \/>\n&#8211; Owner UUID and name<br \/>\n&#8211; Current status (following\/frozen\/idle)<br \/>\n&#8211; Location data<br \/>\n&#8211; Inventory contents<br \/>\n&#8211; World information<\/p>\n<p>### Data Persistence<br \/>\nVillager data is automatically saved:<br \/>\n&#8211; When a player disconnects<br \/>\n&#8211; Every 5 minutes (configurable)<br \/>\n&#8211; When the server stops<br \/>\n&#8211; When villager status changes<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd27 Troubleshooting<\/p>\n<p>### Common Issues<\/p>\n<p>#### Issue: Can&#8217;t interact with villagers<br \/>\n**Solutions:**<br \/>\n1. Make sure you&#8217;re holding a STICK<br \/>\n2. Check you&#8217;re within interaction distance (5 blocks)<br \/>\n3. Verify villager isn&#8217;t already claimed by someone else<br \/>\n4. Check permissions: `\/vc list`<\/p>\n<p>#### Issue: Villagers not following<br \/>\n**Solutions:**<br \/>\n1. Check villager is claimed by you: `\/vc list`<br \/>\n2. Verify follow command: `\/vc follow <name>`<br \/>\n3. Check if villager is frozen: `\/vc unfreeze <name>`<br \/>\n4. Ensure you&#8217;re not too far away (50 block limit)<\/p>\n<p>#### Issue: Commands not working<br \/>\n**Solutions:**<br \/>\n1. Verify permissions are set correctly<br \/>\n2. Check console for errors<br \/>\n3. Ensure you&#8217;re using correct command format<br \/>\n4. Try using the full command: `\/villagerclaim` instead of `\/vc`<\/p>\n<p>#### Issue: Villagers disappearing<br \/>\n**Solutions:**<br \/>\n1. Check despawn distance settings<br \/>\n2. Verify world restrictions<br \/>\n3. Check if villager died (they can take damage)<br \/>\n4. Look for console errors<\/p>\n<p>#### Issue: Cross-world not working<br \/>\n**Solutions:**<br \/>\n1. Check `cross-world-teleport: true` in config<br \/>\n2. Verify world is in `allow-worlds` list<br \/>\n3. Check player permissions<br \/>\n4. Ensure villager is following you<\/p>\n<p>#### Issue: Villager disappeared (despawned)<br \/>\n**Solutions:**<br \/>\n1. Check if villager is despawned: `\/vc despawned`<br \/>\n2. Bring back with: `\/vc bring <name>`<br \/>\n3. Check if you flew too fast with elytra<br \/>\n4. Verify villager wasn&#8217;t killed by mobs<\/p>\n<p>#### Issue: Can&#8217;t unclaim villager<br \/>\n**Solutions:**<br \/>\n1. Check if villager has items: `\/vc inventory <name>`<br \/>\n2. Empty villager inventory first<br \/>\n3. Villagers with items are protected from unclaiming<br \/>\n4. Use `\/vc away <name>` to despawn if needed<\/p>\n<p>#### Issue: Villager inventory not saving<br \/>\n**Solutions:**<br \/>\n1. Check if villager is claimed by you<br \/>\n2. Ensure you&#8217;re the owner of the villager<br \/>\n3. Try closing and reopening inventory<br \/>\n4. Check console for errors<\/p>\n<p>### Getting Help<\/p>\n<p>If you need additional support:<br \/>\n1. Check console logs for error messages<br \/>\n2. Verify your configuration is valid YAML syntax<br \/>\n3. Join our Discord server: https:\/\/discord.gg\/cybycQ9wGp<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca Performance<\/p>\n<p>### Resource Usage<br \/>\n&#8211; **Memory:** Minimal (<10MB for typical server)\n- **CPU:** Very light (efficient tracking system)\n- **Disk:** Small data files (YAML format)\n- **Network:** No network operations\n\n### Optimization Tips\n1. Adjust `auto-save-interval` based on villager count\n2. Set appropriate `despawn-distance`\n3. Use `max-follow-distance` to reduce unnecessary checks\n4. Consider world restrictions for performance\n\n### Tested Performance\n- \u2705 Works efficiently with 100+ claimed villagers\n- \u2705 No noticeable TPS impact\n- \u2705 Fast data saving (<100ms)\n- \u2705 Minimal memory footprint\n\n---\n\n## \ud83d\ude80 Roadmap\n\nPotential features for future versions:\n- [ ] Villager trading integration\n- [ ] Villager profession management\n- [ ] Villager breeding system\n- [ ] GUI for villager management\n- [ ] Villager groups and teams\n- [ ] Advanced villager AI\n- [ ] Villager marketplace\n- [ ] Villager statistics tracking\n- [ ] Enhanced inventory management\n- [ ] Villager job assignments\n- [ ] Automated villager tasks\n\n---\n\n## \ud83e\udd1d Support\n\n### Bug Reports\nIf you find a bug, please report it with:\n- Plugin version\n- Server software and version\n- Steps to reproduce\n- Console errors (if any)\n\n### Feature Requests\nHave an idea? Share it with details about:\n- What you want to achieve\n- How it would benefit users\n- Example use cases\n\n### Discord Community\nJoin our Discord server for support, updates, and community discussion:\n**https:\/\/discord.gg\/cybycQ9wGp**\n\n---\n\n## \ud83d\udcdc License\n\nThis plugin is free to use and modify for your server.\n\n### Terms\n- \u2705 Licensed for use on any server\n- \u274c Modification for personal purposes is prohibited\n- \u274c Redistribution, even with credit, is prohibited\n- \u274c Commercial resale is prohibited\n- \u274c No warranty or guarantee is provided\n\n---\n\n## \ud83d\udc68\u200d\ud83d\udcbb Author\n\n**Yenith**\n\n---\n\n## \u2b50 Thank You!\n\nThank you for using VillagerClaim! If you enjoy this plugin:\n- Share it with other server owners\n- Leave feedback and suggestions\n- Report bugs to help improve it\n- Consider supporting future development\n- Join our Discord community: https:\/\/discord.gg\/cybycQ9wGp\n\n---\n\n**Made with \u2764\ufe0f for the Minecraft community**\n\n*Last Updated: 08 October 2025*\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A revolutionary villager control plugin that lets you claim, manage, and control villagers using a simple stick!<\/p>\n","protected":false},"featured_media":166313,"template":"","meta":{"_minecraft_slug":"villager-claim","_minecraft_project_id":"z0h5R8CP","_minecraft_author":"Yenith","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":94,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"villager-claim.zip","_minecraft_size_bytes":49668,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T19:49:49.403071Z","_minecraft_date_created":"2025-10-09T04:56:59.072039Z","_minecraft_date_modified":"2025-10-08T00:24:20.261941Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/villager-claim","_minecraft_icon_attachment_id":166313,"_minecraft_imported_at":"2026-06-09T18:19:06+00:00","_minecraft_import_hash":"f52b08ceb5447528b5c31d2bd54a62f5","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,127,91,92],"mod_loader":[132],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-166312","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-paper","mod_category-storage","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>villager claim - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"villager claim - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A revolutionary villager control plugin that lets you claim, manage, and control villagers using a simple stick!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/villager-claim\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/villager-claim\\\/\",\"name\":\"villager claim - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/villager-claim\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/villager-claim\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/villager-claim-icon-be808c5be1a07c30b77e84413014fa32e84bad32_96.webp\",\"datePublished\":\"2026-06-09T18:19:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/villager-claim\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/villager-claim\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/villager-claim\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/villager-claim-icon-be808c5be1a07c30b77e84413014fa32e84bad32_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/villager-claim-icon-be808c5be1a07c30b77e84413014fa32e84bad32_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/villager-claim\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"villager claim\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"villager claim - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/","og_locale":"en_US","og_type":"article","og_title":"villager claim - Minecraft","og_description":"A revolutionary villager control plugin that lets you claim, manage, and control villagers using a simple stick!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/","name":"villager claim - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/villager-claim-icon-be808c5be1a07c30b77e84413014fa32e84bad32_96.webp","datePublished":"2026-06-09T18:19:06+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/villager-claim-icon-be808c5be1a07c30b77e84413014fa32e84bad32_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/villager-claim-icon-be808c5be1a07c30b77e84413014fa32e84bad32_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/villager-claim\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"villager claim"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/166312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/166313"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=166312"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=166312"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=166312"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=166312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}