- Katılım
- 16 Haziran 2016
- Mesajlar
- 183
- Elmaslar
- 73
- Puan
- 13.470
- Yaş
- 28
- Minecraft
- TdogTAG
Tüm MC-TR ailesine merhaba diyerek konuya giris yapmak istiyorum.
Yarışma Link
https://www.mc-tr.com/konu/skript-yarismasi.16414/
Skript nedir ondan Bahsediyim
Bugun yazmıs oldugum bu skript zumrut veya elmas kullanılarak zırh leveli yukseltmeye imkan sağlıyor . Daha da geliştirilebilir bir skript ancak sunucum 1GB Ram'e sahip oldugu için 580 satır dan fazla yazılmıs skript lerde çökmeler yapıyor . Bu yüzden fazla uzatmak istemedim ama geliştirilirse en az 1500 satır olucagından suphem yok .
/birlestir < diamond , emerald , armor >
/birlestir diamond - Elinizden 1 elmas alır ve bunu yukselticeğiniz zırh a eklemek uzere siler .
/birlestir emerald - Elinizden 1 zümrüt alır ve bunu yukselticeğiniz zırh a eklemek uzere siler .
/birlestir armor - Eğer elmas aldıysanız daha güçsüz bir zırh verir +1 protection [ koruma ] ekler . Eğer zumrut aldıysanız daha güçlü bir zırh verir +2 protection [ koruma ] ekler .
Fazla özellik bulunmadığından dolayı direk kod a geçmek istiyorum . Sizleri daha fazla bekletmeye gerek yok .
PHP:
options:
p: &f[ &e>&cBirlestir&e< &f] &c&l› &e
command /birlestir [<text>]:
trigger:
if arg 1 is "diamond":
if player is holding diamond:
if {emerald.%player%} is not set:
set {diamond.%player%} to true
remove 1 diamond from player
send "{@p} Diamond birlestirmeye eklendi . Eline bir zırh al ve Onuda Ekle . /birlestir armor"
else:
send "{@p} Birlestirme ye Zumrut Eklemissin ."
else:
send "{@p} Elinde bir elmas olmasi lazim !"
if arg 1 is "emerald":
if player is holding emerald:
if {diamond.%player%} is not set:
set {emerald.%player%} to true
remove 1 emerald from player
send "{@p} Emerald birlestirmeye eklendi . Eline bir zırh al ve Onuda Ekle . /birlestir armor"
else:
send "{@p} Birlestirme ye Elmas Eklemissin ."
else:
send "{@p} Elinde bir zumrut olmasi lazim !"
if arg 1 is not set:
send "{@p} /birlestir < diamond , emerald > Elinde Tutman Gerekir !"
if arg 1 is "armor":
if player is holding diamond helmet:
if {diamond.%player%} is set:
if tool of the player is enchanted with protection 1:
set {protection1helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection1helmet.%player%} is set:
give 1 diamond helmet of protection 2 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 2:
set {protection2helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection2helmet.%player%} is set:
give 1 diamond helmet of protection 3 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 3:
set {protection3helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection3helmet.%player%} is set:
give 1 diamond helmet of protection 4 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 4:
set {protection4helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection4helmet.%player%} is set:
give 1 diamond helmet of protection 5 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 5:
set {protection5helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection5helmet.%player%} is set:
give 1 diamond helmet of protection 6 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 6:
set {protection6helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection6helmet.%player%} is set:
give 1 diamond helmet of protection 7 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 7:
set {protection7helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection7helmet.%player%} is set:
give 1 diamond helmet of protection 8 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 8:
set {protection8helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection8helmet.%player%} is set:
give 1 diamond helmet of protection 9 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 9:
set {protection9helmet.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection9helmet.%player%} is set:
give 1 diamond helmet of protection 10 to player
delete {diamond.%player%}
stop
else:
send "{@p} Eklenen Elmas Kalmadi . Tekrar Eklemek icin /birlestir diamond komutunu kullaniniz !"
if {emerald.%player%} is set:
if tool of the player is enchanted with protection 1:
set {protection1helmetzumrut.%player%} to true
remove 1 diamond helmet from player
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection1helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 3 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 2:
set {protection2helmetzumrut.%player%} to true
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection2helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 5 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 3:
set {protection3helmetzumrut.%player%} to true
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection3helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 7 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 4:
set {protection4helmetzumrut.%player%} to true
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection4helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 9 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 5:
set {protection5helmetzumrut.%player%} to true
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection5helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 11 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 6:
set {protection6helmetzumrut.%player%} to true
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection6helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 13 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 7:
set {protection7helmetzumrut.%player%} to true
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection7helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 15 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 8:
set {protection8helmetzumrut.%player%} to true
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection8helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 17 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 9:
set {protection9helmetzumrut.%player%} to true
send "{@p} Elmas kask in Alindi . Guclendiriliyor ..."
if {protection9helmetzumrut.%player%} is set:
give 1 diamond helmet of protection 19 to player
delete {emerald.%player%}
stop
else:
send "{@p} Eklenen Zumrut Kalmadi . Tekrar Eklemek icin /birlestir emerald komutunu kullaniniz !"
if player is holding diamond chestplate:
if {diamond.%player%} is set:
if tool of the player is enchanted with protection 1:
set {protection1chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection1chestplate.%player%} is set:
give 1 diamond chestplate of protection 2 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 2:
set {protection2chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection2chestplate.%player%} is set:
give 1 diamond chestplate of protection 3 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 3:
set {protection3chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection3chestplate.%player%} is set:
give 1 diamond chestplate of protection 4 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 4:
set {protection4chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection4chestplate.%player%} is set:
give 1 diamond chestplate of protection 5 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 5:
set {protection5chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection5chestplate.%player%} is set:
give 1 diamond chestplate of protection 6 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 6:
set {protection6chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection6chestplate.%player%} is set:
give 1 diamond chestplate of protection 7 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 7:
set {protection7chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection7chestplate.%player%} is set:
give 1 diamond chestplate of protection 8 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 8:
set {protection8chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection8chestplate.%player%} is set:
give 1 diamond chestplate of protection 9 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 9:
set {protection9chestplate.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection9chestplate.%player%} is set:
give 1 diamond chestplate of protection 10 to player
delete {diamond.%player%}
stop
else:
send "{@p} Eklenen Elmas Kalmadi . Tekrar Eklemek icin /birlestir diamond komutunu kullaniniz !"
if {emerald.%player%} is set:
if tool of the player is enchanted with protection 1:
set {protection1chestplatezumrut.%player%} to true
remove 1 diamond chestplate from player
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection1chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 3 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 2:
set {protection2chestplatezumrut.%player%} to true
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection2chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 5 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 3:
set {protection3chestplatezumrut.%player%} to true
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection3chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 7 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 4:
set {protection4chestplatezumrut.%player%} to true
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection4chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 9 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 5:
set {protection5chestplatezumrut.%player%} to true
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection5chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 11 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 6:
set {protection6chestplatezumrut.%player%} to true
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection6chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 13 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 7:
set {protection7chestplatezumrut.%player%} to true
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection7chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 15 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 8:
set {protection8chestplatezumrut.%player%} to true
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection8chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 17 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 9:
set {protection9chestplatezumrut.%player%} to true
send "{@p} Elmas zirh in Alindi . Guclendiriliyor ..."
if {protection9chestplatezumrut.%player%} is set:
give 1 diamond chestplate of protection 19 to player
delete {emerald.%player%}
stop
else:
send "{@p} Eklenen Zumrut Kalmadi . Tekrar Eklemek icin /birlestir emerald komutunu kullaniniz !"
if player is holding diamond leggings:
if {diamond.%player%} is set:
if tool of the player is enchanted with protection 1:
set {protection1leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection1leggings.%player%} is set:
give 1 diamond leggings of protection 2 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 2:
set {protection2leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection2leggings.%player%} is set:
give 1 diamond leggings of protection 3 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 3:
set {protection3leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection3leggings.%player%} is set:
give 1 diamond leggings of protection 4 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 4:
set {protection4leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection4leggings.%player%} is set:
give 1 diamond leggings of protection 5 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 5:
set {protection5leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection5leggings.%player%} is set:
give 1 diamond leggings of protection 6 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 6:
set {protection6leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection6leggings.%player%} is set:
give 1 diamond leggings of protection 7 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 7:
set {protection7leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection7leggings.%player%} is set:
give 1 diamond leggings of protection 8 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 8:
set {protection8leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection8leggings.%player%} is set:
give 1 diamond leggings of protection 9 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 9:
set {protection9leggings.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection9leggings.%player%} is set:
give 1 diamond leggings of protection 10 to player
delete {diamond.%player%}
stop
else:
send "{@p} Eklenen Elmas Kalmadi . Tekrar Eklemek icin /birlestir diamond komutunu kullaniniz !"
if {emerald.%player%} is set:
if tool of the player is enchanted with protection 1:
set {protection1leggingszumrut.%player%} to true
remove 1 diamond leggings from player
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection1leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 3 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 2:
set {protection2leggingszumrut.%player%} to true
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection2leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 5 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 3:
set {protection3leggingszumrut.%player%} to true
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection3leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 7 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 4:
set {protection4leggingszumrut.%player%} to true
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection4leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 9 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 5:
set {protection5leggingszumrut.%player%} to true
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection5leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 11 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 6:
set {protection6leggingszumrut.%player%} to true
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection6leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 13 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 7:
set {protection7leggingszumrut.%player%} to true
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection7leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 15 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 8:
set {protection8leggingszumrut.%player%} to true
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection8leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 17 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 9:
set {protection9leggingszumrut.%player%} to true
send "{@p} Elmas pantolon un Alindi . Guclendiriliyor ..."
if {protection9leggingszumrut.%player%} is set:
give 1 diamond leggings of protection 19 to player
delete {emerald.%player%}
stop
else:
send "{@p} Eklenen Zumrut Kalmadi . Tekrar Eklemek icin /birlestir emerald komutunu kullaniniz !"
if player is holding diamond boots:
if {diamond.%player%} is set:
if tool of the player is enchanted with protection 1:
set {protection1boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection1boots.%player%} is set:
give 1 diamond boots of protection 2 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 2:
set {protection2boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection2boots.%player%} is set:
give 1 diamond boots of protection 3 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 3:
set {protection3boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection3boots.%player%} is set:
give 1 diamond boots of protection 4 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 4:
set {protection4boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection4boots.%player%} is set:
give 1 diamond boots of protection 5 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 5:
set {protection5boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection5boots.%player%} is set:
give 1 diamond boots of protection 6 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 6:
set {protection6boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection6boots.%player%} is set:
give 1 diamond boots of protection 7 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 7:
set {protection7boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection7boots.%player%} is set:
give 1 diamond boots of protection 8 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 8:
set {protection8boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection8boots.%player%} is set:
give 1 diamond boots of protection 9 to player
delete {diamond.%player%}
stop
if tool of the player is enchanted with protection 9:
set {protection9boots.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection9boots.%player%} is set:
give 1 diamond boots of protection 10 to player
delete {diamond.%player%}
stop
else:
send "{@p} Eklenen Elmas Kalmadi . Tekrar Eklemek icin /birlestir diamond komutunu kullaniniz !"
if {emerald.%player%} is set:
if tool of the player is enchanted with protection 1:
set {protection1bootszumrut.%player%} to true
remove 1 diamond boots from player
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection1bootszumrut.%player%} is set:
give 1 diamond boots of protection 3 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 2:
set {protection2bootszumrut.%player%} to true
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection2bootszumrut.%player%} is set:
give 1 diamond boots of protection 5 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 3:
set {protection3bootszumrut.%player%} to true
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection3bootszumrut.%player%} is set:
give 1 diamond boots of protection 7 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 4:
set {protection4bootszumrut.%player%} to true
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection4bootszumrut.%player%} is set:
give 1 diamond boots of protection 9 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 5:
set {protection5bootszumrut.%player%} to true
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection5bootszumrut.%player%} is set:
give 1 diamond boots of protection 11 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 6:
set {protection6bootszumrut.%player%} to true
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection6bootszumrut.%player%} is set:
give 1 diamond boots of protection 13 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 7:
set {protection7bootszumrut.%player%} to true
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection7bootszumrut.%player%} is set:
give 1 diamond boots of protection 15 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 8:
set {protection8bootszumrut.%player%} to true
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection8bootszumrut.%player%} is set:
give 1 diamond boots of protection 17 to player
delete {emerald.%player%}
stop
if tool of the player is enchanted with protection 9:
set {protection9bootszumrut.%player%} to true
send "{@p} Elmas botlar in Alindi . Guclendiriliyor ..."
if {protection9bootszumrut.%player%} is set:
give 1 diamond boots of protection 19 to player
delete {emerald.%player%}
stop
else:
send "{@p} Eklenen Zumrut Kalmadi . Tekrar Eklemek icin /birlestir emerald komutunu kullaniniz !"
Bugunku skript tanıtımından da bu kadardı .
Skript Yazarlarının Dikkatine
Skript Yazarlarının Dikkatine
Uvuvwevwevwe Onyetenyevwe Ugwemuhwem Osas
Son düzenleme: