- Katılım
- 1 Ara 2020
- Mesajlar
- 196
- Tepkime puanı
- 78
- Puanları
- 28
Merhaba Arkadaşlar bugun Sizlere Kazı Kazan Skripti vericez
Sunucunuzdaki oyuncular için kazı kazan eklemek istemez misiniz
bu skript tam size göre
Minecraft Türkiye İyi Forumlar Diler
Kod:
on rightclick with paper:
if tool's name is "&bKazı Kazan":
remove a paper named "&bKazı Kazan" from player's inventory
wait 1 second
execute console command "tm message %player% &aKazikazan kaziliyor &6&l■&f&l■■"
wait 1 second
execute console command "tm message %player% &aKazikazan kaziliyor &6&l■■&f&l■"
wait 1 second
execute console command "tm message %player% &aKazikazan kaziliyor &6&l■■■"
wait 3 second
chance of 50%:
execute console command "eco give %player% 100"
execute console command "tm message %player% &aKazancın: &b100TL "
stop
chance of 10%:
execute console command "eco give %player% 500"
execute console command "tm message %player% &aKazancın: &b500TL "
stop
chance of 2%:
execute console command "eco give %player% 5000"
execute console command "tm message %player% &aKazancın: &b5000TL "
stop
chance of 5%:
execute console command "eco give %player% 20000"
execute console command "tm message %player% &aKazancın: &b20000TL "
stop
chance of 10%:
execute console command "eco give %player% 100000"
execute console command "tm message %player% &aKazancın: &b100000TL "
stop
command /kazıkazan:
trigger:
if player's balance is bigger than 4999:
give a paper named "&bKazı Kazan" to player
execute console command "eco take %player% 5000"
else:
send "&cYeterli paran yok." to player