ive checked the docs and everything... but i still cant find out how to make a custom event
event "RightClickSneaking":
pattern: (right click|rightclick) [(while|whilst)] (sneaking|crouching|shifting)
event-values: player
parse:
on right click while sneaking:
#code here
i want something like this but i dont know what to put at the parse section for it to call the code i put in the event whenever someone right clicks while sneaking
dont tell me to check the docs because i already have and it doesnt tell me anything
event "RightClickSneaking":
pattern: (right click|rightclick) [(while|whilst)] (sneaking|crouching|shifting)
event-values: player
parse:
on right click while sneaking:
#code here
i want something like this but i dont know what to put at the parse section for it to call the code i put in the event whenever someone right clicks while sneaking
dont tell me to check the docs because i already have and it doesnt tell me anything