options:
PotionCooldown: 60 seconds #Kaç saniyede bir atılmasını istiyorsan kendine göre ayarla.
PotionMessage: &3Sunucuİsmi &7&l» &cTekrar &2Anında Sağlık İksiri &ckullanmak için &460sn &cbeklemelisin.
WorldEnabled: "world" or "world2" #Hangi dünyalarda aktif olmasını istiyorsan o dünya isimlerini yaz.
PermissionBypass: potion.bypass.default #Gecikme sürelerinden etkilenmeleri için bu permi vermelisin.
on rightclick holding a splash potion:
if player is in {@WorldEnabled}:
if player have the permission "{@PermissionBypass}":
set {_waited} to difference between {potion.%player%.lastused} and now
if {_waited} is less than {@PotionCooldown}:
message "{@PotionMessage}"
cancel the event
else:
set {potion.%player%.lastused} to now