File Details
Endless Leveling 8.7.0
- R
- May 5, 2026
- 18.07 MB
- 261
- Early Access
File Name
EndlessLeveling-8.7.0.jar
Supported Versions
- Early Access
BACK UP YOUR DATA
⚔️Endless Dungeons and Gates / Endless Rifts and Raids [CLICK HERE]
📜Endless Quests and Rewards [CLICK HERE]
Support ongoing development and be among the first to experience new features as they’re released!
Multi-Mod Bump Wave
(Hytale canonical plugin folder + identifier migration)
This release updates all Endless* mods (except EndlessEliteMobs) to follow Hytale’s canonical plugin structure:
- Data folder:
<group>_<name>/ - Plugin identifier:
Group:Name
🚨 Breaking Change (Modders)
All plugin identifiers have changed from:
com.airijko:<PluginName>
to:
Airijko:<NewPluginName>
If you don’t update your Dependencies, your addon will fail to load.
🔄 Required Dependency Updates
| Old | New |
|---|---|
com.airijko:EndlessLeveling |
Airijko:EndlessLevelingCore |
com.airijko:EndlessRiftsAndRaids |
Airijko:EndlessRiftsAndTrials |
com.airijko:EndlessQuestAndRewards |
Airijko:EndlessQuests |
com.airijko:EndlessLevelingPartnerAddon (Histatu fork) |
Airijko:EndlessLevelingOfficialServerPartner |
📦 Updated Mods
EndlessLeveling → EndlessLevelingCore (8.7.0)
- Renamed plugin ID →
Airijko:EndlessLevelingCore - ✅ Migrated to
JavaPlugin.getDataDirectory() - ✅ YAML → JSON config migration
- ✅ SQLite player data backend (replaces per-UUID JSON files)
- ➕ Added
PartnerAddonPresencedetection system
EndlessMarriage (2.6.0)
- Now depends on
Airijko:EndlessLevelingCore MarriageFilesManagerupdated to use injected data directory
EndlessQuests (1.1.0) (renamed from EndlessQuestAndRewards)
- New ID:
Airijko:EndlessQuests - UI overhaul
- Added
QuestCategoryfiltering - New tracking systems:
- harvest
- pickup
- drop
quests.yml→quests.json
EndlessRiftsAndTrials (1.3.0) (renamed from EndlessRiftsAndRaids)
- New ID:
Airijko:EndlessRiftsAndTrials - YAML → JSON config migration
- Added
dungeongate.json MobWaveManageroptimization pass
Addon Ecosystem (1.4 bump)
EndlessLevelingPartnerAddonEndlessLevelingOfficialServerPartnerEndlessLevelingARankAddon
Changes:
- Canonical data folder migration
- YAML → JSON example seeds
- Updated dependency keys
EndlessLevelingTemplate (1.2.0)
- Updated to new structure
- JSON example configs
🧠 Why This Matters
This aligns all Endless mods with how Hytale actually resolves plugins internally:
PluginManager.getPlugin("Airijko:EndlessLevelingCore")now works correctly- No more mismatch between manifest IDs and runtime lookup
- Cleaner data folder structure across all mods
⚠️ Migration Checklist
If you maintain an addon:
- <input disabled="disabled" type="checkbox"> Update
Dependencies→ newAirijko:*IDs - <input disabled="disabled" type="checkbox"> Rename any hardcoded plugin lookups
- <input disabled="disabled" type="checkbox"> Migrate config files from
.yml→.json - <input disabled="disabled" type="checkbox"> Expect player data to now live in SQLite (core mod)


