Veyselbabba
Somon Balığı Selam Vermeye Geldi
- Katılım
- 10 Haziran 2019
- Mesajlar
- 15
- Elmaslar
- 6
- Puan
- 0
- Yaş
- 25
- Minecraft
- Veyselwqwe
Discord:
yok
yok
Minezoid#4994
variables:
{ciftlik.%player%} = false
{tavuk.%player%} = 0
{koyun.%player%} = 0
{inek.%player%} = 0
{yumurta.%player%} = 0
{sut.%player%} = 0
command /çiftlik [<text>]:
trigger:
if arg-1 is not set:
if {ciftlik.%player%} is false:
wait 3 tick
open chest with 1 row named "&6Çiftlik &8» &aSatin Al" to player
format slot 4 of player with book named "&6Sanal Çiftlik" with lore "&aSatin Almak Icin Tikla &cFiyat: &a1 Milyon TL" to close then run [execute player command "/çiftlik satinal"]
if {ciftlik.%player%} is true:
wait 3 tick
open chest with 3 row named "&6Çiftlik &8» &aAna Menu" to player
format slot 10 of player with 383 named "&6Hayvan Alma Menusu" with lore "&aBuradan Hayvan Satin Alabilirsin" to close then run [execute player command "/çiftlik hayvanal"]
format slot 13 of player with book named "&6Çiftlik Bilgileri" with lore "&aBuradan Çiftlik Bilgilerine Bakabilirsin" to close then run [execute player command "/çiftlik bilgi"]
format slot 16 of player with milk bucket named "&6Satma Menusu" with lore "&aBuradan Sut Ve Yumurtalarini Satabilirsin" to close then run [execute player command "/çiftlik sat"]
if arg-1 is set:
if arg-1 is "satinal":
if {ciftlik.%player%} is false:
if player's balance is greater than 999999:
remove 1000000 from player's balance
set {ciftlik.%player%} to true
send "&6Sanal Çiftlik &8» &aÇiftlik Başarıyla Alindi !" to player
else:
send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player
if arg-1 is "hayvanal":
if {ciftlik.%player%} is true:
wait 3 tick
open chest with 1 row named "&6Çiftlik &8» &aHayvan Alma" to player
format slot 0 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
format slot 2 of player with 383:93 named "&6Tavuk" with lore "&aFiyat: &c10M &aSaatlik Uretim: &c5k" to run [execute player command "çiftlik tavukal"]
format slot 4 of player with 383:91 named "&6Koyun" with lore "&aFiyat: &c50M &aSaatlik Uretim: &c50k" to run [execute player command "çiftlik koyunal"]
format slot 6 of player with 383:92 named "&6Inek" with lore "&aFiyat: &c70 Milyon &aSaatlik Uretim: &c250k" to run [execute player command "çiftlik inekal"]
format slot 8 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
if arg-1 is "tavukal":
if {ciftlik.%player%} is true:
if player's balance is greater than 9999999:
if {tavuk.%player%} is smaller than 10000:
remove 10000000 from player's balance
add 1 to {tavuk.%player%}
send "&6Sanal Çiftlik &8» &aTavuk Başarıyla Alindi !" to player
else:
send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player
if arg-1 is "koyunal":
if {ciftlik.%player%} is true:
if player's balance is greater than 49999999:
if {koyun.%player%} is smaller than 10000:
remove 50000000 from player's balance
add 1 to {koyun.%player%}
send "&6Sanal Çiftlik &8» &aKoyun Başarıyla Alindi !" to player
else:
send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player
if arg-1 is "inekal":
if {ciftlik.%player%} is true:
if player's balance is greater than 69999999:
if {inek.%player%} is smaller than 10000:
remove 70000000 from player's balance
add 1 to {inek.%player%}
send "&6Sanal Çiftlik &8» &aInek Başarıyla Alindi !" to player
else:
send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player
if arg-1 is "bilgi":
if {ciftlik.%player%} is true:
wait 3 tick
open chest with 1 row named "&6Çiftlik &8» &aÇiftlik Bilgi" to player
format slot 0 of player with 383:93 named "&6Tavuk" with lore "&a%{tavuk.%player%}% Adet" to close
format slot 1 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
format slot 2 of player with 383:91 named "&6Koyun" with lore "&a%{koyun.%player%}% Adet" to close
format slot 3 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
format slot 4 of player with 383:92 named "&6Inek" with lore "&a%{inek.%player%}% Adet" to close
format slot 5 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
format slot 6 of player with egg named "&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to close
format slot 7 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
format slot 8 of player with milk bucket named "&6Süt" with lore "&a%{sut.%player%}% Litre" to close
if arg-1 is "sat":
if {ciftlik.%player%} is true:
wait 3 tick
open chest with 1 row named "&6Çiftlik &8» &aSatma Menusu" to player
format slot 0 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
format slot 2 of player with egg named "&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to run [execute player command "çiftlik yumurtasat"]
format slot 4 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
format slot 6 of player with milk bucket named "&6Süt" with lore "&a%{sut.%player%}% Litre" to run [execute player command "çiftlik sutsat"]
format slot 8 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"]
if arg-1 is "yumurtasat":
if {ciftlik.%player%} is true:
if {yumurta.%player%} is greater than 0:
add {yumurta.%player%} to player's balance
send "&6Sanal Çiftlik &8» &c%{yumurta.%player%}% &aAdet Yumurta &c%{yumurta.%player%}% &aTL Karsiliginda Satildi !" to player
set {yumurta.%player%} to 0
else:
send "&6Sanal Çiftlik &8» &aÇiftliğinde Satilacak Yumurta Yok !" to player
if arg-1 is "sutsat":
if {ciftlik.%player%} is true:
if {sut.%player%} is greater than 0:
add {sut.%player%} to player's balance
send "&6Sanal Çiftlik &8» &c%{sut.%player%}% &aLitre Süt &c%{sut.%player%}% &aTL Karsiliginda Satildi !" to player
set {sut.%player%} to 0
else:
send "&6Sanal Çiftlik &8» &aÇiftliğinde Satilacak Süt Yok !" to player
every hours:
loop all players:
if {tavuk.%loop-player%} is greater than 0:
set {_itemcountt} to {tavuk.%loop-player%}
add 5000 * {_itemcountt} to {yumurta.%loop-player%}
every hours:
loop all players:
if {koyun.%loop-player%} is greater than 0:
set {_itemcountk} to {koyun.%loop-player%}
add 50000 * {_itemcountk} to {sut.%loop-player%}
every hours:
loop all players:
if {inek.%loop-player%} is greater than 0:
set {_itemcounti} to {inek.%loop-player%}
add 250000 * {_itemcounti} to {sut.%loop-player%}
every 300 second:
loop all cows:
if loop-entity's display name is "&cSüt inegi":
chance of 100%:
drop 16 of milk at loop-cow
stop
on rightclick:
set {_itm} to player's tool
if {_itm} is cow spawn egg named "&cSüt inegi":
cancel event
delete the player's tool
spawn a cow at player's location
set spawned cow's name to "&cSüt inegi"
command /inekspawn:
trigger:
give a cow spawn egg named "&cSüt inegi" to player

