Changelog — v1.50
What's New
PlaceholderAPI Integration
8 new placeholders to display player progress anywhere on your server:
| Placeholder |
Description |
%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
| Trigger |
Description |
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 |
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