İş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%}