Çözüldü Event skript hata

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

HadronNetwork

Zombi Geldi, Beni Yedi
Katılım
29 Aralık 2018
Mesajlar
236
Elmaslar
38
Puan
6.420
Minecraft
TheMurderK
Facebook
YAKINDA
X
YAKINDA

Discord:

YAKINDA

arkadaşlar event skript yaptım ama broadcast çalışmıyor neden broadcast yerine ne yazsam herkeze toplu mesaj gider?
 
Skriptten Pek Anlamam Ama Dediğine Benzer Elimde Güzel Bir Skript Var Şöyle Vereyim.


Kod:
options:
    p: &e&lSunucuİsmi &8»
    noperm: &e&lSunucuİsmi &8» &7Yetkin Yok!
    eventyetki: event.admin
quit:
    if {cekilis} is set:
        delete {cekilis}
        delete {cekilissure}
command /event [<text>] [<integer>] [<text>]:
    trigger:
        if executor has permission "colera.event":
            if arg-1 isn't set:
                open virtual chest with size 4 named "&a&l&nEVENT &f&l&nGUI" to player
                make gui slot 11 of player with iron ingot named "&eKlasik &fEvent" with lore "&7Event İçeriği&c:||  ||&7- &c64 &eDemir Blok ||&7- &c64 &eElmas Blok ||&7- &c64 &eZümrüt Blok ||&7- &c64 &eAltın Blok||&7- &c16 &eEnd Taşı||&7- &c16 &eSünger||&7- &c1 &eSüprizKutu||&7- &c1&e'er tane anahtar" to close then run player command "event event1"
                make gui slot 13 of player with gold ingot named "&cPara &fEventi" to close then run player command "event paramenu"
                make gui slot 21 of player with chest named "&3Spawner &fEventi" with lore "&7Çekiliş İçeriği&c:||  ||&7- &cChestSpawnerlar" to close then run player command "event spver"
                make gui slot 23 of player with nether star named "&cÇekiliş" with lore "&7Çekiliş İçeriği&c:||  ||&7- &cDemir spawner||&7- &c1 kerelik kasa anahtarı" to close then run player command "event çekiliş"
                make gui slot 15 of player with diamond named "&bDevasa &fEvent" with lore "&7Event İçeriği&c:||  ||&7- &c256 &eDemir Blok ||&7- &c256 &eElmas Blok ||&7- &c256 &eZümrüt Blok ||&7- &c256 &eAltın Blok||&7- &c64 &eEnd Taşı||&7- &c64 &eSünger||&7- &c3 &eSüprizKutu||&7- &c3&e'er tane anahtar" to close then run player command "event event2"
            if arg-1 is "çekiliş":
                if {cekilis} is set:
                    send "{@p} &cZaten şu an aktif bir çekiliş var!"
                else:
                    set {cekilis} to true
                    loop all players:
                        add loop-player to {_cekilis::*}
                    send players title "&6&lCEKILIS" with subtitle "&8► &7Kazanan &e10 &7Saniye sonra açıklanıcak.. Sonra Belli Olucaktır." for 3 seconds
                    wait 3 seconds
                    set {cekilissure} to 10
                    loop {cekilissure} times:
                        send players title "&6&lCEKILIS" with subtitle "&8► &7Kalan &8| &b%{cekilissure}% &7Saniye sonra açıklanıcak.." for 1 seconds
                        remove 1 from {cekilissure}
                        wait a second
                    wait a second
                    send players title "&a&kkkkkkkkkkkkk"
                    wait 3 seconds
                    set {_cekilis::kazanan} to random element out of {_cekilis::*}
                    send players title "&f%{_cekilis::kazanan}%" with subtitle "&8► &e&lKAZANAN &8◄" for 3 seconds
                    execute console command "crazycrate give physical event 1 %{_cekilis::kazanan}%"
                    delete {cekilis}
                    delete {cekilissure}
            else if arg-1 is "event1":
                set {_t} to 60
                while {_t} is greater than or equal to 0:
                    if {_t} is 60, 30, 15 or 10:
                        send "&8■ &7Klasik Eventin başlamasına &e%{_t}% &7saniye kaldı!" to players
                    else if {_t} is 5:
                        send players title "&6&lEVENTE SON" with subtitle "&f➄" for 1 second
                    else if {_t} is 4:
                        send players title "&6&lEVENTE SON" with subtitle "&f➃" for 1 second
                    else if {_t} is 3:
                        send players title "&6&lEVENTE SON" with subtitle "&f➂" for 1 second
                    else if {_t} is 2:
                        send players title "&6&lEVENTE SON" with subtitle "&f➁" for 1 second
                    else if {_t} is 1:
                        send players title "&6&lEVENTE SON" with subtitle "&f➀" for 1 second
                    wait a second
                    remove 1 from {_t}
                give 32 129 to players
                give 128 168 to players
                give 128 end stone to players
                give 64 sponge to players
                give 64 iron block to players
                give 64 diamond block to players
                give 64 emerald block to players
                give 64 gold block to players
                give 1 bedrock of unbreaking 1 named "&8► &6&nOyuncu Sandıgı&f &8◄" to players
                execute console command "crazycrate giveall physical blok 5"
                execute console command "crazycrate giveall physical spawner 3"   
                execute console command "crazycrate giveall physical anahtar 2"                   
                send "&8&m---------------------------------------------" to players
                send "" to players
                send "                          &3&lEVENT" to players
                send "" to players
                send "" to players
                send "          &8► &7&oBaşlatan: &a%player% &8▪ &7Oyuncular: &a%number of all players% &8◄" to players
                send "                  &8► &7&oEvent Türü: &aKlasik Event &8◄" to players
                send "" to players
                send "&8&m---------------------------------------------" to players
            else if arg-1 is "event2":
                set {_t} to 60
                while {_t} is greater than or equal to 0:
                    if {_t} is 60, 30, 15 or 10:
                        send "&8■ &7Dev Eventin başlamasına &e%{_t}% &7saniye kaldı!" to players
                    else if {_t} is 5:
                        send players title "&6&lEVENTE SON" with subtitle "&f➄" for 1 second
                    else if {_t} is 4:
                        send players title "&6&lEVENTE SON" with subtitle "&f➃" for 1 second
                    else if {_t} is 3:
                        send players title "&6&lEVENTE SON" with subtitle "&f➂" for 1 second
                    else if {_t} is 2:
                        send players title "&6&lEVENTE SON" with subtitle "&f➁" for 1 second
                    else if {_t} is 1:
                        send players title "&6&lEVENTE SON" with subtitle "&f➀" for 1 second
                    wait a second
                    remove 1 from {_t}
                give 64 129 to players
                give 256 168 to players
                give 256 end stone to players
                give 256 sponge to players
                give 256 iron block to players
                give 256 diamond block to players
                give 256 emerald block to players
                give 256 gold block to players
                give 1 bedrock of unbreaking 1 named "&8► &6&nOyuncu Sandıgı&f &8◄" to players
                give 1 bedrock named "&8► &b&nMadenci Sandıgı&f &8◄" to players
                give 1 bedrock named "&8► &a&nBoss Sandıgı&f &8◄" to player
                execute console command "crazycrate giveall physical blok 7"
                execute console command "crazycrate giveall physical anahtar 5"   
                execute console command "crazycrate giveall physical event 3"
                execute console command "crazycrate giveall physical spawner 2"
                execute console command "itemsp dagit endtasi 6"
                execute console command "itemsp dagit zumrutblok 36"
                send "&8&m---------------------------------------------" to players
                send "" to players
                send "                               &3&lEVENT" to players
                send "" to players
                send "" to players
                send "          &8► &7&oBaşlatan: &a%player% &8▪ &7Oyuncular: &a%number of all players% &8◄" to players
                send "                  &8► &7&oEvent Türü: &aDev Event &8◄" to players
                send "" to players
                send "&8&m---------------------------------------------" to players
            else if arg-1 is "paramenu":
                open virtual chest with size 1 named "&c&l&nPARA &f&l&nGUI" to player
                make gui slot 0 of player with gold nugget named "&65.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c5.000 &eTL" to close then run player command "event paraver 5000"
                make gui slot 1 of player with gold nugget named "&610.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c10.000 &eTL" to close then run player command "event paraver 10000"
                make gui slot 2 of player with gold nugget named "&615.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c15.000 &eTL" to close then run player command "event paraver 15000"
                make gui slot 3 of player with gold nugget named "&620.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c20.000 &eTL" to close then run player command "event paraver 20000"
                make gui slot 4 of player with gold nugget named "&625.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c25.000 &eTL" to close then run player command "event paraver 25000"
                make gui slot 5 of player with gold nugget named "&650.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c50.000 &eTL" to close then run player command "event paraver 50000"
                make gui slot 6 of player with gold nugget named "&675.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c75.000 &eTL" to close then run player command "event paraver 75000"
                make gui slot 7 of player with gold nugget named "&6100.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c100.000 &eTL" to close then run player command "event paraver 100000"
                make gui slot 8 of player with gold nugget named "&6150.000 &cTL" with lore "&7Event İçeriği&c:||  ||&7- &c150.000 &eTL" to close then run player command "event paraver 150000"
            else if arg-1 is "paraver":
                if arg-2 is set:
                    add arg-2 to player's balance
                    send "{@p} &c%executor%&7, herkese &6%arg-2%TL &7verdi!" to players
            else if arg-1 is "spver":
                if arg-2 isn't set:
                    open virtual chest with size 1 named "&6&l&nChestSpawner &f&l&nGUI" to player
                    make gui slot 0 of player with chest named "&7Demir &fSpawner" to close then run player command "itemsp dagit demir 32"
                    make gui slot 1 of player with chest named "&6Altın &fSpawner" to close then run player command "itemsp dagit elmas 32"
                    make gui slot 2 of player with chest named "&bElmas &fSpawner" to close then run player command "itemsp dagit elmasblok 32"
                    make gui slot 3 of player with chest named "&aZümrüt &fSpawner" to close then run player command "itemsp dagit demirblok 32"
                else:
                    if arg-3 is set:
                        give arg-2 of chest named "%arg-3%" to players
                        send "{@p} &7Herkese &e%arg-2% &7tane &e%arg-3% &7verildi." to players
        else:
            send "{@noperm}"
 
