Hello! I'm wanting a level system for my minecraft modpack, but I'm not fully experienced with java yet, so I'm looking for some tutorials to help out. For starters, I know how to setup my workspace, and simple block/item/tools registry, crafting, and getting mobs to drop certain items. What I'm looking for are guides to help me learn a bit more advanced java so I can make this mod.
My idea is there would be 4 stats a player has, and each stats provides a bonus every time you level (like strength adding bonus damage using the AttributeModifier.) Players choose a class when they login to the world for the first time, and each class has a certain pre-built level progression, so there's no real input from the player as far as that goes. The levels for the mod would be tracked using the experienceTotal, and at certain points the system would level you up, display in the chat box what you gained that lvl, and increase the stats on a character menu.
What would be some good tutorials to help me learn how to code this? And if anyone is willing to work with me on the project, I'd greatly appreciate it as well