Çiftlik Skript for Skyblock Servers

  • Konuyu Başlatan Konuyu Başlatan kLeex
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 833
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

kLeex

Somon Balığı Selam Vermeye Geldi
Katılım
11 Haziran 2022
Mesajlar
11
Elmaslar
0
Puan
390
Yaş
26
Konum
İstanbul Silivri
Minecraft
kLeex

Discord:

Beşiktaş Cola Turka #8951

Arkadaşlar herkese merhaba.
Skriptin sahibi Rekkles#1556'dır.
Hata veya kullanım izni için kendisiyle görüşmeniz yeterlidir.
Edit 1:Yetkili abilerim,görsel eklemesi için uğraştım fakat başaramadım.Yapabilecekler Rekkles'a ulaşabilir.
Edit 2:Piyasadaki Çiftlik skriptinde 59 dakika aktif kalıp 1 dakika oyundan çıkınca sıfırlanması sorunu bu skriptimizde bulunmamaktadır.
Kod:
variables:
    {ciftlik.%player%} = false
    {tavuk.%player%} = 0
    {inek.%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 T ye ityahcın var" 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 999999999:
                        remove 5000000000 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: &c10T &aSaatlik Uretim: &c20M" to run [execute player command "çiftlik tavukal"]
                    format slot 6 of player with 383:92 named "&6Inek" with lore "&aFiyat: &c120T  &aSaatlik Uretim: &c250M" 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 999999999:
                        if {tavuk.%player%} is smaller than 10000:
                            remove 10000000000 from player's balance
                            add 1 to {tavuk.%player%}
                            send "&6Sanal Çiftlik &8» &aTavuk Başarıyla Alinmistir !" to player
                    else:
                        send "&6Sanal Çiftlik &8» &aParan Yeterli Degil !" to player      
            if arg-1 is "inekal":
                if {ciftlik.%player%} is true:
                    if player's balance is greater than 249999999999:
                        if {inek.%player%} is smaller than 10000:
                            remove 120000000000 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» &aParan Yeterli Degil !" 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 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 15 minutes:
    loop all players:
        if {tavuk.%loop-player%} is greater than 0:
            set {_itemcountt} to {tavuk.%loop-player%}
            add 75000000 * {_itemcountt} to {yumurta.%loop-player%}
       
every 15 minutes:
    loop all players:
        if {inek.%loop-player%} is greater than 0:
            set {_itemcounti} to {inek.%loop-player%}
            add 62500000 * {_itemcounti} to {sut.%loop-player%}
 
Son düzenleme:
Yetkililer için bilgi:Bununla alakalı maalesef bir fotoğrafımız bulunmamakta.
 
Herkese merhabalar.
Skriptin yapımcısı Rekkles olup kendisinin ilk skript yazışıdır.Kendisinden rica ettim ve paylaşma izni aldım.
Skript ile ilgili yorumlarınızı bekliyorum.
Kod:
variables:
    {ciftlik.%player%} = false
    {tavuk.%player%} = 0
    {inek.%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 T ye ityahcın var" 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 999999999:
                        remove 5000000000 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: &c10T &aSaatlik Uretim: &c20M" to run [execute player command "çiftlik tavukal"]
                    format slot 6 of player with 383:92 named "&6Inek" with lore "&aFiyat: &c120T  &aSaatlik Uretim: &c250M" 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 999999999:
                        if {tavuk.%player%} is smaller than 10000:
                            remove 10000000000 from player's balance
                            add 1 to {tavuk.%player%}
                            send "&6Sanal Çiftlik &8» &aTavuk Başarıyla Alinmistir !" to player
                    else:
                        send "&6Sanal Çiftlik &8» &aParan Yeterli Degil !" to player     
            if arg-1 is "inekal":
                if {ciftlik.%player%} is true:
                    if player's balance is greater than 249999999999:
                        if {inek.%player%} is smaller than 10000:
                            remove 120000000000 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» &aParan Yeterli Degil !" 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 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 300000000 * {_itemcountt} to {yumurta.%loop-player%}
      
every hours:
    loop all players:
        if {inek.%loop-player%} is greater than 0:
            set {_itemcounti} to {inek.%loop-player%}
            add 250000000 * {_itemcounti} to {sut.%loop-player%}
Kodlara bakılırsa güzel Olmuş. Ama görsel olsa üyeleri ilgi çekmek için daha güzel olurdu. Ve bu skript hangi sunucu sürümü ile açılabilir onu belirtir misiniz ?
 
Bu skripti yazan kişi kim hocam?​
 
Kodlara bakılırsa güzel Olmuş. Ama görsel olsa üyeleri ilgi çekmek için daha güzel olurdu. Ve bu skript hangi sunucu sürümü ile açılabilir onu belirtir misiniz ?
Maalesef görseli ayarlayamadık hocam.Portlu server açıp göstermek için denedim fakat maalesef olmadı. Kendisinden edindiğim bilgiye göre 1.8 sürümünde çalışabileceğini belirtiyor.
 
Forumda başka bir kişide 2019 yılında bu skripti paylaşmışda ondan soruyorum sahibinin kim olduğunu.
KONUYA GİTMEK İÇİN TIKLA.
O konuyu biliyorum hocam.Bu sk da koyun yok.Bunun sebebi koyunun buglu oluşu(Bugun ne olduğunu bilmiyorum eğer rekkles'a sorarsanız net cevap alma şansınız bulunuyor).
Ve ayrıca 59 dakika aktif kalıp 1 dakika çıktığınız zaman sıfırlanma bugu var onda.Onun düzeltmiş olmasıyla beraber kullanıma hazır hâle getirilmiş bir skripttir.
 
Son düzenleme:
Çiftlik skripti... değişik ama işe yarar aslında. Hatalar düzeltilerek tekrardan paylaşılması güzel.​
 
Çiftlik skripti... değişik ama işe yarar aslında. Hatalar düzeltilerek tekrardan paylaşılması güzel.​
Teşekkür ederim ama aslına bakarsanız teşekkürü hak eden ben değil Rekkles.Bu hataları kaldırıp kendi yazarak paylaşması,ilk skript denemesi vs. gibi şeyler olunca kendisinin büyük bir iş başardığını düşünüyorum.
Kendisi şu anda bu skriptin üzerinden farklı bir skript denemesi daha yapıyor.Umarım başarılı olur.
 
Teşekkür ederim ama aslına bakarsanız teşekkürü hak eden ben değil Rekkles.Bu hataları kaldırıp kendi yazarak paylaşması,ilk skript denemesi vs. gibi şeyler olunca kendisinin büyük bir iş başardığını düşünüyorum.
Kendisi şu anda bu skriptin üzerinden farklı bir skript denemesi daha yapıyor.Umarım başarılı olur.
Aynen öyle.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst