Topic category: Help with Minecraft modding (Java Edition)
Im looking to creating a mod where the user can gain levels and use said levels to increase attributes, for example strength, speed or health. Problem being im unsure about how to even start. I will need a way to create a pop-up window allowing the player to view their current stats but also use unused stat points. and if possible for the menu to display the name of the player along with a custom title that they can either type or be given with a command. I also need a type of mana/stamina bar that can be drained by an item.
In terms of helping im not asking for the code that i will need for it to work, but just the reasurance that im not gonna pour hours of work into something impossible. but it would be very use full. Im not against using nbt to get the job done if need be
thanks in advance
First, to help you I need to know how will player level-up? Stamina and Mana are possible using variables, procedures and overlays. Level-up window would probaly be some sort of gui with text and buttons. Only thing I need to know to help you is how will player open that gui. Will GUI open when player expiriance level up? Or when player click some sort of key like L?
The menu will be open able with a key stroke. and as for actually gaining levels killing entities, maybe distance ran and taking damage
I want a RPG style stat window, with a point system but i dont know how to do it pls help me someone i want the window to be opend with a key bind like c and i want the attributes to be strengh health speed and mana pls help!!!
or can someone show me how so i can do it for my mod?