Kod:
command /eventyap:
    permission: event.yap
    permission message: &cYetkin yok.
    trigger:
        broadcast "&6&lEvent &bEvent başladı, &c30 &bsaniye sonra başlıyacak. envanterinizi boşaltınız."
        execute console command "tm broadcast &6&lEvent &c30 &bsaniye"
        wait 10 second
        broadcast "&6&lEvent &bSon &c20 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c20 &bsaniye"
        wait 10 second
        broadcast "&6&lEvent &bson &c10 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c10 &bsaniye"
        wait 5 second
        broadcast "&6&lEvent &bson &c5 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c5 &bsaniye"
        wait 1 second
        broadcast "&6&lEvent &bson &c4 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c4 &bsaniye"
        wait 1 second
        broadcast "&6&lEvent &bson &c3 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c3 &bsaniye"
        wait 1 second
        broadcast "&6&LEvent &bson &c2 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c2 &bsaniye"
        wait 1 second
        broadcast "&6&lEvent &bson &c1 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c1 &bsaniye"
        wait 1 second
        broadcast "&6&lEvent &bEvent başladı."
        execute console command "tm broadcast &6&lEvent &bbaşladı"
        wait 1
        broadcast "&6&lEvent &bZümrütler veriliyor..."
        execute console command "tm broadcast &6&lEvent &bZümrütler veriliyor..."
        wait 1 second
        give players 5 emerald
        wait 1 second
        broadcast "&6&lEvent &bElmaslar veriliyor..."
        execute console command "tm broadcast &6&lEvent &bElmaslar veriliyor..."
        wait 1 second
        give players 5 diamond
        wait 1 second
        broadcast "&6&lEvent &bAltınlar veriliyor..."
        execute console command "tm broadcast &6&lEvent &bAltınlar veriliyor..."
        wait 1 second
        give players 5 goldingot
        wait 1 second
        broadcast "&6&lEvent &bDemirler veriliyor..."
        execute console command "tm broadcast &6&lEvent &bDemirler veriliyor..."
        wait 1 second
        give players 5 ironingot
        wait 1 second
        broadcast "&6&lEvent &bEfsane kasa anahtarı veriliyor..."
        execute console command "tm broadcast &6&lEvent &bEfsane kasa anahtarı..."
        wait 1 second
        execute console command "crazycrates giveall p galactic 1"
        wait 1 second
        broadcast "&6&lEvent &bEvent bitti iyi oyunlar."

