Add the rj:air_jump enchant (work only on feet)
api:
function rj:api/get_jump_left
return the number of jump left
function rj:api/is_jumping
return 1 if the player air jumped this tick
function rj:api/reset_jumps
reset the jump counter of the player


