- Katılım
- 26 Şubat 2020
- Mesajlar
- 88
- En iyi cevaplar
- 2
- Tepki puanı
- 16
- Puanları
- 1,080
Kod:
options:
satir_1: &f &aSunucuya Hoş Geldiniz!
satir_2: &6 www.sunucunuz.com
max_slots: 100
command /motd [<text>]:
trigger:
if arg-1 is "reload":
make console execute "sk reload motd"
send "&aMOTD başarıyla yeniden yüklendi!" to player
else:
send "&cYanlış kullanım! Doğru kullanım: /motd reload" to player
on server list ping:
set motd to "{@satir_1}%nl%{@satir_2}"
set max player count to {@max_slots}
Kod: