v0.0.5 Patch Notes

What's new in v0.0.5

New Features

  • Comprehensive default XP values for all Hytale blocks based on official item database
  •     Mining: 10+ rock types, 9 ore tiers (Copper→Onyxium), 7 gem types
  •     Woodcutting: 30+ tree types across 5 tiers (Common→Special)
  •     Excavation: All soil types including grass, sand, mud, snow, ash
  •     Harvesting: Grass, ferns, bushes, flowers, crops, fruits, coral, vines
  • PickupItemEventSystem - Awards XP when picking up items

Changes

  • Professional package structure - Reorganized codebase:
  •     api/ - Public API for other plugins
  •     command/ - Command handlers
  •     config/ - Configuration and defaults
  •     data/ - Data models (SkillComponent, SkillType)
  •     event/ - Event system handlers
  •     service/ - Business logic
  •     util/ - Utility classes
  • SkillDefaults.java - Centralized default XP values (separated from config)
  • Updated import paths: com.ziggfreed.mmoskilltree.api.MMOSkillTreeAPI, com.ziggfreed.mmoskilltree.data.SkillType

Looking for technical details? View full developer changelog for v0.0.5