Implement Mute Function.

This commit is contained in:
SilicaAndPina 2021-03-23 19:13:40 +13:00
parent b15e6996fe
commit 5308b53c89
9 changed files with 302 additions and 55 deletions

View file

@ -163,6 +163,7 @@
},
"commands":{
"mute_help":"Mute Channel Not Recognized. (ALL/ADS/GLOBAL/ISLAND/NEAR/HERE/BUDDY/PM/BR/SOCIALS/LOGINS)",
"unmute_help":"Hear Channel Not Recognized. (ALL/ADS/GLOBAL/ISLAND/NEAR/HERE/BUDDY/PM/BR/SOCIALS/LOGINS)",
"player_command_completed":"<FONT COLOR='#FF0000'><B>PLAYER COMMAND [%COMMAND%] COMPLETED</B></FONT>",
"admin_command_completed":"<FONT COLOR='#FF0000'><B>COMMAND [%COMMAND%]:</B></FONT>",
"warp":{
@ -220,6 +221,9 @@
"last_poet":"^LLast Player Poet:%USERNAME% ^R1",
"hammock":"You and all of your horses have fully rested.",
"mute_command":{
"now_ignoring_player":"Completely ignoring player %USERNAME%!",
"stop_ignoring_player":"Stopped ignoring player %USERNAME%!",
"player_ignoring_your_pm":"<FONT COLOR='#0000FF'><B>%USERNAME% does not receive your chats. (Don't take it personally, some players don't like to chat)</B></FONT>",
"player_ignoring_your_br":"Player is ignoring you. You cannot add them as a buddy.",
"player_ignoring_your_socials":"Player is ignoring you. They cannot receive your socials.",
@ -940,7 +944,11 @@
"all_players_header":"^ATAll Players Online^H",
"all_players_alphabetical_header":"^ATAll Players Online Alphabetically^H",
"player_format":"%ICONFORMAT%^T3%USERNAME% (on %TIME% min%IDLE%)^B1L%PLAYERID%^B1M%MAPXY%^B1I%PLAYERID%^B1P%USERNAME%^R1",
"player_format":"%ICONFORMAT%^T3%USERNAME% (on %TIME% min%IDLE%)^B1L%PLAYERID%^B1M%MAPXY%%MUTEORHEAR%%PMBUTTON%^R1",
"pm_button":"^B1P%USERNAME%",
"mute_button":"^B1I%PLAYERID%",
"hear_button":"^B1H%PLAYERID%",
"icon_info":"^L [Star = Subscriber] [A = Admin] [M = Moderator]^R1",
"idle_text":"(IDLE)",
"icon_subbed_3month":415,