Skript Paylaşımı Ekran Duyurulu Restart Skript

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

Batu44

Bir Kömür Göründü Kaptanım!
Katılım
22 Aralık 2016
Mesajlar
165
Elmaslar
136
Puan
13.520
Yaş
27
Konum
Malatya
Minecraft
Batu44
Merhaba sayın forum üyeleri, bugün sizlere kendi yapmış olduğum skripti tanıtacağım.
/restart yazınca 10'dan geriye saymaya başlar ve otomatik olarak sunucuyu durdurur.
Ek olarak; /tbc yazınca oyuncuların ekranına yazı gönderebilirsiniz (alıntıdır).
Yeni özellik restart iptal edilme eklendi.

/resetiptal yazarak restart'ı iptal edebilirsiniz.
Skript ve SkRayFall gerektirir.


Kod:
command /tbc [<text>]:
    permission : admin.tbc
    permission message : &8Gerekli yetkilere sahip değilsin!
    trigger:
        if arg 1 is set:
            loop all players:
                send loop-player title "%colored arg 1%" for 3 seconds
        else:
            send "&8Correct use: &3/tbc <text>"



command /restart:
    permission: restart
    trigger:
        execute console command "tbc &aRestart için son &6&l10 &asaniye"
        wait 1 seconds
        set {restart} to true
        if {restart} is set:
            execute console command "tbc &a&l9"
            wait 1 seconds
            if {restart} is set:
                execute console command "tbc &a&l8"
                wait 1 seconds
                if {restart} is set:
                    execute console command "tbc &a&l7"
                    wait 1 seconds
                    if {restart} is set:
                        execute console command "tbc &a&l6"
                        wait 1 seconds
                        if {restart} is set:
                            execute console command "tbc &c&l5"
                            wait 1 seconds
                            if {restart} is set:
                                execute console command "tbc &c&l4"
                                wait 1 seconds
                                if {restart} is set:
                                    execute console command "tbc &4&l3"
                                    wait 1 seconds
                                    if {restart} is set:
                                        execute console command "tbc &4&l2"
                                        wait 1 seconds
                                        if {restart} is set:
                                            execute console command "tbc &4&l1"
                                            wait 1 seconds
                                            if {restart} is set:
                                                execute console command "tbc &9&lRestart..."
                                                wait 1 seconds
                                                if {restart} is set:
                                                    execute server command "stop"
                                                 
command /resetiptal:
    trigger:
        delete {restart}
        execute console command "tbc &a&lRestart iptal edildi..."

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Spigot link:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
 
Son düzenleme:
Yalnız Restart Sunucuyu Yenilemesi Lazım Siz Burda ''Stop'' Yazmısınız. ! Düzeltmiş Hali
Kod:
command /tbc [<text>]:
Kod:
[B]    permission : admin.tbc[/B]
[B]    permission message : &8Gerekli yetkilere sahip değilsin![/B]
[B]    trigger:[/B]
[B]        if arg 1 is set:[/B]
[B]            loop all players:[/B]
[B]                send loop-player title "%colored arg 1%" for 3 seconds[/B]
[B]        else:[/B]
[B]            send "&8Correct use: &3/tbc <text>"[/B]
[B][/B]
[B][/B]
[B][/B]
[B]command /restart:[/B]
[B]    permission: restart[/B]
[B]    trigger:[/B]
[B]        execute console command "tbc &aRestart için &6&l10 &asaniye"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &a&l9"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &a&l8"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &a&l7"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &a&l6"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &c&l5"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &c&l4"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &4&l3"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &4&l2"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &4&l1"[/B]
[B]        wait 1 seconds[/B]
[B]        execute console command "tbc &9&lRestart..."[/B]
[B]        wait 1 seconds[/B]
[B]        execute server command "reload"[/B]
Reload sunucudaki pluginlere zarar verir.
 
Merhaba sayın forum üyeleri, bugün sizlere kendi yapmış olduğum skripti tanıtacağım.
/restart yazınca 10'dan geriye saymaya başlar ve otomatik olarak sunucuyu durdurur.
Ek olarak; /tbc yazınca oyuncuların ekranına yazı gönderebilirsiniz (alıntıdır).
Kod:
command /tbc [<text>]:
    permission : admin.tbc
    permission message : &8Gerekli yetkilere sahip değilsin!
    trigger:
        if arg 1 is set:
            loop all players:
                send loop-player title "%colored arg 1%" for 3 seconds
        else:
            send "&8Correct use: &3/tbc <text>"



command /restart:
    permission: restart
    trigger:
        execute console command "tbc &aRestart için &6&l10 &asaniye"
        wait 1 seconds
        execute console command "tbc &a&l9"
        wait 1 seconds
        execute console command "tbc &a&l8"
        wait 1 seconds
        execute console command "tbc &a&l7"
        wait 1 seconds
        execute console command "tbc &a&l6"
        wait 1 seconds
        execute console command "tbc &c&l5"
        wait 1 seconds
        execute console command "tbc &c&l4"
        wait 1 seconds
        execute console command "tbc &4&l3"
        wait 1 seconds
        execute console command "tbc &4&l2"
        wait 1 seconds
        execute console command "tbc &4&l1"
        wait 1 seconds
        execute console command "tbc &9&lRestart..."
        wait 1 seconds
        execute server command "stop"

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Reload Skriptini Bende Kodladım Ama Herkezden Olumsuz Cevap Alınca Sildim
 
