Skript Yardım

PERAALİEREN

Marangoz
En iyi cevaplar
0
selam beyler ben şöyle bir skript arıyorum.

Serverimde yt alımı olduğu için yt lerlimiz var bir kaç tane onlara troll skripti istiyorum onlar için

trollolo yazınca bir menü gelicek o menüde 4 tane eşya olacak

bir tanesi sahte ban atıcak

bir tanesi savurma 10000 çubuk vericek Adı (Anne terliği) olacak

bir tanesi daha bir tane çapa fire ball atıcak

ve bir tanesi daha oyuncuları uçuracak

Lütfen yardım edin
 

Melihoper

mc.TurkLion.net
En iyi cevaplar
4
Buyurun yanlış yapmış olabilirim hatalarım varsa düzeltebilirsiniz hızlı bir şekilde yapmaya çalıştım işinize yaradıysa en iyi cevap olarak işaretleyebilirsiniz :keyif:

JavaScript:
# Made By MelihLion




command /trollolo [<text>]:
    permission: troll.perm
    permission message: Yetkiniz Bulunmamaktadır.
    trigger:
        if arg-1 is not set:
            open chest with 1 rows named "&bTroll Menu" to player
            format slot 0 of player with iron axe named "&4&lBanla" to close then run [give 1 iron axe named "&4&lBANLA!" to player]
            format slot 1 of player with stick named "&3&lUCUR" to close then run [execute console command "/give %player% stick 1 0 {ench:[{id: 19,lvl: 10000}]}"]
            format slot 2 of player with feather named "&e&lFIRLAT" to close then run [give 1 stick named "&e&lFIRLAT!" to player]
            format slot 3 of player with iron hoe named "&c&lAK-47" to close then run [give 1 iron hoe named "&c&lAK-47!" to player]
            
        
on click on player:
    if tool's name is "&4&lBANLA!":
        kick clicked-entity due to "&4Banlandın"
    else if tool's name is "&3&lUCUR":
        push clicked-entity upwards at speed 5
    else if tool's name is "&e&lFIRLAT":
        push clicked-entity upwards at speed 5
on click:       
    if tool's name is "&c&lAK-47":
        shoot fireball from player
 
Üst