Skript İstek

xMrOzgur744

Marangoz
En iyi cevaplar
0
Arkadaşlar mesela benim serverimde bounty skripti var 1000 bounty olunca diamond kılıç alabilseler veya kit alabilseler /kit 1000puan diye olabilir mesela yapabilecek olan var mı ?

Yok mu ? :/
 

xMrOzgur744

Marangoz
En iyi cevaplar
0
İşte bounty skripti
#AYARLAR:
options:
prefix: &9> #Server ismi veya serverin sistemi.
deathbounty: 8 #Ölünce kaç bounty gideceği.
killbounty: 12 #Öldürünce kaç bounty gelceği.
playerprefix: on #Kapatılmaz
permission: bounty.perm #Yetki ayarlar.
#KOD
on death:
add {@killbounty} to {bounty.%attacker%}
remove {@deathbounty} from {bounty.%victim%}
on death:
send "{@prefix} &3Oldugun icin &8[&e{@deathbounty}&8] &3puan kaybettin&8!" to player
on death:
victim is a player:
attacker is a player:
heal the attacker
send "{@prefix} &3Birisini oldurdugun icin &8[&e{@killbounty}&8] &3puan kazandin %colored player's prefix% %player's display name%&8!" to attack

on join:
add 0 to {bounty.%player%}
 

Singularity

Lapis Toplayıcısı
En iyi cevaplar
1
İşte bounty skripti
#AYARLAR:
options:
prefix: &9> #Server ismi veya serverin sistemi.
deathbounty: 8 #Ölünce kaç bounty gideceği.
killbounty: 12 #Öldürünce kaç bounty gelceği.
playerprefix: on #Kapatılmaz
permission: bounty.perm #Yetki ayarlar.
#KOD
on death:
add {@killbounty} to {bounty.%attacker%}
remove {@deathbounty} from {bounty.%victim%}
on death:
send "{@prefix} &3Oldugun icin &8[&e{@deathbounty}&8] &3puan kaybettin&8!" to player
on death:
victim is a player:
attacker is a player:
heal the attacker
send "{@prefix} &3Birisini oldurdugun icin &8[&e{@killbounty}&8] &3puan kazandin %colored player's prefix% %player's display name%&8!" to attack

on join:
add 0 to {bounty.%player%}
Kod alanının içine koyaydın iyiydi.
 

imFoRTe

Zombi Katili
En iyi cevaplar
0
Kod:
#AYARLAR:
options:
    prefix: &9> #Server ismi veya serverin sistemi.
    deathbounty: 8 #Ölünce kaç bounty gideceği.
    killbounty: 12 #Öldürünce kaç bounty gelceği.
    playerprefix: on #Kapatılmaz
    permission: bounty.perm #Yetki ayarlar.
   
#KOD
on death:
    add {@killbounty} to {bounty.%attacker%}
    remove {@deathbounty} from {bounty.%victim%}

on death:
    send "{@prefix} &3Oldugun icin &8[&e{@deathbounty}&8] &3puan kaybettin&8!" to player

on death:
    victim is a player:
    attacker is a player:
    heal the attacker
    send "{@prefix} &3Birisini oldurdugun icin &8[&e{@killbounty}&8] &3puan kazandin %colored player's prefix% %player's display name%&8!" to attack

on join:
    add 0 to {bounty.%player%}

on command "kit 1000":
    cancel event
    if {bounty.%player%} is bigger than 999:
        remove 1000 from {bounty.%player%}
        give diamond sword to player
        message "&d{@prefix} &bElmas Kılıç Aldın!"
    else:
        message "&d{@prefix} &bYetersiz Bounty!"
 
Son düzenleme:

xMrOzgur744

Marangoz
En iyi cevaplar
0
Kod:
#AYARLAR:
options:
    prefix: &9> #Server ismi veya serverin sistemi.
    deathbounty: 8 #Ölünce kaç bounty gideceği.
    killbounty: 12 #Öldürünce kaç bounty gelceği.
    playerprefix: on #Kapatılmaz
    permission: bounty.perm #Yetki ayarlar.
  
#KOD
on death:
    add {@killbounty} to {bounty.%attacker%}
    remove {@deathbounty} from {bounty.%victim%}

on death:
    send "{@prefix} &3Oldugun icin &8[&e{@deathbounty}&8] &3puan kaybettin&8!" to player

on death:
    victim is a player:
    attacker is a player:
    heal the attacker
    send "{@prefix} &3Birisini oldurdugun icin &8[&e{@killbounty}&8] &3puan kazandin %colored player's prefix% %player's display name%&8!" to attack

on join:
    add 0 to {bounty.%player%}

on command "kit 1000":
    cancel event
    if {bounty.%player%} is bigger than 999:
        remove 1000 from {bounty.%player%}
        give diamond sword to player
        message "&d{@prefix} &bElmas Kılıç Aldın!"
    else:
        message "&d{@prefix} &bYetersiz Bounty!"

TEŞEKKÜRLER...
 
Üst