Citrus#4361
Ücretli Skript
@Unknown tarafından hazırlanmıştır.
Konu için tıklayın.
Ücretsiz Skript
@Citrus tarafından hazırlanmıştır.
Kod:every 300 second: loop all cows: if loop-entity's display name is "&cSüt inegi": chance of 100%: drop 16 of milk at loop-cow stop on rightclick: set {_itm} to player's tool if {_itm} is cow spawn egg named "&cSüt inegi": cancel event delete the player's tool spawn a cow at player's location set spawned cow's name to "&cSüt inegi" command /inekspawn: trigger: give a cow spawn egg named "&cSüt inegi" to player
yok
reis tmm hoş ama 28 hata veriyor onları sana atsam bana yardımcı olurmusunForumda alttaki skript var özel bişe yaptırmak isterseniz discord üzerinden ulaşabilirsiniz.Kod:variables: {ciftlik.%player%} = false {tavuk.%player%} = 0 {koyun.%player%} = 0 {inek.%player%} = 0 {yumurta.%player%} = 0 {sut.%player%} = 0 command /çiftlik [<text>]: trigger: if arg-1 is not set: if {ciftlik.%player%} is false: wait 3 tick open chest with 1 row named "&6Çiftlik &8» &aSatin Al" to player format slot 4 of player with book named "&6Sanal Çiftlik" with lore "&aSatin Almak Icin Tikla &cFiyat: &a1 Milyon TL" to close then run [execute player command "/çiftlik satinal"] if {ciftlik.%player%} is true: wait 3 tick open chest with 3 row named "&6Çiftlik &8» &aAna Menu" to player format slot 10 of player with 383 named "&6Hayvan Alma Menusu" with lore "&aBuradan Hayvan Satin Alabilirsin" to close then run [execute player command "/çiftlik hayvanal"] format slot 13 of player with book named "&6Çiftlik Bilgileri" with lore "&aBuradan Çiftlik Bilgilerine Bakabilirsin" to close then run [execute player command "/çiftlik bilgi"] format slot 16 of player with milk bucket named "&6Satma Menusu" with lore "&aBuradan Sut Ve Yumurtalarini Satabilirsin" to close then run [execute player command "/çiftlik sat"] if arg-1 is set: if arg-1 is "satinal": if {ciftlik.%player%} is false: if player's balance is greater than 999999: remove 1000000 from player's balance set {ciftlik.%player%} to true send "&6Sanal Çiftlik &8» &aÇiftlik Başarıyla Alindi !" to player else: send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player if arg-1 is "hayvanal": if {ciftlik.%player%} is true: wait 3 tick open chest with 1 row named "&6Çiftlik &8» &aHayvan Alma" to player format slot 0 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 2 of player with 383:93 named "&6Tavuk" with lore "&aFiyat: &c10M &aSaatlik Uretim: &c5k" to run [execute player command "çiftlik tavukal"] format slot 4 of player with 383:91 named "&6Koyun" with lore "&aFiyat: &c50M &aSaatlik Uretim: &c50k" to run [execute player command "çiftlik koyunal"] format slot 6 of player with 383:92 named "&6Inek" with lore "&aFiyat: &c70 Milyon &aSaatlik Uretim: &c250k" to run [execute player command "çiftlik inekal"] format slot 8 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] if arg-1 is "tavukal": if {ciftlik.%player%} is true: if player's balance is greater than 9999999: if {tavuk.%player%} is smaller than 10000: remove 10000000 from player's balance add 1 to {tavuk.%player%} send "&6Sanal Çiftlik &8» &aTavuk Başarıyla Alindi !" to player else: send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player if arg-1 is "koyunal": if {ciftlik.%player%} is true: if player's balance is greater than 49999999: if {koyun.%player%} is smaller than 10000: remove 50000000 from player's balance add 1 to {koyun.%player%} send "&6Sanal Çiftlik &8» &aKoyun Başarıyla Alindi !" to player else: send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player if arg-1 is "inekal": if {ciftlik.%player%} is true: if player's balance is greater than 69999999: if {inek.%player%} is smaller than 10000: remove 70000000 from player's balance add 1 to {inek.%player%} send "&6Sanal Çiftlik &8» &aInek Başarıyla Alindi !" to player else: send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player if arg-1 is "bilgi": if {ciftlik.%player%} is true: wait 3 tick open chest with 1 row named "&6Çiftlik &8» &aÇiftlik Bilgi" to player format slot 0 of player with 383:93 named "&6Tavuk" with lore "&a%{tavuk.%player%}% Adet" to close format slot 1 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 2 of player with 383:91 named "&6Koyun" with lore "&a%{koyun.%player%}% Adet" to close format slot 3 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 4 of player with 383:92 named "&6Inek" with lore "&a%{inek.%player%}% Adet" to close format slot 5 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 6 of player with egg named "&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to close format slot 7 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 8 of player with milk bucket named "&6Süt" with lore "&a%{sut.%player%}% Litre" to close if arg-1 is "sat": if {ciftlik.%player%} is true: wait 3 tick open chest with 1 row named "&6Çiftlik &8» &aSatma Menusu" to player format slot 0 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 2 of player with egg named "&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to run [execute player command "çiftlik yumurtasat"] format slot 4 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 6 of player with milk bucket named "&6Süt" with lore "&a%{sut.%player%}% Litre" to run [execute player command "çiftlik sutsat"] format slot 8 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] if arg-1 is "yumurtasat": if {ciftlik.%player%} is true: if {yumurta.%player%} is greater than 0: add {yumurta.%player%} to player's balance send "&6Sanal Çiftlik &8» &c%{yumurta.%player%}% &aAdet Yumurta &c%{yumurta.%player%}% &aTL Karsiliginda Satildi !" to player set {yumurta.%player%} to 0 else: send "&6Sanal Çiftlik &8» &aÇiftliğinde Satilacak Yumurta Yok !" to player if arg-1 is "sutsat": if {ciftlik.%player%} is true: if {sut.%player%} is greater than 0: add {sut.%player%} to player's balance send "&6Sanal Çiftlik &8» &c%{sut.%player%}% &aLitre Süt &c%{sut.%player%}% &aTL Karsiliginda Satildi !" to player set {sut.%player%} to 0 else: send "&6Sanal Çiftlik &8» &aÇiftliğinde Satilacak Süt Yok !" to player every hours: loop all players: if {tavuk.%loop-player%} is greater than 0: set {_itemcountt} to {tavuk.%loop-player%} add 5000 * {_itemcountt} to {yumurta.%loop-player%} every hours: loop all players: if {koyun.%loop-player%} is greater than 0: set {_itemcountk} to {koyun.%loop-player%} add 50000 * {_itemcountk} to {sut.%loop-player%} every hours: loop all players: if {inek.%loop-player%} is greater than 0: set {_itemcounti} to {inek.%loop-player%} add 250000 * {_itemcounti} to {sut.%loop-player%}
yok
Ücretli Skript
@Unknown tarafından hazırlanmıştır.
Konu için tıklayın.
Ücretsiz Skript
@Citrus tarafından hazırlanmıştır.
Kod:every 300 second: loop all cows: if loop-entity's display name is "&cSüt inegi": chance of 100%: drop 16 of milk at loop-cow stop on rightclick: set {_itm} to player's tool if {_itm} is cow spawn egg named "&cSüt inegi": cancel event delete the player's tool spawn a cow at player's location set spawned cow's name to "&cSüt inegi" command /inekspawn: trigger: give a cow spawn egg named "&cSüt inegi" to player
yok
Ücretli Skript
@Unknown tarafından hazırlanmıştır.
Konu için tıklayın.
Ücretsiz Skript
@Citrus tarafından hazırlanmıştır.
Kod:every 300 second: loop all cows: if loop-entity's display name is "&cSüt inegi": chance of 100%: drop 16 of milk at loop-cow stop on rightclick: set {_itm} to player's tool if {_itm} is cow spawn egg named "&cSüt inegi": cancel event delete the player's tool spawn a cow at player's location set spawned cow's name to "&cSüt inegi" command /inekspawn: trigger: give a cow spawn egg named "&cSüt inegi" to player
yok
reis hatalar bunlarForumda alttaki skript var özel bişe yaptırmak isterseniz discord üzerinden ulaşabilirsiniz.Kod:variables: {ciftlik.%player%} = false {tavuk.%player%} = 0 {koyun.%player%} = 0 {inek.%player%} = 0 {yumurta.%player%} = 0 {sut.%player%} = 0 command /çiftlik [<text>]: trigger: if arg-1 is not set: if {ciftlik.%player%} is false: wait 3 tick open chest with 1 row named "&6Çiftlik &8» &aSatin Al" to player format slot 4 of player with book named "&6Sanal Çiftlik" with lore "&aSatin Almak Icin Tikla &cFiyat: &a1 Milyon TL" to close then run [execute player command "/çiftlik satinal"] if {ciftlik.%player%} is true: wait 3 tick open chest with 3 row named "&6Çiftlik &8» &aAna Menu" to player format slot 10 of player with 383 named "&6Hayvan Alma Menusu" with lore "&aBuradan Hayvan Satin Alabilirsin" to close then run [execute player command "/çiftlik hayvanal"] format slot 13 of player with book named "&6Çiftlik Bilgileri" with lore "&aBuradan Çiftlik Bilgilerine Bakabilirsin" to close then run [execute player command "/çiftlik bilgi"] format slot 16 of player with milk bucket named "&6Satma Menusu" with lore "&aBuradan Sut Ve Yumurtalarini Satabilirsin" to close then run [execute player command "/çiftlik sat"] if arg-1 is set: if arg-1 is "satinal": if {ciftlik.%player%} is false: if player's balance is greater than 999999: remove 1000000 from player's balance set {ciftlik.%player%} to true send "&6Sanal Çiftlik &8» &aÇiftlik Başarıyla Alindi !" to player else: send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player if arg-1 is "hayvanal": if {ciftlik.%player%} is true: wait 3 tick open chest with 1 row named "&6Çiftlik &8» &aHayvan Alma" to player format slot 0 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 2 of player with 383:93 named "&6Tavuk" with lore "&aFiyat: &c10M &aSaatlik Uretim: &c5k" to run [execute player command "çiftlik tavukal"] format slot 4 of player with 383:91 named "&6Koyun" with lore "&aFiyat: &c50M &aSaatlik Uretim: &c50k" to run [execute player command "çiftlik koyunal"] format slot 6 of player with 383:92 named "&6Inek" with lore "&aFiyat: &c70 Milyon &aSaatlik Uretim: &c250k" to run [execute player command "çiftlik inekal"] format slot 8 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] if arg-1 is "tavukal": if {ciftlik.%player%} is true: if player's balance is greater than 9999999: if {tavuk.%player%} is smaller than 10000: remove 10000000 from player's balance add 1 to {tavuk.%player%} send "&6Sanal Çiftlik &8» &aTavuk Başarıyla Alindi !" to player else: send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player if arg-1 is "koyunal": if {ciftlik.%player%} is true: if player's balance is greater than 49999999: if {koyun.%player%} is smaller than 10000: remove 50000000 from player's balance add 1 to {koyun.%player%} send "&6Sanal Çiftlik &8» &aKoyun Başarıyla Alindi !" to player else: send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player if arg-1 is "inekal": if {ciftlik.%player%} is true: if player's balance is greater than 69999999: if {inek.%player%} is smaller than 10000: remove 70000000 from player's balance add 1 to {inek.%player%} send "&6Sanal Çiftlik &8» &aInek Başarıyla Alindi !" to player else: send "&6Sanal Çiftlik &8» &aSatin Almak Icin Yeterli Paraniz Bulunmamakta !" to player if arg-1 is "bilgi": if {ciftlik.%player%} is true: wait 3 tick open chest with 1 row named "&6Çiftlik &8» &aÇiftlik Bilgi" to player format slot 0 of player with 383:93 named "&6Tavuk" with lore "&a%{tavuk.%player%}% Adet" to close format slot 1 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 2 of player with 383:91 named "&6Koyun" with lore "&a%{koyun.%player%}% Adet" to close format slot 3 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 4 of player with 383:92 named "&6Inek" with lore "&a%{inek.%player%}% Adet" to close format slot 5 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 6 of player with egg named "&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to close format slot 7 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 8 of player with milk bucket named "&6Süt" with lore "&a%{sut.%player%}% Litre" to close if arg-1 is "sat": if {ciftlik.%player%} is true: wait 3 tick open chest with 1 row named "&6Çiftlik &8» &aSatma Menusu" to player format slot 0 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 2 of player with egg named "&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to run [execute player command "çiftlik yumurtasat"] format slot 4 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] format slot 6 of player with milk bucket named "&6Süt" with lore "&a%{sut.%player%}% Litre" to run [execute player command "çiftlik sutsat"] format slot 8 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "çiftlik"] if arg-1 is "yumurtasat": if {ciftlik.%player%} is true: if {yumurta.%player%} is greater than 0: add {yumurta.%player%} to player's balance send "&6Sanal Çiftlik &8» &c%{yumurta.%player%}% &aAdet Yumurta &c%{yumurta.%player%}% &aTL Karsiliginda Satildi !" to player set {yumurta.%player%} to 0 else: send "&6Sanal Çiftlik &8» &aÇiftliğinde Satilacak Yumurta Yok !" to player if arg-1 is "sutsat": if {ciftlik.%player%} is true: if {sut.%player%} is greater than 0: add {sut.%player%} to player's balance send "&6Sanal Çiftlik &8» &c%{sut.%player%}% &aLitre Süt &c%{sut.%player%}% &aTL Karsiliginda Satildi !" to player set {sut.%player%} to 0 else: send "&6Sanal Çiftlik &8» &aÇiftliğinde Satilacak Süt Yok !" to player every hours: loop all players: if {tavuk.%loop-player%} is greater than 0: set {_itemcountt} to {tavuk.%loop-player%} add 5000 * {_itemcountt} to {yumurta.%loop-player%} every hours: loop all players: if {koyun.%loop-player%} is greater than 0: set {_itemcountk} to {koyun.%loop-player%} add 50000 * {_itemcountk} to {sut.%loop-player%} every hours: loop all players: if {inek.%loop-player%} is greater than 0: set {_itemcounti} to {inek.%loop-player%} add 250000 * {_itemcounti} to {sut.%loop-player%}
satın almak istiyorum ama skype olurmu oradan konuşuruz atarım paranı sende atarsın ok mu skype:VeyselÖzcan
Minezoid#4994
reis hatalar bunlar
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:517) [minecraft_server.jar:git-Bukkit-7019900]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.inventory.InventoryClickEvent.getClickedInventory()Lorg/bukkit/inventory/Inventory;
at net.rayfall.eyesniper2.skrayfall.general.events.StoreListener.onUnstore(StoreListener.java:255) ~[?:?]
at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_202]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_202]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[minecraft_server.jar:git-Bukkit-7019900]
... 14 more
[14:08:35] [Server thread/INFO]: CONSOLE issued server command: /eco give VeyselReyis23 1000000
[14:08:35] [Server thread/INFO]: $1,000,000 added to VeyselReyis23account. New balance: $939,025,051
[14:09:08] [Server thread/INFO]: [MRL] lapis has been reset automatically!
[14:10:04] [pool-5-thread-1/INFO]: GroupManager - INFO - Data files refreshed.
[14:10:35] [Server thread/INFO]: Successfully set the idle timeout to 10 minutes.
[14:10:35] [Server thread/INFO]: Saving...
[14:10:36] [Server thread/INFO]: Saved the world
[14:11:08] [Server thread/INFO]: [AlphaChest] auto-saved 2 chests
[14:11:52] [Server thread/INFO]: CONSOLE issued server command: /time set day dunyaismi
[14:11:52] [Server thread/INFO]: Error: Invalid world.
[14:13:13] [Server thread/INFO]: CONSOLE issued server command: /time set day dunyaismi
[14:13:13] [Server thread/INFO]: Error: Invalid world.
[14:14:22] [Server thread/INFO]: CONSOLE issued server command: /eco give VeyselReyis23 1000000
[14:14:22] [Server thread/INFO]: $1,000,000 added to VeyselReyis23account. New balance: $940,025,051
[14:14:28] [Server thread/INFO]: [Skript]Reloading ciflik.sk...
[14:14:28] [Server thread/ERROR]: '"/?iftlik satinal"]' is not a text (ciflik.sk, line 16: format slot 4 of player with book named "&6Sanal ?iftlik" with lore "&aSatin Almak Icin Tikla &cFiyat: &a1 Milyon TL" to close then run [execute player command "/?iftlik satinal"]')
[14:14:28] [Server thread/ERROR]: '"/?iftlik hayvanal"]' is not a text (ciflik.sk, line 20: format slot 10 of player with 383 named "&6Hayvan Alma Menusu" with lore "&aBuradan Hayvan Satin Alabilirsin" to close then run [execute player command "/?iftlik hayvanal"]')
[14:14:28] [Server thread/ERROR]: '"/?iftlik bilgi"]' is not a text (ciflik.sk, line 21: format slot 13 of player with book named "&6?iftlik Bilgileri" with lore "&aBuradan ?iftlik Bilgilerine Bakabilirsin" to close then run [execute player command "/?iftlik bilgi"]')
[14:14:28] [Server thread/ERROR]: '"/?iftlik sat"]' is not a text (ciflik.sk, line 22: format slot 16 of player with milk bucket named "&6Satma Menusu" with lore "&aBuradan Sut Ve Yumurtalarini Satabilirsin" to close then run [execute player command "/?iftlik sat"]')
[14:14:28] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 36: format slot 0 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
[14:14:28] [Server thread/ERROR]: '"?iftlik tavukal"]' is not a text (ciflik.sk, line 37: format slot 2 of player with 383:93 named "&6Tavuk" with lore "&aFiyat: &c10M &aSaatlik Uretim: &c5k" to run [execute player command "?iftlik tavukal"]')
[14:14:29] [Server thread/ERROR]: '"?iftlik koyunal"]' is not a text (ciflik.sk, line 38: format slot 4 of player with 383:91 named "&6Koyun" with lore "&aFiyat: &c50M &aSaatlik Uretim: &c50k" to run [execute player command "?iftlik koyunal"]')
[14:14:29] [Server thread/ERROR]: '"?iftlik inekal"]' is not a text (ciflik.sk, line 39: format slot 6 of player with 383:92 named "&6Inek" with lore "&aFiyat: &c70 Milyon &aSaatlik Uretim: &c250k" to run [execute player command "?iftlik inekal"]')
[14:14:29] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 40: format slot 8 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
[14:14:29] [Server thread/ERROR]: '"&6Tavuk" with lore "&a%{tavuk.%player%}% Adet" to close' is not a text (ciflik.sk, line 72: format slot 0 of player with 383:93 named "&6Tavuk" with lore "&a%{tavuk.%player%}% Adet" to close')
[14:14:29] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 73: format slot 1 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
[14:14:29] [Server thread/ERROR]: '"&6Koyun" with lore "&a%{koyun.%player%}% Adet" to close' is not a text (ciflik.sk, line 74: format slot 2 of player with 383:91 named "&6Koyun" with lore "&a%{koyun.%player%}% Adet" to close')
[14:14:29] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 75: format slot 3 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
[14:14:29] [Server thread/ERROR]: '"&6Inek" with lore "&a%{inek.%player%}% Adet" to close' is not a text (ciflik.sk, line 76: format slot 4 of player with 383:92 named "&6Inek" with lore "&a%{inek.%player%}% Adet" to close')
[14:14:29] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 77: format slot 5 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
[14:14:29] [Server thread/ERROR]: '"&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to close' is not a text (ciflik.sk, line 78: format slot 6 of player with egg named "&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to close')
[14:14:29] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 79: format slot 7 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
[14:14:29] [Server thread/ERROR]: '"&6S?t" with lore "&a%{sut.%player%}% Litre" to close' is not a text (ciflik.sk, line 80: format slot 8 of player with milk bucket named "&6S?t" with lore "&a%{sut.%player%}% Litre" to close')
[14:14:29] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 85: format slot 0 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
[14:14:29] [Server thread/ERROR]: '"?iftlik yumurtasat"]' is not a text (ciflik.sk, line 86: format slot 2 of player with egg named "&6Yumurta" with lore "&a%{yumurta.%player%}% Adet" to run [execute player command "?iftlik yumurtasat"]')
[14:14:29] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 87: format slot 4 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
[14:14:29] [Server thread/ERROR]: '"?iftlik sutsat"]' is not a text (ciflik.sk, line 88: format slot 6 of player with milk bucket named "&6S?t" with lore "&a%{sut.%player%}% Litre" to run [execute player command "?iftlik sutsat"]')
[14:14:29] [Server thread/ERROR]: '"?iftlik"]' is not a text (ciflik.sk, line 89: format slot 8 of player with red glass named "&6Ana Menu" with lore "&aAna Menuye Donmek Icin Tikla" to close then run [execute player command "?iftlik"]')
yok
yok
yok reis yine olmadı çiftlik satın al menüsü çıkıyor ama tıklayacak ver falan yok yine 23 tane eror veriyor başka plugin warmı
Öncelikle ilk başta olan Skript çalışıyor. TuSke, SkQuery ve skRayFall bu eklentileri yükledikten sonra çalışacaktır.
yok
reis 23 error u sana atsam sende bana düzeltsen olurmu ve ya başka plugin warmı
Öncelikle ilk başta olan Skript çalışıyor. TuSke, SkQuery ve skRayFall bu eklentileri yükledikten sonra çalışacaktır.
yok
hatalar bunlarreis 23 error u sana atsam sende bana düzeltsen olurmu ve ya başka plugin warmı
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!