Yaptığım event bu ama broadcast çalışmıyor
 
Kod:
command /eventyap:
    permission: event.yap
    permission message: &cYetkin yok.
    trigger:
        broadcast "&6&lEvent &bEvent başladı, &c30 &bsaniye sonra başlıyacak. envanterinizi boşaltınız."
        execute console command "tm broadcast &6&lEvent &c30 &bsaniye"
        wait 10 second
        broadcast "&6&lEvent &bSon &c20 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c20 &bsaniye"
        wait 10 second
        broadcast "&6&lEvent &bson &c10 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c10 &bsaniye"
        wait 5 second
        broadcast "&6&lEvent &bson &c5 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c5 &bsaniye"
        wait 1 second
        broadcast "&6&lEvent &bson &c4 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c4 &bsaniye"
        wait 1 second
        broadcast "&6&lEvent &bson &c3 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c3 &bsaniye"
        wait 1 second
        broadcast "&6&LEvent &bson &c2 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c2 &bsaniye"
        wait 1 second
        broadcast "&6&lEvent &bson &c1 &bsaniye."
        execute console command "tm broadcast &6&lEvent &c1 &bsaniye"
        wait 1 second
        broadcast "&6&lEvent &bEvent başladı."
        execute console command "tm broadcast &6&lEvent &bbaşladı"
        wait 1
        broadcast "&6&lEvent &bZümrütler veriliyor..."
        execute console command "tm broadcast &6&lEvent &bZümrütler veriliyor..."
        wait 1 second
        give players 5 emerald
        wait 1 second
        broadcast "&6&lEvent &bElmaslar veriliyor..."
        execute console command "tm broadcast &6&lEvent &bElmaslar veriliyor..."
        wait 1 second
        give players 5 diamond
        wait 1 second
        broadcast "&6&lEvent &bAltınlar veriliyor..."
        execute console command "tm broadcast &6&lEvent &bAltınlar veriliyor..."
        wait 1 second
        give players 5 goldingot
        wait 1 second
        broadcast "&6&lEvent &bDemirler veriliyor..."
        execute console command "tm broadcast &6&lEvent &bDemirler veriliyor..."
        wait 1 second
        give players 5 ironingot
        wait 1 second
        broadcast "&6&lEvent &bEfsane kasa anahtarı veriliyor..."
        execute console command "tm broadcast &6&lEvent &bEfsane kasa anahtarı..."
        wait 1 second
        execute console command "crazycrates giveall p galactic 1"
        wait 1 second
        broadcast "&6&lEvent &bEvent bitti iyi oyunlar."

