Creature Capture

Catch them all on your server
CreatureCapture turns mob hunting into a real progression system. Use the Capture Bow to capture creatures, collect their spawn eggs, complete your personal collection, and compete with other players on the server leaderboard.
Perfect for survival servers, collection-based gameplay, custom progression, and for use alongside SpawnerSilk.
Features
- Capture creatures with a special bow enchanted with Silk Touch
- Collection system: every unique creature you capture is permanently recorded
- Player progression: track your completion with /cc collection and /cc stats
- Competitive leaderboard: compare players with /cc top
- Persistent data storage with SQLite
- Automatic migration from the old captures.yml format
- Configurable mob list: enable or disable capture per creature in config.yml
- Configurable bow durability and capture chance
- Spawner interaction support and special Iron Golem egg handling
- Tab completion for commands
How it works
- Get a Capture Bow with /cc get or through the enchantment table
- Shoot a compatible creature with the bow
- If the capture succeeds, the creature is turned into its spawn egg
- The capture is added to the player’s permanent collection
This makes CreatureCapture more than a utility plugin: it adds a real collection and progression loop to your server.
Commands
| Command | Description |
|---|---|
| /cc get | Get a Capture Bow |
| /cc reload | Reload the plugin configuration |
| /cc collection | Show your captured creatures and progression |
| /cc stats | Show your personal capture stats |
| /cc top | Show the server leaderboard |
Permissions
| Permission | Description |
|---|---|
| creaturecapture.capture | Allows players to capture creatures |
| creaturecapture.cc | Grants access to CreatureCapture commands |
| creaturecapture.get | Allows use of /cc get |
| creaturecapture.reload | Allows use of /cc reload |
| creaturecapture.collection | Allows use of /cc collection |
| creaturecapture.stats | Allows use of /cc stats |
| creaturecapture.top | Allows use of /cc top |
Compatibility
Compatible with Bukkit, Spigot and Paper.
Built for modern Minecraft servers with 1.13+ API support and updated against 1.21.1.
Configuration
You can fully customize the plugin in config.yml:
- Chance to get the Capture Bow in the enchantment table
- Bow durability
- Capture success chance
- Whether spawners can be modified with eggs
- Which creatures can or cannot be captured
Installation
Drop CreatureCapture.jar into your plugins folder and restart your server.
Issues & Support
Found a bug or have a suggestion? Please report it in the issue tracker or join the Discord server.
Other plugins
- SpawnerSilk: Mine spawners with Silk Touch
- DeadChest: Keep your inventory in a chest when you die
- Cryweather: Manage time easily
- RedStoneMe: Activate redstone with your presence
- MendingEnchant: Add Mending to the enchantment table
- MobsManager: Control which mobs can spawn on your server



-
View User Profile
-
Send Message
Posted Sep 4, 2019In reply to InflamedSebi:
Thanks ! Currently there is no way because Mojang make Minecraft in the way that enderman can't be hit by arrow and I want to keep this game choice in my plugin. But I can eventually add an option to allow the capture of the enderman in a future update.
-
View User Profile
-
Send Message
Posted Aug 25, 2019When you get a capture bow from the enchanting table it will only kill the mobs, but if I give myself one it works.
-
View User Profile
-
Send Message
Posted Aug 26, 2019In reply to Tattered_Steel:
Thanks for your feedback, that will be patch in the next version
-
View User Profile
-
Send Message
Posted Aug 26, 2019In reply to Tattered_Steel:
This issue is solved in version 1.5 of the plugin. Update is currently in deployement.
-
View User Profile
-
Send Message
Posted Aug 18, 2019I'd love to see it be able to catch iron golems
-
View User Profile
-
Send Message
Posted Aug 19, 2019In reply to hopecody2000:
Yes, I will add golem in the future. There is no Iron Golem egg in Minecraft, so I need to generate a custom egg to do that.