İstek İlk Girişte Para Ve Kit Veren Minecraft Skyblock Skript

ImLegendss

Ağaç Yumruklayıcı
En iyi cevaplar
0
Arkadaşlar Essentials sorun çıkarıyor ilk girişte para ve kit verme olayına sizden isteğim bir tane skript bu skript ilk girişte /kit oyuncu ve 5000 oyun parası verecek şimdiden teşekkürler...
 

LifeMCServer

Nether Yerlisi
En iyi cevaplar
98
JavaScript:
on first join:
 add 5000 to balance of player
 execute console command "kit oyuncu %player%"

Oyuncu kitinin itemlerini söylersen komutsuz da yapabiliriz.
 

AldenSH

Altın Madencisi
En iyi cevaplar
53
Kod:
on first join:
    execute console command "give %player% 310 1 unbreaking:1 protection:4 name:&dColeries_Kask"
    execute console command "give %player% 311 1 unbreaking:1 protection:4 name:&dColeries_Göğüslük"
    execute console command "give %player% 312 1 unbreaking:1 protection:4 name:&dColeries_Pantolon"
    execute console command "give %player% 313 1 unbreaking:1 protection:4 name:&dColeries_Bot"
    execute console command "give %player% 276 1 sharpness:4 unbreaking:2 fireaspect:1 looting:2
    give a 278 of unbreaking 2, Efficiency 4 named "&dColeries Kazma" to player      
    execute console command "eco give %player% 5000"`
Kullanabilirsiniz.
 
Son düzenleme:

Melihoper

mc.TurkLion.net
En iyi cevaplar
4
C#:
on first join:
    give <esyaisim> named "&dEsya Isim" to player     
    add 500 to player's balance

Gibi bir şey yapabilirsin <esyaisim> yerine örneğin; diamond pickaxe, diamond , apple vesaire eşya isimleri girebilirsin, eğer işine yaradıysa en iyi cevap seçersen sevindirirsin iyi forumlar :şapka:
 

Exkaar

YASAKLANDI
En iyi cevaplar
35
Kod:
on first join:
    execute console command "give %player% 310 1 unbreaking:1 protection:4 name:&dColeries_Kask"
    execute console command "give %player% 311 1 unbreaking:1 protection:4 name:&dColeries_Göğüslük"
    execute console command "give %player% 312 1 unbreaking:1 protection:4 name:&dColeries_Pantolon"
    execute console command "give %player% 313 1 unbreaking:1 protection:4 name:&dColeries_Bot"
    execute console command "give %player% 276 1 sharpness:4 unbreaking:2 fireaspect:1 looting:2
    give a 278 of unbreaking 2, Efficiency 4 named "&dColeries Kazma" to player     
    execute console command "eco give %player% 5000"`
Kullanabilirsiniz.

Konsola komut kullandırmak yerine direk kod ile de bunların hepsini yapabilirsin.
 
Üst