Started by
Akoto
on
Topic category: Help with Minecraft modding (Java Edition)
How to make it so for example: if a player gets an achivement that gives him a specific clan then he can press R to switch between moves for that clan and lastly he can press right click when selected to use the ability
Probably too late but
you'd have to make a procedure to check for the achievement of the player if that's possible, then change a player NBT entity tag or player variable depending on ability. Then for right click you'd have to make different reactions depending on that value.