Yaptığım event bu ama broadcast çalışmıyor
Sunucunda TitleManager Plugini Var mı ?
 
TitleManager Varsa Olması Lazım Muhtemelen Sürümle Alaklıdır. Olmazsa Başka Bi Skript Vereyim ?
sürüm en son sürüm güncel
yani verebilirsen başka skript olur =) broadcastsız =D
 
benim yaptığım bu konuda gördüklerim arasında ücretsiz en iyi skriptimi atayım, bence kesinlikle bunu kullan
 
Kod:
command /eventyap:
    permission: event.yap
    permission message: &fBilinmeyen Komut.
    trigger:
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a5 &8◀"
        wait 1 second
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a4 &8◀"
        wait 1 second
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a3 &8◀"
        wait 1 second
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a2 &8◀"
        wait 1 second
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a1 &8◀"
        loop all players:
            execute console command "give %loop-player% 7 1 name:&6►_&e&nEvent_Sandığı&8_(&7&nYere_Koy&8)_&6◄"
        wait 2 seconds
        execute console command "itemsp dagit demirblok 2"
        wait 2 seconds
        execute console command "cc giveall p event 5"
        wait 2 seconds
        execute console command "cc giveall p spawner 3"
        wait 2 seconds
        execute console command "eco give * 50000000000"
        wait 2 seconds
        broadcast "&e&lSKYBLOCK &8▶ &7Event bitmiştir iyi oyunlar."

on place a bedrock:
    if tool's display name is "&6► &e&nEvent Sandığı&8 (&7&nYere Koy&8) &6◄":
        set event-block to chest
        remove bedrock named "&6► &e&nEvent Sandığı&8 (&7&nYere Koy&8) &6◄" from player
        wait 0.50 seconds
        add 256 diamond block to event-block's inventory     
        add 256 emerald block to event-block's inventory     
        add 256 iron block to event-block's inventory     
        add 256 gold block to event-block's inventory     
        add 128 ender stone to event-block's inventory     
        add 128 sponge to event-block's inventory
        add 128 prismarine block to event-block's inventory
        add 128 dark prismarine block to event-block's inventory
 
Benim eventler konusunda gördüklerim arasında ücretsiz en iyi skriptimi atayım, bence kesinlikle bunu kullan
olur =)
Gönderi otomatik olarak birleştirildi:

Kod:
command /eventyap:
    permission: event.yap
    permission message: &fBilinmeyen Komut.
    trigger:
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a5 &8◀"
        wait 1 second
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a4 &8◀"
        wait 1 second
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a3 &8◀"
        wait 1 second
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a2 &8◀"
        wait 1 second
        broadcast "&e&lSKYBLOCK &8▶ &7Evente son &8► &a1 &8◀"
        loop all players:
            execute console command "give %loop-player% 7 1 name:&6►_&e&nEvent_Sandığı&8_(&7&nYere_Koy&8)_&6◄"
        wait 2 seconds
        execute console command "itemsp dagit demirblok 2"
        wait 2 seconds
        execute console command "cc giveall p event 5"
        wait 2 seconds
        execute console command "cc giveall p spawner 3"
        wait 2 seconds
        execute console command "eco give * 50000000000"
        wait 2 seconds
        broadcast "&e&lSKYBLOCK &8▶ &7Event bitmiştir iyi oyunlar."

on place a bedrock:
    if tool's display name is "&6► &e&nEvent Sandığı&8 (&7&nYere Koy&8) &6◄":
        set event-block to chest
        remove bedrock named "&6► &e&nEvent Sandığı&8 (&7&nYere Koy&8) &6◄" from player
        wait 0.50 seconds
        add 256 diamond block to event-block's inventory    
        add 256 emerald block to event-block's inventory    
        add 256 iron block to event-block's inventory    
        add 256 gold block to event-block's inventory    
        add 128 ender stone to event-block's inventory    
        add 128 sponge to event-block's inventory
        add 128 prismarine block to event-block's inventory
        add 128 dark prismarine block to event-block's inventory
olmuyo malesef broadcast var
 
Google'de aratırsanız rahatça yüzlerce kaynak çıkar.
 
send "deneme" to all players
message "deneme" to all players

bunları deneyebilirsiniz.

Hala olmuyor ise;

Kod:
loop players:
    send "deneme" to loop-player
 
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