
RPG Class Selection (RPG Series Tweaks)
Adds a class selection screen known from many RPGs.
Screenshots


About this Mod
RPG Class Selection (RPG Series Tweaks)
This mod adds a class selection screen known from many RPG games.
Classes consist of "upgrades", which can be spells (powered by Spell Engine), entity attribute modifiers or a
combination of both.
Built-in classes
The mod comes with built-in data/resource packs that add classes based on the RPG Series mods by Daedelus and the More
RPG Series by Fichte.
Feel free to learn from those packs or use them as a baseline for a more customized experience.
How can the screen be accessed?
There are 4 ways to open the class selection screen:
- a hot key (defaults to "K"). This can be disabled in the server config.
- the screen opens for players when they first join a world. This can be disabled in the server config.
- interacting with the "RPG Class Selection Block". This block is not available in survival and is intended for
mapmakers and server admins. - other mods can implement custom methods to open the screen, using the provided API method.
Each method can customize the screen that is opened using config options, block entity data or method arguments.
Customization options include:
- what class is shown when the screen is opened
- whether the class list is restricted to the initial class and the current class of the player
- whether the player can change the class
- whether the player can change the upgrades of the current class
Additional customization
The mod comes with different layouts for the class selection screen. What layout is used can be changed in the server
config.
How does it work?
When a player chooses a class, an item defined by the class is placed into a specific equipment slot.
Selected upgrades are stored on that item.
Currently, the equipment slot used is provided by RPG Inventory.
Alternative compatibility with Trinkets is getting explored and might be added at a later date.
Classes and class upgrades can be unlocked with advancements.
Classes are defined via data packs.
Example class:
{
"class_identifier": "rpgclassselection:fire_wizard",
"unlock_advancement_identifier": "minecraft:story/smelt_iron",
"visible_when_locked": true,
"description": "class_selection_screen.rpgclassselection.fire_wizard.description",
"locked_description": "class_selection_screen.rpgclassselection.fire_wizard.locked_description",
"upgrade_entry_group_list": [
{
"upgrade_entry_list": [
{
"upgrade_identifier": "rpgclassselection:fire_spell_1",
"unlock_advancement_identifier": "minecraft:story/mine_diamond",
"visible_when_locked": true,
"title": "spell.wizards.fire_blast.name",
"icon_path": "wizards:textures/spell/fire_blast.png",
"component_list": [
{
"type": "spell",
"spell_identifier": "wizards:fire_blast",
"attribute_identifier": "",
"attribute_modifier_amount": 0.0,
"attribute_modifier_operation": ""
},
{
"type": "attribute_modifier",
"spell_identifier": "",
"attribute_identifier": "minecraft:generic.attack_damage",
"attribute_modifier_amount": 3.0,
"attribute_modifier_operation": "ADD_VALUE"
}
]
}
]
},
{},
{
"upgrade_entry_list": [
{
"upgrade_identifier": "rpgclassselection:fire_spell_2",
"title": "spell.wizards.fire_breath.name",
"icon_path": "wizards:textures/spell/fire_breath.png",
"component_list": [
{
"type": "spell",
"spell_identifier": "wizards:fire_breath"
}
]
}
]
}
]
}
Available Versions
How to Install RPG Class Selection (RPG Series Tweaks) on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "RPG Class Selection (RPG Series Tweaks)". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
RPG Class Selection (RPG Series Tweaks) server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is RPG Class Selection (RPG Series Tweaks) compatible with fabric?
RPG Class Selection (RPG Series Tweaks) officially supports fabric for Minecraft 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with RPG Class Selection (RPG Series Tweaks) – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if RPG Class Selection (RPG Series Tweaks) consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install RPG Class Selection (RPG Series Tweaks) with just one click on your server.