KeyBind help

Started by G4HD on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Apr 2020
Points:
599

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
KeyBind help

Hello!

 

I want to create a mod, and need help with keybinds.

 

Can I make a keybind, that's only work for me or other players, if i got a Achievment?

 

Active 2 years ago
Joined Nov 2019
Points:
854

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 388
yes you can. create the…
Sun, 04/26/2020 - 13:45

yes you can. create the keybind mod element. in the keybind actions page create a procedure to do whatever on key pressed. In that new procedure, go into the Player procedures and use the code block "has provided entity completed achievement".

Active 4 years ago
Joined Apr 2020
Points:
599

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Thanks
Wed, 05/06/2020 - 15:14

Thanks