(+1 New Trigger, No server restart needed on advancement edit creation etc..., new hidden feature, added visual connection target, multiple fixes...)
Check
Changelogs for more informations...
PlaceholderAPI Integration
8 new placeholders to display player progress anywhere on your server:
- %premiumadvancements_completed% - Total completed advancements
- %premiumadvancements_total% - Total available advancements
- %premiumadvancements_progress_<id>% - Per-advancement progress
- %premiumadvancements_completed_<id>% - Completion status (true/false)
- %premiumadvancements_percent% - Overall completion %
- %premiumadvancements_latest% - Name of last completed advancement
- %premiumadvancements_ranking% - Player rank by completions
25+ New Trigger Types
- FISH - Catch fish
- BREED - Breed animals
- TAME - Tame animals
- CONSUME - Drink potions/milk/honey
- EAT - Eat food
- HARVEST - Harvest crops
- TRADE - Trade with villagers
- ENCHANT - Enchant with specific enchantment
- POTION_EFFECT - Get a potion effect
- DEATH - Die by specific causes (fall/lava/PVP/mob)
- DAMAGE_DEALT - Deal damage
- DAMAGE_TAKEN - Take damage
- JUMP - Jump
- DROP_ITEM - Drop specific items
- SHEAR - Shear entities
- MILK - Milk cows/mooshrooms
- ARMOR_EQUIP - Equip armor pieces
- SNIFF - Brush suspicious sand/gravel
- RIPTIDE - Use riptide trident
- RAID_WIN - Win a raid
- TARGET_BLOCK - Hit a target block
- BELL_RING - Ring a bell
- CROSSBOW_SHOT - Shoot a crossbow
- FIREWORK - Launch fireworks
- GLIDE - Glide with elytra
- SWIM - Swim
- CLIMB - Climb
- SLEEP - Sleep in a bed
- FILL_BUCKET - Fill a bucket
- EMPTY_BUCKET - Empty a bucket
- COMPOSTER_USE - Use a composter
New Commands
- /padv info <id> - View advancement details and placeholder IDs
- /padv placeholders - List all available placeholders
GUI Improvements
- Advancement ID now shown in GUI lore for easier identification
Bug Fixes
- Fixed progress not restoring on rejoin for multi-requirement triggers
- Fixed mooshroom entity naming (MUSHROOM_COW -> MOOSHROOM)
- Fixed MUSHROOM_COW entity matching for MILK/BREED/TAME/SHEAR triggers
- Fixed sound serialization bugs in BREED trigger GUI
- Fixed dot-format sound names across all advancements
- Fixed chat input listener issues
- Fixed TRAVEL_DIMENSION console error spam
- Fixed various database shutdown issues
- Many other stability improvements and bug fixes
# Changelog – v1.32
- Fixed Woodcutter Default Advancement.
- Fixed all untranslated English texts in French
- Added automatic configuration migration system, your configs now update seamlessly between versions while preserving custom changes
- Fixed Create Advancement GUI not displaying all configuration options on first open
- Fixed update checker reliability and stability
- Added advancement dependencies system (`requires`)
- Prevented advancements from being unlocked before required ones
- Enabled full progression trees for custom advancements
- Added per-world advancement conditions
- Added permission-based advancement conditions
- Reworked the advancements display GUI (`/padv gui`)
- Advancements are now correctly listed and ordered in the GUI
- Added multi-page support to the advancements GUI
- Improved validation when unlocking advancements
- Minor internal optimizations and cleanup