command ı kullanmak

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
Bana scriptte command a ait bir öek verirmisiniz ?
meslea

/ucak yazınca elinize tüy vercek ama envanterden bir tüy alırsanız bu tüy çalışmıcak
Benim Uçan insan V1.0 sürümümdekine uygun bir şey olmasını istiyorum.

Uçan İnsan V1.0
Kod:
on join:
    if {nofall.%player%.a} is not set:
        set {nofall.%player%.a} to true
on damage:
    damage cause is fall
    if {nofall.%victim%.a} is true:
        cancel event
on right click with feather:
   push the player upwards at speed 1.0
   push the player forwards at speed 0.5
 

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
Kod:
on join:
if {nofall.%player%.a} is not set:
set {nofall.%player%.a} to true
on damage:
damage cause is fall
if {nofall.%victim%.a} is true:
cancel event
command /ucaninsan:
    trigger:
        give a feather named "&eUcan Insan &aV1.0"
        event-entity's name contains "&eUcan Insan &aV1.0"
on right click with &eUcan Insan &aV1.0:
push the player upwards at speed 1.0
push the player forwards at speed 0.5

böylemi ?
 

Axel102

Hayalet Avcısı
En iyi cevaplar
6
Kod:
on rightclick with a stick:
  if tool's display name is "Ateşli Fişek":
 

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
Kod:
on join:
if {nofall.%player%.a} is not set:
set {nofall.%player%.a} to true
on damage:
damage cause is fall
if {nofall.%victim%.a} is true:
cancel event
command /ucaninsan:
    trigger:
        give a feather named "&eUcan Insan &aV1.0"
on rightclick with a feather:
if tool's display name is "&eUcan Insan &aV1.0":
push the player upwards at speed 1.0
push the player forwards at speed 0.5
remove 1 stick from player's inventory
wait 2 second
give 1 stick named "&eUcan Insan &aV1.0" to player
else:
cancel event

çalışır mı ?
 
Üst