
ModsJava
Capture Spawn
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
CaptureSpawn
A Paper plugin that lets you “capture mobs into a Pokéball” and release them via right-click or a physics-based throw. It preserves entity NBT as much as possible and simulates more realistic projectile behavior (gravity / bounces / rolling / lifetime).
- Runtime: Paper 26.1
- Required dependencies: PacketEvents, NBTAPI (Item-NBT-API plugin)
- License: MIT (LICENSE)
Features
- Capture & release with compressed NBT storage (GZIP + Base64) and necessary sanitization to reduce size risks
- THROW mode: behaves like a real projectile; only captures on collision; can bounce/roll on ground; auto-recovers on timeout
- Pokéball item supports custom player-head texture and configurable name/lore/glow/custom-model-data
- Lore enrichment for common mobs (villager profession/level, sheep color, cat variant, wolf collar/tamed, etc.)
- Protection-friendly: optional “build permission” checks for capture/release to prevent abuse in protected areas
- Persistent local logs with time-range queries (CO-like time filtering)
Quick Start
- Install dependencies: PacketEvents, NBTAPI (Item-NBT-API plugin)
- Put CaptureSpawn into
plugins/and start the server once to generate config - Edit
plugins/CaptureSpawn/config.yml
Default interaction mode is THROW (can be switched back to DIRECT in config).
Commands
/capturespawn reloadreload config and listeners/capturespawn log <player|me> <from> [to] [release|capture|all] [limit]- Time examples:
10m1h2d1w1h30m - Examples:
/capturespawn log me 10m all 50/capturespawn log steve 3d 1d release 100
- Time examples:
Permissions
capturespawn.capturecapture permissioncapturespawn.releaserelease permissioncapturespawn.bypass.blacklistbypass capture blacklistcapturespawn.craftcraft permission (optional)capturespawn.reloadreload permission (default: OP)capturespawn.loglog query permission (default: OP)
Config Notes
plugins/CaptureSpawn/config.yml (high-level)
interaction-mode: THROW | DIRECTthrow.physics.*: air drag / bounce restitution / friction / max bounces / min-speed thresholdstorage.nbt-format: GZIP_BASE64+storage.max-bytes: control payload sizeprotection.capture-requires-build / protection.release-requires-build: build-based checkslogging.*: local log enablement, filename pattern, flush interval, queue limit
Local Logs
Logs are written daily by default:
plugins/CaptureSpawn/logs/ball-YYYY-MM-DD.log
The log format is TSV (one record per line) and includes timestamp, player, action, entity type, world/coords, result, etc.
Compatibility
- Dependencies:
- PacketEvents (used for THROW mode packet-based triggering)
- NBTAPI (Item-NBT-API plugin for reading/writing entity NBT)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 26.1, 26.1.1, 26.1.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as CaptureSpawn-0.2.3.jar — drop this file into the mods folder
- Download size: 88 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.