G3ntleM4n
Birisi mi Spawnlandı?
- Katılım
- 13 Haziran 2023
- Mesajlar
- 4
- Elmaslar
- 0
- Puanlar
- 895
- Yer
- Türkiye
- Minecraft
- G3ntleM4n
Discord:
4nti3rror
Selam,
Aşağıda Sadece "Skript" Plugini İle Çalışan Sohbet İle İlgili Bir Takım Komutlar Yer Almakta,
Sizde Dilediğiniz Gibi Aşağıda Vereceğim Komudu Kullanabilirsiniz.
Kodlarımız Bu Kadar Bana Destek Amaçlı Konuyu Beğenirseniz Mutlu Olurum.
Aşağıda Sadece "Skript" Plugini İle Çalışan Sohbet İle İlgili Bir Takım Komutlar Yer Almakta,
Sizde Dilediğiniz Gibi Aşağıda Vereceğim Komudu Kullanabilirsiniz.
Java:
#Sohbet Temizleme
command /sil:
trigger:
if player has permission "sohbet.sil":
loop 100 times:
send "" to players
send " &6&nSohbet Temizleyici" to players
send "" to players
send "" to players
send "&7 Sohbet &e%player% &7tarafından &etemizlendi!" to players
send "&7 Lütfen sohbeti kirletmeyiniz." to players
send "" to players
send "" to players
send " &a&nİyi oyunlar dileriz!" to players
send "" to players
else:
send "&6&l SOHBET &8► &cÜzgünüm, bunun için yeterli yetkiye sahip değilsin." to player
command /silgizli:
trigger:
if player has permission "cc.admin":
loop 100 times:
send "" to players
send " &6&nSohbet Temizleyici" to players
send "" to players
send "" to players
send "&7 Sohbet &e%player% &7tarafından &etemizlendi!" to players
send "&7 Lütfen sohbeti kirletmeyiniz." to players
send "" to players
send "" to players
send " &a&nİyi oyunlar dileriz!" to players
send "" to players
else:
send "&6&l SOHBET &8► &cÜzgünüm, bunun için yeterli yetkiye sahip değilsin." to player
#Sohbet Kapatma
command /sohbet <text>:
permission: sohbet.kilit
permission message: &cHata &8► &7Bu komutu girmek için yetkiniz yok.
trigger:
if arg 1 is "kapat":
set {kilitli} to true
send "{@p} &cSohbet geçici olarak kapatıldı." to players
else:
if arg 1 is "aç":
set {kilitli} to false
send "{@p} &aSohbet kullanıma açıldı." to players
on chat:
{kilitli} is true:
if player doesn't have permission "sohbet.bypass":
cancel event
send "{@p} &7Sohbet Kapalı, Sadece Yetkiye Sahip Olanlar Konuşabilir!" to player
else:
uncancel event
on chat:
loop all players:
if message contains "%loop-player%":
loop 1 times:
replace "%loop-player%" with "@%loop-player%" in message
play "NOTE_PLING" to loop-player at volume 2
play "NOTE_PLING" to player at volume 2
execute console command "tm amsg %loop-player% &6&l%player% &8» &fSizden Bahsetti!"
Kodlarımız Bu Kadar Bana Destek Amaçlı Konuyu Beğenirseniz Mutlu Olurum.