

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.
/class — Opens class selection screen if players does not have class/class join — Assign a class to a player/class leave — Remove current classClassesCore provides flexible configuration for:
Full documentation: https://wiki.hytalemodding.dev/mod/classescore
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
});
Found a bug or have a suggestion?
Report it here: https://github.com/AzureDoom/ClassesCore/issues
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.