Back to mods
ClassesCore project artwork

CurseForge · Hytale mod

ClassesCore

Classes sub mod for the LevelingCore mod.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which ClassesCore release should I use?

Updated 2 months ago
Latest stable file Classescore 0.1.7
Game version Not listed
Mod system Built-in Hytale mod system

Classescore 0.1.7 targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should ClassesCore be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does Classescore 0.1.7 need?

Classescore 0.1.7. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add ClassesCore without breaking your instance.

Built for Classescore 0.1.7. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Classescore 0.1.7. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Classescore 0.1.7. It opens that exact file at the source.

About this project

What does ClassesCore add?

Header

Description

ClassesCore is a flexible and developer-friendly foundation mod that provides a complete framework for implementing class-based gameplay systems. It allows server creators and developers to define player roles, enforce restrictions, and build scalable progression systems through clean APIs and integrations.

ClassesCore is designed to work alongside other mods, particularly LevelingCore, which handles progression mechanics such as XP and leveling, while ClassesCore focuses on defining and enforcing class identity.


Features

Modular Class System

  • Register and manage custom player classes
  • Flexible architecture for extending and modifying class behavior
  • Clean separation between class logic and progression systems

Player Stats & Attributes

  • Built-in stat system for handling attributes like damage and scaling
  • Easily extendable for custom stat mechanics

Damage & Combat Integration

  • Hooks into combat systems for class-based damage handling
  • Supports scaling damage based on class stats
  • Designed for compatibility with external combat mods

Item & Armor Restrictions

  • Restrict items and armor based on player class
  • Prevent misuse of gear outside intended roles
  • Fully configurable and extendable

Player Class Management

  • Persistent player class storage via H2, MySQL, MariaDB, and PostgreSQL
  • Handles join/leave events and class switching

Commands

  • /class — Opens class selection screen if players does not have class
  • /class join <class> — Assign a class to a player
  • /class leave — Remove current class

Lightweight & Optimized

  • Designed for minimal performance overhead
  • Efficient event-driven architecture
  • Suitable for large servers

Configuration

ClassesCore provides flexible configuration for:

  • Class definitions
  • Item restrictions
  • Stat scaling and behavior
  • Integration hooks

Full documentation: https://wiki.hytalemodding.dev/mod/classescore


Compatibility

  • Designed to integrate with:
    • LevelingCore (required)
    • PlaceholderAPI (optional)
    • DynamicTooltipsLib (optional)

For Developers

ClassesCore exposes a powerful API for all features.

Developer documentation: https://wiki.hytalemodding.dev/mod/classescore/developer-api

ClassesCoreAPI.getClassServiceIfPresent().ifPresent(service -> {
    // interact with Class Service
});
ClassesCoreAPI.getClassRegistryIfPresent().ifPresent(registry -> {
    // interact with Class Registry 
});

Issues & Feedback

Found a bug or have a suggestion?
Report it here: https://github.com/AzureDoom/ClassesCore/issues


Hosting Partner

Looking for a reliable server to run ClassesCore and other Hytale mods?

BisectHosting offers pre-configured game servers, fast setup, and solid performance for modded environments.

Use code azuredoom for 25% off your first month.

BisectHosting

Project description from CurseForge.

Recent files

ClassesCore releases and Hytale builds

7 of 7 releases match

Looking for an older file? The official CurseForge project page is in Resources.