AhmetGuney
Birisi mi Spawnlandı?
- Katılım
- 21 Kasım 2021
- Mesajlar
- 8
- Elmaslar
- 0
- Puan
- 160
- Yaş
- 23
- Minecraft
- AhmetGuney
Discord:
AhmetGuney
chat color skripti ekledim fakat muteli iken yazı yazılıyor
ceza plugini advanced ban
sohbetle ilgili herhangi bir skript veya plugin ekleyince de muteli oyuncu yazı yazabiliyor
command /cc [<text>]:
permission: colorchat.open
aliases: /chatcolor
trigger:
if arg 1 is not set:
send "&cUsage: /cc <color:off>"
send "&7Kullanim: &aYesil&f, &bAqua&f, &9Turkuaz&f, &cAcik Kirmizi&f, &eSari&f, &4Kirmizi&f, &5Mor&7, &fsil"
if arg 1 is not "green" or "aqua" or "blue" or "red" or "yellow" or "kirmizi" or "sil" or "mor":
send " &7Boyle bir renk bulunmadi."
if arg 1 is "acikkirmizi":
set {color.%player%} to "&c"
send "&7Renginiz &cAcik Kirmizi &7 olarak ayarlandi"
if arg 1 is "yesil":
set {color.%player%} to "&a"
send "&7Renginiz &aAcik Yesil &7olarak ayarlandi."
if arg 1 is "sari":
set {color.%player%} to "&e"
send "&7Renginiz &eSari &7olarak ayarlandi."
if arg 1 is "aqua":
set {color.%player%} to "&b"
send "&7Renginiz &bAqua &7olarak ayarlandi."
if arg 1 is "blue":
set {color.%player%} to "&9"
send "&7Renginiz &9Turkuaz &7olarak ayarlandi."
if arg 1 is "kirmizi":
set {color.%player%} to "&4"
send "&7Renginiz &4Kirmizi &7olarak ayarlandi."
if arg 1 is "mor":
set {color.%player%} to "&5"
send "&7Renginiz &5Mor &7olarak ayarlandi."
if arg 1 is "sil":
set {color.%player%} to "&f"
send "&7Renginiz Silindi."
on chat:
cancel event
loop all players:
send "%colored player's prefix%%player%&8: %{color.%player%}%%message%%{color.%player%}%" to player
ceza plugini advanced ban
sohbetle ilgili herhangi bir skript veya plugin ekleyince de muteli oyuncu yazı yazabiliyor
command /cc [<text>]:
permission: colorchat.open
aliases: /chatcolor
trigger:
if arg 1 is not set:
send "&cUsage: /cc <color:off>"
send "&7Kullanim: &aYesil&f, &bAqua&f, &9Turkuaz&f, &cAcik Kirmizi&f, &eSari&f, &4Kirmizi&f, &5Mor&7, &fsil"
if arg 1 is not "green" or "aqua" or "blue" or "red" or "yellow" or "kirmizi" or "sil" or "mor":
send " &7Boyle bir renk bulunmadi."
if arg 1 is "acikkirmizi":
set {color.%player%} to "&c"
send "&7Renginiz &cAcik Kirmizi &7 olarak ayarlandi"
if arg 1 is "yesil":
set {color.%player%} to "&a"
send "&7Renginiz &aAcik Yesil &7olarak ayarlandi."
if arg 1 is "sari":
set {color.%player%} to "&e"
send "&7Renginiz &eSari &7olarak ayarlandi."
if arg 1 is "aqua":
set {color.%player%} to "&b"
send "&7Renginiz &bAqua &7olarak ayarlandi."
if arg 1 is "blue":
set {color.%player%} to "&9"
send "&7Renginiz &9Turkuaz &7olarak ayarlandi."
if arg 1 is "kirmizi":
set {color.%player%} to "&4"
send "&7Renginiz &4Kirmizi &7olarak ayarlandi."
if arg 1 is "mor":
set {color.%player%} to "&5"
send "&7Renginiz &5Mor &7olarak ayarlandi."
if arg 1 is "sil":
set {color.%player%} to "&f"
send "&7Renginiz Silindi."
on chat:
cancel event
loop all players:
send "%colored player's prefix%%player%&8: %{color.%player%}%%message%%{color.%player%}%" to player