the original skript
#Fly Enchantment I
on rightclick holding a feather:
if the 1st line of player's held item's lore is "&7&lFly I":
set {_waited} to difference between {fly.%player%.lastused} and now
if {_waited} is less than 5 seconds:
message "&8&l[&a&lServer&8&l] &cPlease wait &3%difference between 5 seconds and {_waited}% seconds before trying again"
stop
push the player forward at speed 1
set {fly.%player%.lastused} to now
#Fly Enchantment II
on rightclick holding a feather:
if the 1st line of player's held item's lore is "&7&lFly II":
set {_waited} to difference between {fly.%player%.lastused} and now
if {_waited} is less than 5 seconds:
message "&8&l[&a&lServer&8&l] &cPlease wait &3%difference between 5 seconds and {_waited}% seconds before trying again"
stop
push the player forward at speed 1.25
set {fly.%player%.lastused} to now