KyuubiSoft Achievements (Titles, Rewards)

Achievement System for Hytale with Titles and Rewards full customizable. Integrations with MMO Addons and more!

File Details

KyuubiSoftAchievements-1.8.0.jar

  • R
  • Feb 2, 2026
  • 1.02 MB
  • 97
  • Early Access

File Name

KyuubiSoftAchievements-1.8.0.jar

Supported Versions

  • Early Access

Version 1.8.0 - Item Validation, Bug Fixes & New Features

Bug Fixes

Weekend Warrior Achievement

  • Fixed: Achievement now properly unlocks when logging in on Saturday/Sunday

Chat Broadcast Spam

  • Fixed: Broadcasts are now only sent for achievements that unlock a Title

Item ID Corrections

  • Over 150 item IDs corrected to match Hytale naming conventions
  • Affected: Tools, Weapons, Armor, Materials, Potions, Gems, Furniture
  • All lootbag rewards now grant correctly

New Features

Unlock Date Display

  • Completed achievements now show their unlock date in the gallery
  • Format adapts to server language (DE: dd.MM.yyyy / EN: MM/dd/yyyy)

Public API for Plugin Developers

  • External plugins can now integrate with the achievement system
  • Query achievements, grant/revoke programmatically, listen to events
  • Access via AchievementAPI.getInstance()

RPG Level Display (Optional)

  • Show player level from RPGLeveling plugin in nametag and chat
  • Configurable format, color, and position
  • Disabled by default - enable in config.json under display.showRpgLevel

New Config Options

"display": {
  "showRpgLevel": false,
  "rpgLevelFormat": "Lv.{level}",
  "rpgLevelColor": "#55FFFF",
  "rpgLevelPosition": "after_name"
}

Level positions: before_name, after_name, after_title


Requirements

  • RPG Level display requires RPGLeveling plugin (optional)
  • No migration needed - new options use defaults automatically