YusufAhmedov
Pluginer,Bilgisayar Mühendisi
- Katılım
- 20 Haziran 2017
- Mesajlar
- 124
- Elmaslar
- 10
- Puan
- 0
Beyler Bu Skriptde Hata NE? 44 Tane Hata Çıkıyor!
Kod:
options:
level.legendlord: 10000
level.legendking: 25000
level.legendzeus: 75000
level.legendgod: 150000
level.legendsky: 250000
command /legendlordol:
trigger:
if {islandlevel.%player%} is greater than {@level.legendlord}:
execute console command "/manuadd %player% legendlord"
send "&eLegendLord &6&orütbesine basariyla geçtin."
else:
send " &9[LNW] &cBir kere &3LegendLord &colabilirsin!"
command /legendkingol:
trigger:
if {islandlevel.%player%} is greater than {@level.legendking}:
execute console command "/manuadd %player% legendking"
send "&eLegendKing &6&orütbesine basariyla geçtin."
else:
send " &9[LNW] &cBir kere &3LegendKing &colabilirsin!"
command /legendzeusol:
trigger:
if {islandlevel.%player%} is greater than {@level.legendzeus}:
execute console command "/manuadd %player% legendzeus"
send "&eLegendZeus &6&orütbesine basariyla geçtin."
else:
send " &9[LNW] &cBir kere &3LegendZeus &colabilirsin!"
command /legendgodol:
trigger:
if {islandlevel.%player%} is greater than {@level.legendgod}:
execute console command "/manuadd %player% legendgod"
send "&eLegendGod &6&orütbesine basariyla geçtin."
else:
send " &9[LNW] &cBir kere &3LegendGod &colabilirsin!"
command /legendskyol:
trigger:
if {islandlevel.%player%} is greater than {@level.legendsky}:
execute console command "/manuadd %player% legendsky"
send "&eLegendSky &6&orütbesine basariyla geçtin."
else:
send " &9[LNW] &cBir kere &3LegendSky &colabilirsin!"