how to make a skill tree

Started by Alcryv on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a skill tree

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

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create the gui, create your…
Sun, 06/30/2024 - 16:52

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

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don’t really understand…
Fri, 07/05/2024 - 08:24

I don’t really understand guis but I’ll try

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can’t do it could you…
Fri, 07/26/2024 - 06:05

I can’t do it could you explain it a bit more ? Thx

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There is a variable button…
Wed, 10/09/2024 - 21:27

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 player

if 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