#Kadirz123
Efsane QXK <3
- Katılım
- 18 Mart 2016
- Mesajlar
- 164
- Elmaslar
- 41
- Puanlar
- 13.620
- Yer
- İzmir
- Minecraft
- Kadirz123
Discord:
Kadirz123#3611
Skript basit ve kısa kullanımı vardır.
/cançalma aç Sayesinde açabilir - /cançalma kapat Sayesinde kapatabilirsiniz.
Eğer bir yetkiliye vermek istiyorsanız yetki : canc.vip
Çık gir yapsanız dahi açık kalacaktır ve oyuncular ve bosslar üzerinde işe yarıyor.
Kod:
command /cançalma [<text>]:
permission: canemme.vip
trigger:
if arg 1 is "aç":
if {canemme.%player%} is not set:
set {canemme.%player%} to true
send "&8[&3Sistem&8] &cCan Çalma &3Yeteneğini açtın&8." to player
stop
if {canemme.%player%} is true:
send "&8[&3Sistem&8] &cCan Çalma &3Yeteneğin zaten açık&8." to player
if {canemme.%player%} is false:
set {canemme.%player%} to true
send "&8[&3Sistem&8] &cCan Çalma &3Yeteneğin açıldı&8." to player
if arg 1 is "kapat":
if {canemme.%player%} is true:
set {canemme.%player%} to false
send "&8[&3Sistem&8] &cCan Çalma &3Yeteneğini kapattın&8." to player
if arg 1 is not set:
send "&8[&3Sistem&8] &cCan Çalma &byeteneğini açmak için &c/ce ac &bkomutunu kullanabilirsin&8." to player
send "&8[&3Sistem&8] &cCan Çalma &byeteneğini kapatmak için &c/ce &ckapat &bkomutunu kullanabilirsin&8." to player
on damage:
if attacker is player:
if {canemme.%attacker%} is true:
chance of 10%:
add 2 to health of attacker
remove 2 from health of victim
send "&8[&3Sistem&8] &cCan Çalma &byeteneğin ile &c%victim%&b'den 2 kalp çaldın&8!" to attacker
send "&8[&3Sistem&8] &b%attacker% &cCan Çalma &3yeteneğini kullanarak senden 2 kalp çaldı&8!" to victim
< Skript By Kadirz123 >