OTO EVENT ZAMAN

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

o1gumball

Bir Kömür Göründü Kaptanım!
Katılım
25 Nisan 2021
Mesajlar
147
Elmaslar
11
Puan
6.420
Yaş
25
Minecraft
o1gumball

Discord:

o1gumball#9558

Selam, benim elimde bir oto event skripti var buna şey eklenmesini istiyorum oto event başlamadan önce 30 dk önce 30 dk sonra event başlıyor desin sonra 20 dk sonra event başlıyor sonra 10 dk sonra event başlıyor ve 5 saniye sonra 4 saniye 3 saniye 2 saniye ve 1 saniye sonra desin istiyorum.
oto event skripti bu

Kod:
options:
 event-zamani: 20:00
 event-komutu: eventyap

every minutes:
 now formatted as "HH:mm" = "{@event-zamani}":
  execute console command "/{@event-komutu}"
 
Selam, benim elimde bir oto event skripti var buna şey eklenmesini istiyorum oto event başlamadan önce 30 dk önce 30 dk sonra event başlıyor desin sonra 20 dk sonra event başlıyor sonra 10 dk sonra event başlıyor ve 5 saniye sonra 4 saniye 3 saniye 2 saniye ve 1 saniye sonra desin istiyorum.
oto event skripti bu

Kod:
options:
 event-zamani: 20:00
 event-komutu: eventyap

every minutes:
 now formatted as "HH:mm" = "{@event-zamani}":
  execute console command "/{@event-komutu}"
Kod:
options:
 event-zamani: 20:00
 event-komutu: eventyap

every minutes:
 now formatted as "HH:mm" = "{@event-zamani}":
  execute console command "/{@event-komutu}"
        broadcast " &7&m&l--------------------------------------------"
        broadcast " &8&l(&4&lSer&f&lVer&8&l) &e➤ &3&l1 Dakika Içerisinde Event Baslayacaktir."
        broadcast " &8&l(&4&lSer&f&lVer&8&l) &e➤ &3&lLütfen Envanterinizde Dagitilacak Esyalar Için Yer Aciniz."
        broadcast " &7&m&l--------------------------------------------"
        wait 1 minute
        broadcast " &8&l(&4&lSer&f&lVer&8&l) &e➤ &3&l5 Saniye Içerisinde Event Baslayacaktir."
        wait 1 second
        broadcast " &8&l(&4&lSer&f&lVer&8&l) &e➤ &3&l4 Saniye Içerisinde Event Baslayacaktir."
        wait 1 second
        broadcast " &8&l(&4&lSer&f&lVer&8&l) &e➤ &3&l3 Saniye Içerisinde Event Baslayacaktir."
        wait 1 second
        broadcast " &8&l(&4&lSer&f&lVer&8&l) &e➤ &3&l2 Saniye Içerisinde Event Baslayacaktir."
        wait 1 second
        broadcast " &8&l(&4&lSer&f&lVer&8&l) &e➤ &3&l1 Saniye Içerisinde Event Baslayacaktir."
        wait 1 second
        broadcast " &8&l(&4&lSer&f&lVer&8&l) &e➤ &3&lEvent Basladi!"
        wait 1 second
        execute console command "eventyap"
bu skript denermisiniz.
 
Böyle yapabilirsin:
*(Ekranda çıkmasını ve bu skripti kullanmak istiyorsan SkRayFall pluginini kullanmalısın ama chatte çıksın dersen üstteki arkadaşın attığı skripti kullanabilirsin.)*
Kod:
options:
    event-duyuru-zamani: 19:00
    event-zamani: 20:00
    event-komutu: eventyap

every minutes:
    now formatted as "HH:mm" = "{@event-zamani}":
        execute console command "/{@event-komutu}"
       
every minutes:
    now formatted as "HH:mm" = "{@event-duyuru-zamani}":
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b1 saat &fkaldı." for 3 seconds
        wait 30 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b30 dakika &fkaldı." for 3 seconds
        wait 15 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b15 dakika &fkaldı." for 3 seconds
        wait 5 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b10 dakika &fkaldı." for 3 seconds
        wait 5 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b5 dakika &fkaldı." for 3 seconds
        wait 4 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b1 dakika &fkaldı." for 3 seconds
        wait 30 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b30 saniye &fkaldı." for 3 seconds
        wait 20 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b10 saniye &fkaldı." for 3 seconds
        wait 5 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b5 saniye &fkaldı." for 2 seconds
        wait 2 second
        send player title "&f3" for 1 seconds
        wait 1 second
        send player title "&e2" for 1 seconds
        wait 1 second
        send player title "&61" with subtitle "&eEtkinlik başladı." for 1 seconds
        stop
 
Skript error verdi 2 skriptede
 
