
Advancement Rewards
A plugin that rewards players with Vault economy money when they complete advancements.
723
7
A near-total rewrite — item rewards, a drag-and-drop web editor, in-game reward management, and a SQL data store.
Added
- Item rewards — grant items (with custom display name + lore via
&colour codes), money, or both for any advancement. New richconfig.ymlform alongside the simple money-only form. - Web editor (
/ar config) — a drag-and-drop browser UI to arrange rewards and push them to the live server. Per-player session links, server-side validation of every change, and an automaticconfig.yml.bakbackup before each apply. - In-game reward management —
/ar list,/ar advancements(browse every advancement on the server — vanilla, datapack, or mod),/ar add, and/ar remove, so rewards can be managed without editing files. - Any advancement — vanilla, datapack, and mod/plugin-added advancements are all supported.
- Economy provider selection — choose the Vault provider (
auto/Essentials/CMI/ custom) inconfig.yml. Works without Vault for item-only setups. - SQL player data — claim tracking moved to SQLite (default) with optional MariaDB, configured in
config.yml. Asynchronous and cached so the main thread never blocks; legacyplayerdata/*.ymlfiles are imported automatically on first start. - Multi-platform support — one jar runs on Paper, Purpur, Spigot, Bukkit, and Folia, with no extra setup on any of them.
Changed
- Supports a wide version range: Minecraft 1.18 – 26.1.2.
- Permissions reworked to
ar.reload,ar.edit, andar.admin(replacingadvancementrewards.reload). - Cleaner, paginated chat output with clickable controls for
/ar listand/ar advancements. - Improved update notifications and metrics.
- Item rewards — grant items (with custom display name + lore via
Changelog
- Added bStats analytics.
- Added an update notifier.
AdvancementRewards v1.0 Release
AdvancementRewards is a lightweight, customizable plugin designed to reward players with in-game currency (using Vault economy) for completing specific Minecraft advancements. This plugin is perfect for enhancing the player experience by providing incentives for reaching key milestones in their progression.
