G O D
Odunlara Vur Vur Vur!
- Katılım
- 24 Ocak 2021
- Mesajlar
- 44
- Elmaslar
- 2
- Puan
- 3.760
- Minecraft
- Godtrap_
Özel set eklemek istiyorum ancak on armor equip satırında hata gösteriyor.
Sürüm: 1.16.5
Kod şöyle;
Sürüm: 1.16.5
Kod şöyle;
on armour equip:
if the custom model data of the player's helmet is 9999:
if the custom model data of the player's chestplate is 9998:
if the custom model data of the player's leggings is 9997:
if the custom model data of the player's boots is 9996:
set {zirh::%player%} to true
send "&6Alev Setinin &fözellikleri &aaktif!"
on damage of a player:
victim is player:
if damage cause is lava:
if {zirh.%victim%} is true:
if {beklemesuresi.%victim%} is not set:
apply potion of fire resistance of tier 1 to victim for 30 seconds
send title "&6Alev Seti!" with subtitle "&f30 Saniyelik Ateş Direnci Kazandın." to victim for 2.5 seconds
set {beklemesuresi.%victim%} to 1
wait 300 seconds
delete {beklemesuresi.%victim%}
on armour unequip:
if {zirh::%player%} is true:
if custom model data of player's helmet is not 9999:
remove fire resistance from player
set {zirh::%player%} to false
send "&6Alev Setinin &fözellikleri &cdevre dışı!"
if custom model data of player's chestplate is not 9998:
remove fire resistance from player
set {zirh::%player%} to false
send "&6Alev Setinin &fözellikleri &cdevre dışı!"
if custom model data of player's leggings is not 9997:
remove fire resistance from player
set {zirh::%player%} to false
send "&6Alev Setinin &fözellikleri &cdevre dışı!"
if custom model data of player's boots is not 9996:
remove fire resistance from player
set {zirh::%player%} to false
send "&6Alev Setinin &fözellikleri &cdevre dışı!"
Hata:
![]()
Böyle bir event yok diyor ama bunu çalıştırmanın farklı bir yolu olabilir mi
Son düzenleme: