File Details
KyuubiSoftAchievements-1.8.2.jar
- R
- Feb 2, 2026
- 1.02 MB
- 240
- Early Access
File Name
KyuubiSoftAchievements-1.8.2.jar
Supported Versions
- Early Access
New Features
Multi-Target Support
You can now target multiple entities or blocks with comma-separated values:
// Kill any spider type (regular + cave spiders)
"trigger": { "type": "kills", "target": "Spider,Spider_Cave", "count": 100 }
// Target multiple mob types
"trigger": { "type": "kills", "target": "Trork,Goblin,Skeleton", "count": 500 }
// Works with prefix matching too
"trigger": { "type": "blocks_mined", "target": "Ore_Copper,Ore_Iron", "count": 200 }
Smart Filter Visibility
- MMO Skills filter now auto-hides when MMO SkillTree plugin isn't installed
- RPG Leveling filter now auto-hides when RPG Leveling plugin isn't installed
- Cleaner UI for servers without these optional dependencies
Bug Fixes
Config Migration Fixed
- Critical Fix: Automatic config updates now work correctly
- Old configs (v2) are automatically replaced with new corrected configs (v3)
- No more manual config deletion required after updates!
Item ID Corrections
Fixed 16+ invalid item IDs that caused "invalid item" errors:
| Old (Invalid) | New (Correct) |
|---|---|
| Material_String | Ingredient_Fibre |
| Material_Poison | Ingredient_Sac_Venom |
| Material_Fur | Ingredient_Hide_Medium |
| Material_Chitin | Ingredient_Chitin_Sturdy |
| Material_Scales | Ingredient_Hide_Scaled |
| Material_Bone | Ingredient_Bone_Fragment |
| Food_Beef_Cooked | Food_Wildmeat_Cooked |
| Consumable_Food_Bread | Food_Bread |
| Plant_Flower_Daisy | Plant_Flower_Common_White |
| Resource_Wood_Log | Wood_Oak_Trunk |
| Tool_Capture_Crate_Full | Tool_Capture_Crate |
| Tool_Repair_Kit_Legendary | Tool_Repair_Kit_Rare |
| Potion_Health_Strong | Potion_Health_Greater |
Technical Details
- Config version: 3 (triggers auto-migration from v2)
- All 190 item references validated against 2958 server items
- Multi-target matching uses efficient comma-split with trim
Upgrade Instructions
Simply replace the JAR file - your configs will automatically update!