Teşekkürler işime yaradı.
 
Merhaba sayın forum üyeleri, bugün sizlere kendi yapmış olduğum skripti tanıtacağım.
/restart yazınca 10'dan geriye saymaya başlar ve otomatik olarak sunucuyu durdurur.
Ek olarak; /tbc yazınca oyuncuların ekranına yazı gönderebilirsiniz (alıntıdır).
Yeni özellik restart iptal edilme eklendi.

/resetiptal yazarak restart'ı iptal edebilirsiniz.


Kod:
command /tbc [<text>]:
    permission : admin.tbc
    permission message : &8Gerekli yetkilere sahip değilsin!
    trigger:
        if arg 1 is set:
            loop all players:
                send loop-player title "%colored arg 1%" for 3 seconds
        else:
            send "&8Correct use: &3/tbc <text>"



command /restart:
    permission: restart
    trigger:
        execute console command "tbc &aRestart için son &6&l10 &asaniye"
        wait 1 seconds
        set {restart} to true
        if {restart} is set:
            execute console command "tbc &a&l9"
            wait 1 seconds
            if {restart} is set:
                execute console command "tbc &a&l8"
                wait 1 seconds
                if {restart} is set:
                    execute console command "tbc &a&l7"
                    wait 1 seconds
                    if {restart} is set:
                        execute console command "tbc &a&l6"
                        wait 1 seconds
                        if {restart} is set:
                            execute console command "tbc &c&l5"
                            wait 1 seconds
                            if {restart} is set:
                                execute console command "tbc &c&l4"
                                wait 1 seconds
                                if {restart} is set:
                                    execute console command "tbc &4&l3"
                                    wait 1 seconds
                                    if {restart} is set:
                                        execute console command "tbc &4&l2"
                                        wait 1 seconds
                                        if {restart} is set:
                                            execute console command "tbc &4&l1"
                                            wait 1 seconds
                                            if {restart} is set:
                                                execute console command "tbc &9&lRestart..."
                                                wait 1 seconds
                                                if {restart} is set:
                                                    execute server command "stop"
                                                 
command /resetiptal:
    trigger:
        delete {restart}
        execute console command "tbc &a&lRestart iptal edildi..."

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Spigot link:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Güncelleme; /resetiptal özelliği eklendi!
 
Yararlı bir skript olmuş başarılar
 
Merhaba sayın forum üyeleri, bugün sizlere kendi yapmış olduğum skripti tanıtacağım.
/restart yazınca 10'dan geriye saymaya başlar ve otomatik olarak sunucuyu durdurur.
Ek olarak; /tbc yazınca oyuncuların ekranına yazı gönderebilirsiniz (alıntıdır).
Yeni özellik restart iptal edilme eklendi.

/resetiptal yazarak restart'ı iptal edebilirsiniz.


Kod:
command /tbc [<text>]:
    permission : admin.tbc
    permission message : &8Gerekli yetkilere sahip değilsin!
    trigger:
        if arg 1 is set:
            loop all players:
                send loop-player title "%colored arg 1%" for 3 seconds
        else:
            send "&8Correct use: &3/tbc <text>"



command /restart:
    permission: restart
    trigger:
        execute console command "tbc &aRestart için son &6&l10 &asaniye"
        wait 1 seconds
        set {restart} to true
        if {restart} is set:
            execute console command "tbc &a&l9"
            wait 1 seconds
            if {restart} is set:
                execute console command "tbc &a&l8"
                wait 1 seconds
                if {restart} is set:
                    execute console command "tbc &a&l7"
                    wait 1 seconds
                    if {restart} is set:
                        execute console command "tbc &a&l6"
                        wait 1 seconds
                        if {restart} is set:
                            execute console command "tbc &c&l5"
                            wait 1 seconds
                            if {restart} is set:
                                execute console command "tbc &c&l4"
                                wait 1 seconds
                                if {restart} is set:
                                    execute console command "tbc &4&l3"
                                    wait 1 seconds
                                    if {restart} is set:
                                        execute console command "tbc &4&l2"
                                        wait 1 seconds
                                        if {restart} is set:
                                            execute console command "tbc &4&l1"
                                            wait 1 seconds
                                            if {restart} is set:
                                                execute console command "tbc &9&lRestart..."
                                                wait 1 seconds
                                                if {restart} is set:
                                                    execute server command "stop"
                                                 
command /resetiptal:
    trigger:
        delete {restart}
        execute console command "tbc &a&lRestart iptal edildi..."

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Spigot link:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Titlemanger pl yoksa ne olcak?
 
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