Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
MobGift adds special mob drops, rare rewards, and surprise loot for your Minecraft server.
Changelog
1.0.0-rc.1 - 2026-05-03
Added
- Configurable mob bonus drops through
drops.items. - Optional preservation or replacement of vanilla mob drops.
- Per-drop enable/disable toggle.
- Fixed and ranged item amounts.
- Drop chance configuration with Looting bonuses.
- Mob, world, biome, permission, required-tool, and spawner-mob filters.
- Optional XP, console command, player message, broadcast, sound, and particle rewards.
- Custom item display name, lore, custom model data, enchantments, item flags, and unbreakable metadata.
- Per-player cooldowns with optional persistence in
cooldowns.yml. - Persistent aggregate reward statistics in
stats.yml. - Optional per-reward CSV audit log in
rewards.csv. - Admin commands for reload, list, info, give, cooldown reset, stats, test, preview, validate, and GUI.
- Inventory admin GUI for viewing, editing, creating, duplicating, and deleting drops.
- Public
MobGiftApiservice and cancellableMobGiftDropAwardEvent. - Usage, API, installation, and release checklist documentation.
- GitHub Actions build workflow for Java 21 and Maven.
Changed
- Default behavior keeps vanilla drops unless
drops.replace-default-drops: trueis configured. - The shaded JAR no longer generates
dependency-reduced-pom.xmlin the project root. - English README moved from
REDME.mdtoREADME_EN.md. - Plugin entrypoint source file is named
MobGift.ktto match theMobGiftclass.
Fixed
- Persistent cooldown storage now uses encoded YAML-safe keys, so drop IDs containing dots do not become nested YAML paths.
- Config validation warns about unknown placeholders, invalid permission nodes, and very long cooldowns.
Verification
mvn -q clean packagepasses.- The plugin loads on Paper
1.21.11and reports 18 configured default drops.
Before Final 1.0.3
- Complete the manual in-game checks from
docs/RELEASE_CHECKLIST.md. - If no release blockers are found, set the Maven version to
1.0.0, rebuild, and tag the release.
Information
| Published on | May 3, 2026 |
|---|---|
| Downloads | 5 |
Platforms
Paper (1.21-26.1.2)