HytaleKit
LevelingCore

LevelingCore

by AzureDoomC

gameplay

LevelingCore is a powerful and flexible leveling system for Hytale servers featuring multiple leveling formulas, database backends, and XP migration.

Bring RPG-style progression to your Hytale server with LevelingCore. This powerful leveling system offers multiple formulas, database support, and automatic XP migration.

What Does This Mod Do?

LevelingCore provides a complete leveling framework for servers. Choose from multiple leveling formulas, connect to various databases, and tune progression to match your server’s design goals.

Key Features

Multiple Leveling Formulas

  • Exponential: XP scales exponentially with level
  • Linear: Fixed XP per level
  • Table-based: Define levels via CSV file
  • Custom: Write your own mathematical expressions

Database Support

Connect to multiple database backends via JDBC:

  • H2 (local file)
  • MySQL
  • MariaDB
  • PostgreSQL

XP Migration

Automatically recalculates stored XP when you change formulas, preserving player levels.

Connection Pooling

Configurable pooling for high-traffic servers.

Configuration Example

formula:
  type: "EXPONENTIAL"
  migrateXP: true
  exponential:
    baseXp: 100.0
    exponent: 1.7
    maxLevel: 100000

Who Is This Mod For?

Ideal for:

  • RPG servers
  • Servers wanting progression systems
  • Developers building on leveling mechanics

Compatibility

  • Hytale Version: Early Access
  • Type: Server-side
  • License: MIT License