Event saati ayarını 19:00 yaparsın. eventyap komutuna da duyuruyu ekleyebilirsin. 1 saat sonra yapacaktır eventyap skriptini de atarsan içine ekleyebilirim ama dediğimi anladıysan bu şekilde yapabilirsin:
Kod:
command /eventyap:
    trigger:
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b1 saat &fkaldı." for 3 seconds
        wait 30 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b30 dakika &fkaldı." for 3 seconds
        wait 15 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b15 dakika &fkaldı." for 3 seconds
        wait 5 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b10 dakika &fkaldı." for 3 seconds
        wait 5 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b5 dakika &fkaldı." for 3 seconds
        wait 4 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b1 dakika &fkaldı." for 3 seconds
        wait 30 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b30 saniye &fkaldı." for 3 seconds
        wait 20 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b10 saniye &fkaldı." for 3 seconds
        wait 5 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b5 saniye &fkaldı." for 2 seconds
        wait 2 second
        send player title "&f3" for 1 seconds
        wait 1 second
        send player title "&e2" for 1 seconds
        wait 1 second
        send player title "&61" with subtitle "&eEtkinlik başladı." for 1 seconds
        give all eşyalar
        give all eşyalar
        stop
 
Event saati ayarını 19:00 yaparsın. eventyap komutuna da duyuruyu ekleyebilirsin. 1 saat sonra yapacaktır eventyap skriptini de atarsan içine ekleyebilirim ama dediğimi anladıysan bu şekilde yapabilirsin:
Kod:
command /eventyap:
    trigger:
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b1 saat &fkaldı." for 3 seconds
        wait 30 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b30 dakika &fkaldı." for 3 seconds
        wait 15 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b15 dakika &fkaldı." for 3 seconds
        wait 5 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b10 dakika &fkaldı." for 3 seconds
        wait 5 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b5 dakika &fkaldı." for 3 seconds
        wait 4 minute
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b1 dakika &fkaldı." for 3 seconds
        wait 30 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b30 saniye &fkaldı." for 3 seconds
        wait 20 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b10 saniye &fkaldı." for 3 seconds
        wait 5 second
        send player title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b5 saniye &fkaldı." for 2 seconds
        wait 2 second
        send player title "&f3" for 1 seconds
        wait 1 second
        send player title "&e2" for 1 seconds
        wait 1 second
        send player title "&61" with subtitle "&eEtkinlik başladı." for 1 seconds
        give all eşyalar
        give all eşyalar
        stop
İşte event skripti
Kod:
command /eventyap:
    permission: event.yap
    permission message: &cBu komutu girebilmek için yetkin yok!
    trigger:
        loop 3 times:
            send title "&e&lEVENT BAŞLIYOR ..." with subtitle "&c&lENVANTERİNİZDE YER AÇIN!" to all players for 5 seconds
            wait 5 seconds
        loop integers from 5 to 1:
            send title "&e&lEVENT BAŞLIYOR ..." with subtitle "&c&l%loop-value%" to player for 2 seconds
            wait 2 seconds
        loop all players:
            execute console command "give %loop-player% diamond 4"
            execute console command "give %loop-player% gold_Ingot 6"
            execute console command "give %loop-player% Iron_Ingot 8"
            execute console command "eco give %player% 100"
            execute console command "crazycrates give P orman 1 %loop-player%"
            execute console command "cc give P bonus 2 %loop-player%"
        send title "&d&lEVENT TAMAMLANDI!" to players for 5 seconds
 
Send player title yaptığım için olmamış. Uzun zamandır uğraşmıyorum minecraft skript ile. eventyap skriptini bunun ile değiştirir misin?:
Kod:
command /eventyap:
    trigger:
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b1 saat &fkaldı." to all players for 3 seconds
        wait 30 minute
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b30 dakika &fkaldı." to all players for 3 seconds
        wait 15 minute
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b15 dakika &fkaldı." to all players for 3 seconds
        wait 5 minute
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b10 dakika &fkaldı." to all players for 3 seconds
        wait 5 minute
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b5 dakika &fkaldı." to all players for 3 seconds
        wait 4 minute
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b1 dakika &fkaldı." to all players for 3 seconds
        wait 30 second
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b30 saniye &fkaldı." to all players for 3 seconds
        wait 20 second
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b10 saniye &fkaldı." to all players for 3 seconds
        wait 5 second
        send title "&cEVENT" with subtitle "&fEtkinliğin başlamasına &b5 saniye &fkaldı." to all players for 2 seconds
        wait 2 second
        send title "&f3" to all players for 1 seconds
        wait 1 second
        send title "&e2" to all players for 1 seconds
        wait 1 second
        send title "&61" with subtitle "&eEtkinlik başladı." to all players for 1 seconds
        execute console command "give %loop-player% diamond 4"
        execute console command "give %loop-player% gold_Ingot 6"
        execute console command "give %loop-player% Iron_Ingot 8"
        execute console command "eco give %player% 100"
        execute console command "crazycrates give P orman 1 %loop-player%"
        execute console command "cc give P bonus 2 %loop-player%"
        send title "&cEtkinlik bitti." to all players for 3 seconds
        stop
Son olarak zaman ayarladığın skriptte de 19:00 ayarlarsan event-zaman ı kullanabilirsin.
 
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