[İstek]Skript,Plugin

KeReMxEge

Marangoz
En iyi cevaplar
0
/trolle kullanıcı adı yazınca adamı yanıma çekicek,kör edicek,bulantı vericek hareket ettiremiycek bunu nasıl yapabilirim skriptten anladığım yokta :/
yada biri yapıp verebilirmi mesela
/trolle jade1213
Kör olucak,bulantı gelicek,zehirlenicek ve taşa çevirilcek(hareket edemiycek)
Lütfen böyle bi plugin lazım kanalıma film çekicem lazım olucak yaparsanız teşekkür ederim
 

korkugunu

Kızıltaş Madencisi
En iyi cevaplar
0
Kod:
options:
    sure: 99999
 
command /trolle <text>:
    trigger:
        execute console command "/tp %arg 1% %player%"
        apply nausea 5 to the player for {@sure} seconds
        apply swiftness 5 to the player for {@sure} seconds
        apply blindness 5 to the player for {@sure} seconds
        apply regeneration 99999 to the player for {@sure} seconds
        apply slowness 99999 to the player for {@sure} seconds
        apply instant health 9999 to the player for {@sure} seconds
        apply jump boost -99999 to the player for {@sure} seconds
        send "%player% Tarafından %arg 1% Trollendi!"

Buyur arkadaşım kullanımı şu şekilde /trolle <trollenecekoyuncuismi>

Kod:
command /trolle:
    trigger:
        send "&7[Trollendi %player%]"
        apply nausea 5 to the player for 999999 seconds
        apply swiftness 5 to the player for 99999 seconds
        apply blindness 5 to the player for 99999 seconds
        apply regeneration 99999 to the player for 99999 seconds
        apply slowness 99999 to the player for 99999 seconds
        apply instant health 9999 to the player for 99999 seconds
        apply jump boost -99999 to the player for 99999 seconds
Ama Sadece Kendini Trolliyor :D
Kendini trollemede amaç ney anlamadım :)
 

KeReMxEge

Marangoz
En iyi cevaplar
0
ben sadece kendimi alabiliyorum etkisine nasıl başkasını alcam şöyle mesela
/trolle jade1213 yazıyorum kendimi alıyorum
/trolle troll yazınca yine kendimi etkisine alıyorum fakat troll adlı kullanıcının nasıl etkisine giriceğini yapamadım yardım ediin
 
Son düzenleme:

blackone1991

Elmas Madencisi
En iyi cevaplar
0
Kod:
options:
    sure: 99999
command /trolle <player>:
    trigger:
        execute console command "/tp %arg 1% %player%"
        apply nausea 5 to the player for {@sure} seconds
        apply swiftness 5 to the player for {@sure} seconds
        apply blindness 5 to the player for {@sure} seconds
        apply regeneration 99999 to the player for {@sure} seconds
        apply slowness 99999 to the player for {@sure} seconds
        apply instant health 9999 to the player for {@sure} seconds
        apply jump boost -99999 to the player for {@sure} seconds
        send "%player% Tarafından %arg 1% Trollendi!"

Arkadaşlar "<player>" yazacağına "<text>" yazmış ne akılsa. ._.
 

GodofMilker

Nether Yerlisi
En iyi cevaplar
0
Kod:
options:
    sure: 99999
command /trolle <player>:
    trigger:
        execute console command "/tp %arg 1% %player%"
        apply nausea 5 to the player for {@sure} seconds
        apply swiftness 5 to the player for {@sure} seconds
        apply blindness 5 to the player for {@sure} seconds
        apply regeneration 99999 to the player for {@sure} seconds
        apply slowness 99999 to the player for {@sure} seconds
        apply instant health 9999 to the player for {@sure} seconds
        apply jump boost -99999 to the player for {@sure} seconds
        send "%player% Tarafından %arg 1% Trollendi!"

Arkadaşlar "<player>" yazacağına "<text>" yazmış ne akılsa. ._.
Yine yanlış ^_^ "the player"'ların yerine arg 1koyarsan düzelir.
 

korkugunu

Kızıltaş Madencisi
En iyi cevaplar
0

Player'da olur. Arg 1'leri kaldırmasın iyi tarafı Chest komutlarında komut yönlendirmesinde sadece "Arg 1<2,3,4,5 (kaçıncı text'se artık :))>" çalışır. Tafsiyem sadece text yerine player yaz.
Onu yaparken biraz rahatsızdım arkadaşım ondan dolayı yani yoksa text kullanmanın gereksiz olduğunu biliyorum orada
 
Üst