- Katılım
- 30 Mayıs 2016
- Mesajlar
- 1.206
- Elmaslar
- 727
- Puan
- 16.575
- Konum
- BURSA
- Minecraft
- kashi2dev
Discord:
kashiandwazaki
Arkadaşlar lütfen yardım edin
Arkadaşlar skript bu istediğim line 11 ve line 50 arasında.
Arkadaşlar saçma sapan coin veriyor oradaki mesaja göre ayarlayabilirmisiniz verdiği coin sayısını yani title'da yazan miktarı vermesini istiyorum bu şekilde yapamazsanız bu skripti nasıl revize ederim?
Lütfen yardım edin.
Kod:
variables:
{obsicoin::%player%} = 0
{kirmasayisi::%player%} = 0
on first join:
set {obsicoin::%player%} to 0
set {blokistatistik::%player%} to 0
set {kirmasayisi::%player%} to 0
on break obsidian:
cancel event
set block to air
if {kirmasayisi::%player%} = 0:
execute console command "tm amessage %player% &a+6 &eRC &aKazandın! &d(Booster Yok)"
add 1 to {kirmasayisi::%player%}
add 1 to {blokistatistik::%player%}
if {kirmasayisi::%player%} >= 1:
if player has permission "coin.2x":
add 6 to {obsicoin::%player%}
set {kirmasayisi::%player%} to 0
execute console command "tm amessage %player% &a+12 &eRC &aKazandın! &d(2x Booster)"
if player has permission "coin.3x":
add 6 to {obsicoin::%player%}
set {kirmasayisi::%player%} to 0
execute console command "tm amessage %player% &a+18 &eRC &aKazandın! &d(3x Booster)"
else:
set {kirmasayisi::%player%} to 0
add 6 to {obsicoin::%player%}
execute console command "tm amessage %player% &a+6 &eRC &aKazandın! &d(Booster Yok)"
on break mossy_cobblestone:
cancel event
set block to air
if {kirmasayisi::%player%} = 0:
execute console command "tm amessage %player% &a+2 &eRC &aKazandın! &d(Booster Yok)"
add 1 to {kirmasayisi::%player%}
add 1 to {blokistatistik::%player%}
if {kirmasayisi::%player%} >= 1:
if player has permission "coin.2x":
add 2 to {obsicoin::%player%}
set {kirmasayisi::%player%} to 0
execute console command "tm amessage %player% &a+4 &eRC &aKazandın! &d(2x Booster)"
if player has permission "coin.3x":
add 2 to {obsicoin::%player%}
set {kirmasayisi::%player%} to 0
execute console command "tm amessage %player% &a+6 &eRC &aKazandın! &d(3x Booster)"
else:
set {kirmasayisi::%player%} to 0
add 2 to {obsicoin::%player%}
execute console command "tm amessage %player% &a+2 &eRC &aKazandın! &d(Booster Yok)"
command /coinver <player> <number>:
permission: coinver.admin
permission message: &cYetkin Yok!
trigger:
add arg-2 to {obsicoin::%arg-1%}
send player title "&cReal&cMC" with subtitle "&6Hesabına %arg-2% Real Coin eklendi."
command /coinal <player> <number>:
permission: coinver.admin
permission message: &cYetkin Yok!
trigger:
remove arg-2 from {obsicoin::%arg-1%}
send player title "&cReal&cMC" with subtitle "&6Hesabından %arg-2% Real Coin alındı."
command /2xver <text>:
permission: 2xver.admin
permission message: &cYetkin Yok!
trigger:
execute console command "manuaddp %arg-1% coin.2x"
command /3xver <text>:
permission: 3xver.admin
permission message: &cYetkin Yok!
trigger:
execute console command "manuaddp %arg-1% coin.3x"
command /coin:
trigger:
send "&r------ &cwww.realmc.pw &r------"
send "&aReal Coin Marketini görmek için &b/rcmarket &ayazabilirsin."
send ""
send "&aReal Coin hakkında bilgi almak için &b/editbilgi &ayazabilirsin."
send ""
send "&aBirine Real Coin yollamak için &b/coinyolla <isim> <miktar> &aşeklinde yazabilirsin."
send ""
send "&aŞuandaki Real Coinin : &b%{obsicoin::%player%}%"
send "&r------ &cwww.realmc.pw &r------"
command /coinyolla <player> <number>:
usage: &c/coinyolla &bisim &bmiktar
trigger:
if {obsicoin::%player%} >= arg-2:
if arg-1 is online:
if arg-2 >= 1000:
remove arg-2 from {obsicoin::%player%}
add arg-2 to {obsicoin::%arg-1%}
execute console command "tm message %player% &b%arg-1% kişisine &etamı tamına\n&c%arg-2% Coin gönderdin"
execute console command "tm message %arg-1% &b%player% &esana tamı tamına\n&c%arg-2% Real Coin yolladı!"
else:
remove arg-2 from {obsicoin::%player%}
add arg-2 to {obsicoin::%arg-1%}
execute console command "tm message %player% &b%arg-1% kişisine &etamı tamına\n&c%arg-2% Real Coin gönderdin."
else:
send "&r------ &cwww.realmc.pw &r------"
send "&bGöndermek istediğiniz oyuncu çevrimiçi değil."
send "&r------ &cwww.realmc.pw &r------"
else:
send "&r------ &cwww.realmc.pw &r------"
send "&cGöndermek istediğiniz coin sizde bulunmuyor."
send "&r------ &cwww.realmc.pw &r------"
command /zeuskazma:
trigger:
if {obsicoin::%player%} >= 3000:
send "&bEşya envanterine gönderildi"
give diamond pickaxe of efficiency 6 and fortune 3 and unbreaking 3 named "&aZeus Kazması" to player
remove 3000 from {obsicoin::%player%}
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f3000"
send "&aYeterli Coinin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /poseidonkazma:
trigger:
if {obsicoin::%player%} >= 7000:
send "&bEşya envanterine gönderildi"
give diamond pickaxe of efficiency 7 and fortune 3 and unbreaking 3 named "&aPoseidon Kazması" to player
remove 7000 from {obsicoin::%player%}
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f7000"
send "&aYeterli Coinin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /hestiakazma:
trigger:
if {obsicoin::%player%} >= 15000:
send "&bEşya envanterine gönderildi"
give diamond pickaxe of efficiency 8 and fortune 3 and unbreaking 3 named "&aHestia Kazması" to player
remove 15000 from {obsicoin::%player%}
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f15000"
send "&aYeterli Coinin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /hadeskazma:
trigger:
if {obsicoin::%player%} >= 25000:
send "&bEşya envanterine gönderildi"
give diamond pickaxe of efficiency 9 and fortune 3 and unbreaking 3 named "&aHades Kazması" to player
remove 25000 from {obsicoin::%player%}
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f25000"
send "&aYeterli Coinin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /demeterkazma:
trigger:
if {obsicoin::%player%} >= 40000:
send "&bEşya envanterine gönderildi"
give diamond pickaxe of efficiency 10 and fortune 3 and unbreaking 3 named "&aDemeter Kazması" to player
remove 40000 from {obsicoin::%player%}
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f40000"
send "&aYeterli Coinin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /herakazma:
trigger:
if {obsicoin::%player%} >= 40000:
send "&bEşya envanterine gönderildi"
give diamond pickaxe of efficiency 11 and fortune 3 and unbreaking 3 named "&aHera Kazması" to player
remove 40000 from {obsicoin::%player%}
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f40000"
send "&aYeterli Coinin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /areskazma:
trigger:
if {obsicoin::%player%} >= 40000:
send "&bEşya envanterine gönderildi"
give diamond pickaxe of efficiency 12 and fortune 3 and unbreaking 3 named "&aAres Kazması" to player
remove 40000 from {obsicoin::%player%}
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f40000"
send "&aYeterli Coinin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /hephaistoskazma:
trigger:
if {obsicoin::%player%} >= 40000:
send "&bEşya envanterine gönderildi"
give diamond pickaxe of efficiency 13 and fortune 3 and unbreaking 3 named "&aHephaistos Kazması" to player
remove 40000 from {obsicoin::%player%}
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f40000"
send "&aYeterli Coinin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /vıpanahtar:
trigger:
if {obsicoin::%player%} >= 50000:
send "&bEşya envanterine gönderildi"
remove 50000 from {obsicoin::%player%}
execute console command "cc give p vip 1 %player%"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f50000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /vıp+anahtar:
trigger:
if {obsicoin::%player%} >= 100000:
send "&bEşya envanterine gönderildi"
remove 100000 from {obsicoin::%player%}
execute console command "cc give p vip+ 1 %player%"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f100000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /rvıpanahtar:
trigger:
if {obsicoin::%player%} >= 150000:
send "&bEşya envanterine gönderildi"
remove 150000 from {obsicoin::%player%}
execute console command "cc give p rvip 1 %player%"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f150000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /rvıp+anahtar:
trigger:
if {obsicoin::%player%} >= 200000:
send "&bEşya envanterine gönderildi"
remove 200000 from {obsicoin::%player%}
execute console command "cc give p rvip+ 1 %player%"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f200000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawneranahtar:
trigger:
if {obsicoin::%player%} >= 400000:
send "&bEşya envanterine gönderildi"
remove 400000 from {obsicoin::%player%}
execute console command "cc give p spawner 1 %player%"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f400000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner1:
trigger:
if {obsicoin::%player%} >= 15000:
send "&bEşya envanterine gönderildi"
remove 15000 from {obsicoin::%player%}
execute console command "itemsp ver %player% demir 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f15000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner2:
trigger:
if {obsicoin::%player%} >= 30000:
send "&bEşya envanterine gönderildi"
remove 30000 from {obsicoin::%player%}
execute console command "itemsp ver %player% altin 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f30000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner3:
trigger:
if {obsicoin::%player%} >= 60000:
send "&bEşya envanterine gönderildi"
remove 60000 from {obsicoin::%player%}
execute console command "itemsp ver %player% elmas 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f60000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner4:
trigger:
if {obsicoin::%player%} >= 120000:
send "&bEşya envanterine gönderildi"
remove 120000 from {obsicoin::%player%}
execute console command "itemsp ver %player% zumrut 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f120000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner5:
trigger:
if {obsicoin::%player%} >= 135000:
send "&bEşya envanterine gönderildi"
remove 135000 from {obsicoin::%player%}
execute console command "itemsp ver %player% demirblok 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f135000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner6:
trigger:
if {obsicoin::%player%} >= 270000:
send "&bEşya envanterine gönderildi"
remove 270000 from {obsicoin::%player%}
execute console command "itemsp ver %player% altinblok 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f270000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner7:
trigger:
if {obsicoin::%player%} >= 540000:
send "&bEşya envanterine gönderildi"
remove 540000 from {obsicoin::%player%}
execute console command "itemsp ver %player% elmasblok 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f540000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner8:
trigger:
if {obsicoin::%player%} >= 1080000:
send "&bEşya envanterine gönderildi"
remove 1080000 from {obsicoin::%player%}
execute console command "itemsp ver %player% zumrutblok 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f1080000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /spawner9:
trigger:
if {obsicoin::%player%} >= 5400000:
send "&bEşya envanterine gönderildi"
remove 5400000 from {obsicoin::%player%}
execute console command "itemsp ver %player% sunger 1"
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f5400000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /yumurta1:
trigger:
if {obsicoin::%player%} >= 10000:
send "&bEşya envanterine gönderildi"
remove 10000 from {obsicoin::%player%}
give 1 egg named "&b&lDemir Tavuk Yumurtası" to player
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f10000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /yumurta2:
trigger:
if {obsicoin::%player%} >= 20000:
send "&bEşya envanterine gönderildi"
remove 20000 from {obsicoin::%player%}
give 1 egg named "&6&lAltın Tavuk Yumurtası" to player
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f20000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
command /yumurta3:
trigger:
if {obsicoin::%player%} >= 40000:
send "&bEşya envanterine gönderildi"
remove 40000 from {obsicoin::%player%}
give 1 egg named "&3&lElmas Tavuk Yumurtası" to player
else:
send "&r----------------------"
send "&aŞuanki Coin : &f%{obsicoin::%player%}%"
send "&aGerekli Coin : &f40000"
send "&aYeterli Coin olunca"
send "&aBir daha dene"
send "&r----------------------"
Arkadaşlar saçma sapan coin veriyor oradaki mesaja göre ayarlayabilirmisiniz verdiği coin sayısını yani title'da yazan miktarı vermesini istiyorum bu şekilde yapamazsanız bu skripti nasıl revize ederim?
Lütfen yardım edin.