command /mute [<player>] [<int>] [<text>]:
permission: essentials.mute
permission message: &cBunu yapmak için yetkin yok!
trigger:
if arg-1 is set:
if arg-2 is set:
if arg-3 is set:
loop 100 times:
broadcast " "
execute console command "essentials:mute %arg-1% %arg-2%""
send "&8&m----------------" to all players
send "&bSusturan: &c%player%" to all players
send "&bSusturulan: &c%arg-1%" to all players
send "&bSebep: &c%arg-3%" to all players
send "&bSüre: &c%arg-2%" to all players
send "&8&m----------------" to all players
set {mute::%arg-1%} to true
on command:
command is "msg"
if {mute::%arg-1%} is true:
cancel event
send "&cMuteliyken konuşamazsın." to player