Komut bloguna duyuru ekleme (Çözüldü)

temuralay

Ağaç Yumruklayıcı
En iyi cevaplar
0
Merhaba serverimde komut bloguyla duyuru yapmak ıstıyorum fakat ne yazıcagımı bılmıyorum

Bana bi örnek hazirlayip 30 dakıkada 1 aşagıdan herkeze yazmasını saglıyabılırmısınız*?
 

Nish951

Taş Madencisi
En iyi cevaplar
0
30 Dakika bekletemezsin komut bloğunu, yaparsanda yaptıgın redstone sistemi kastırır sunucuyu scheduled announcer 2'yi neden kullanmıyorsun?
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
 

temuralay

Ağaç Yumruklayıcı
En iyi cevaplar
0
sc2 var zaten ona yenı bır duyuru nasıl eklıycem ? mesela şu an vıp duyurusunu geçıyor.
 
S

Sergunkorowakurwa

Ziyaretçi
Hem sen önemli şeyler için yapacaksan tek seferlik yapmak istersen komut bloğuna böyle yaz :

PHP:
broadcast &4[&cDuyuru&4] &2Mesajınız ...

Veya

say [Duyuru] Mesajınız ...

Birde Böylede Yapabilirsin :

tellraw @a [Duyuru]

Bu Tarz Şeklinde Tek Seferlik Yani Komut Bloğunu Çalıştırdığın Zaman Mesajlar Gider .

[DOUBLEPOST=1412092875,1412092549][/DOUBLEPOST] İngilizce Skripti :
PHP:
#
# ScheduledAnnouncer Configuration File
# =====================================
#
# Don't use tabs in *.yml file!
#
# Please note that there is a 85 (with the default prefix) character
# limit on announcements.
#
# If you mess this config up, feel free to delete this one, and let
# the plugin create you a new one!
#

announcement:
    # Use this flag to temporary disable the announcements.
    # enabled: false, means that there wouldn't be any announcements.
    enabled: true

    # Set this to true will announce in random order.
    # 'false' will announce in sequential (one after another) order.
    random: false

    # Defines the prefix for the announcement. Use & + hex char for color codes.
    prefix: '&c[Announcement] '

    # The time of one interval in seconds.
    interval: 100

    # List of messages to announce. You could use color codes by using & + hex chars too.
    messages:
    - 'This is the first default announcement!'
    - 'Use /announce help to get info how to config this plugin.'
    - 'You can also configure this plugin with its config.yml too!'
   
    # Use to enable or disable the motd.
    motdEnabled: true
   
    # Use to define the motd.
    motd: 'Test announcement.'


Komutlar Adminler İçin :
PHP:
/announce add <message> (OtoMesaj Eklersin)
/announce broadcast [<index>]
/announce delete <index> (OtoMesajları Silersin)
/announce enable [true|false]
/announce interval <seconds> (Zamanı Ayarlayabilirsin)
/announce list (OtoMesajlar Listesi)
/announce random [true|false]
/announce say [message] (Tek Seferlik OtoMesaj İçin)

Kaynak :
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.


Bu Skript değil yanlız. configi.
 
Üst