Started by
Alcryv
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a skill tree with ability points and i don't know how to do it. Also i wanted to make the ability points items but if its easier without this its ok
create the gui, create your ability points variable (int value), make your thing to get them, for the item just make it so it deletes it and adds 1 to your ability points variable when your right click it, create a boolean variable for each skill (to check if unlocked), make them locked if the required skill is not unlocked, make them give attributes or unlock stuff. tell me if you need more help
I don’t really understand guis but I’ll try
I can’t do it could you explain it a bit more ? Thx
There is a variable button on the left side of the screen
A integer is the number value in the variable type box
I think it is needs to be
Player_Persistent
for it to work for the playerif you need help with variables there is a help button at the top that opens a page explaining what they are and how to use them
https://mcreator.net/wiki/variables