How to use lots of skill in one keybind

Started by vinicius0910 on

Topic category: Help with MCreator software

Last seen on 04:33, 24. Jul 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to use lots of skill in one keybind

for example:   R - skill selection (4 skills)

                         G - use selected skill

You will need to use…
Tue, 07/25/2023 - 11:14

You will need to use procedure and key binding mod elements.

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Last seen on 23:08, 19. Sep 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you will also need to use…
Tue, 07/25/2023 - 11:59

you will also need to use either nbt tags or global player persistent variables to 'remember' what skill a player has selected.  you can either cycle through variable states when R is pressed, or you could open a gui that has all options.  both of those are possible and described elsewhere on this website.

Last seen on 04:33, 24. Jul 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
alr ty guys
Wed, 07/26/2023 - 12:10

alr ty guys