
- Katılım
- 5 Mart 2021
- Mesajlar
- 322
- Elmaslar
- 125
- Puanlar
- 7.080
- Yer
- Minecraft
- Minecraft
- Yasinto5709
Discord:
yasindev
Kod:
on right click:
if player's held item is diamond_sword:
send "&aElmas kılıç ile sağ tıkladınız! Hız kazandınız."
set player's walk speed to 0.3
set player's health to player's health + 2
give player regeneration for 10 seconds
else if player's held item is iron_sword:
send "&aDemir kılıç ile sağ tıkladınız! Güç kazandınız."
set player's damage bonus to 2
give player strength for 10 seconds
else if player's held item is bow:
send "&aYay ile sağ tıkladınız! Ok atış hızınız arttı."
set player's arrow knockback bonus to 2
give player speed for 10 seconds
else:
send "&cHerhangi bir eşya ile sağ tıkladınız!"
on left click:
set player's walk speed to 0.2
set player's damage bonus to 0
set player's arrow knockback bonus to 0
send "&aÖzel yetenekleriniz devre dışı bırakıldı."
on damage:
if player's health <= 3:
send "&cSağlık seviyeniz düşük! Özel bir yetenek aktif ediliyor."
set player's walk speed to 0.4
give player regeneration for 5 seconds