options:
p: &8[&bServer&8]
on chat:
if {cc::%player%} is "&e":
set message to "§e%message%"
replace all "§f" or "&f" with "§e" in the message
else if {cc::%player%} is "&a":
set message to "§a%message%"
replace all "§f" or "&f" with "§a" in the message
else if {cc::%player%} is "&c":
set message to "§c%message%"
replace all "§f" or "&f" with "§c" in the message
else if {cc::%player%} is "&d":
set message to "§d%message%"
replace all "§f" or "&f" with "§d" in the message
else if {cc::%player%} is "&9":
set message to "§9%message%"
replace all "§f" or "&f" with "§9" in the message
else if {cc::%player%} is "&b":
set message to "§b%message%"
replace all "§f" or "&f" with "§b" in the message
else if {cc::%player%} is "&1":
set message to "§1%message%"
replace all "§1" or "&1" with "§1" in the message
else if {cc::%player%} is "&3":
set message to "§3%message%"
replace all "§3" or "&3" with "§3" in the message
else if {cc::%player%} is "&4":
set message to "§4%message%"
replace all "§4" or "&4" with "§4" in the message
else if {cc::%player%} is "&6":
set message to "§6%message%"
replace all "§6" or "&6" with "§6" in the message
else if {cc::%player%} is "&9":
set message to "§9%message%"
replace all "§9" or "&9" with "§9" in the message
else if {cc::%player%} is not set:
set message to "§f%message%"
else:
set message to "§f%message%"
command /chatsil:
permission: chat.sil
permission message: &cBu komutu kullanmak için gereken yetkiye sahip değilsin.
aliases: /chatclear
trigger:
loop 150 times:
broadcast ""
broadcast " &e-*-*-*-*-*-*-*-*-*-*-&bFearless-Faction&e-*-*-*-*-*-*-*-*-*-*-"
stop
command /cc:
permission: chat.color
permission message: &cBu komutu kullanmak için gereken yetkiye sahip değilsin.
trigger:
send "{@p} &7Tıkla ve rengini seç!" to player
send json "&8&l[" then "&99" tooltip "&9Mavi" run "/konusmarengi 9" then "&ee" tooltip "&eSarı" run "/konusmarengi e" then "&aa" tooltip "&aYeşil" run "/konusmarengi a" then "&dd" tooltip "&dAçık Pembe" run "/konusmarengi d" then "&cc" tooltip "&cKırmızı" run "/konusmarengi c" then "&bb" tooltip "&bTurkuaz" run "/konusmarengi b" then "&8&l] " then "&8&l[&f&lBEYAZ&8&l]" tooltip "&fBeyaz !" run "/konusmarengi off" to player
stop
command /konusmarengi [<text>]:
permission: chat.color
permission message: &cBu komutu kullanmak için gereken yetkiye sahip değilsin.
aliases: /kg
trigger:
if arg 1 is not set:
send "&c{@p} &6/konusmarengi &11, &33, &44, &66, &99, &ee, &aa, &dd, &cc, &bb, &foff" to player
if arg 1 is not "1" or "3" or "4" or "6" or "8" or "9" or "e" or "a" or "d" or "c" or "b" or "off":
send "{@p} &6%arg 1% is not a color." to player
if arg 1 is "1":
set {cc::%player%} to "&1"
send "{@p} &eKonuşma rengin &1Koyu Mavi&e!" &e olarak ayarlandı. to player
if arg 1 is "3":
set {cc::%player%} to "&3"
send "{@p} &eKonuşma rengin &3Açık Mavi&e!" &e olarak ayarlandı. to player
if arg 1 is "4":
set {cc::%player%} to "&4"
send "{@p} &eKonuşma rengin &4Koyu Kırmızı&e!" &e olarak ayarlandı. to player
if arg 1 is "6":
set {cc::%player%} to "&6"
send "{@p} &eKonuşma rengin &6Altın&e!" &e olarak ayarlandı. to player
if arg 1 is "9":
set {cc::%player%} to "&9"
send "{@p} &eKonuşma rengin &9Mavi&e!" &e olarak ayarlandı. to player
stop
if arg 1 is "e":
set {cc::%player%} to "&e"
send "{@p} &eKonuşma rengin &eSarı&e! &eolarak ayarlandı." to player
stop
if arg 1 is "a":
set {cc::%player%} to "&a"
send "{@p} &eKonuşma rengin &aYeşil&e! &eolarak ayarlandı." to player
stop
if arg 1 is "d":
set {cc::%player%} to "&d"
send "{@p} &eKonuşma rengin &dAçık Pembe&e! &eolarak ayarlandı." to player
stop
if arg 1 is "c":
set {cc::%player%} to "&c"
send "{@p} &eKonuşma rengin &cKırmızı&e! &eolarak ayarlandı." to player
stop
if arg 1 is "b":
set {cc::%player%} to "&b"
send "{@p} &eKonuşma rengin &bTurkuaz&e! &eolarak ayarlandı." to player
stop
if arg 1 is "off":
delete {cc::%player%}
send "{@p} &eKonuşma rengin &fBeyaz&e! &eolarak ayarlandı." to player
stop