mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 03:39:16 +12:00
Add muted player functions
This commit is contained in:
parent
61383e8b9f
commit
b15e6996fe
10 changed files with 272 additions and 20 deletions
|
@ -219,6 +219,21 @@
|
|||
"password_input":"<BR>^PLReply:|^PS14|ANSWER^R1",
|
||||
"last_poet":"^LLast Player Poet:%USERNAME% ^R1",
|
||||
"hammock":"You and all of your horses have fully rested.",
|
||||
"mute_command":{
|
||||
"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.",
|
||||
|
||||
"player_ignoring_all_pm":"<FONT COLOR='#0000FF'><B>%USERNAME% has disabled all Private Messages.</B></FONT>",
|
||||
"player_ignoring_all_br":"Player is ignoring Buddy requests from everyone.",
|
||||
"player_ignoring_all_socials":"Player is ignoring socials.",
|
||||
|
||||
"cant_send_in_muted_channel":"You cannot chat on a Muted Channel.",
|
||||
"cant_send_pm_muted":"You cannot send private chats because you have muted that channel. Try !UNMUTE PM",
|
||||
"cant_send_br_muted":"You cannot add buddies while muting your Buddy Request channel. Try !UNMUTE BR.",
|
||||
|
||||
"cant_send_pm_player_muted":"<FONT COLOR='#0000FF'><B>You cannot send a chat to %USERNAME% because you have muted them. Unmute them from the player list if you wish to chat.</B></FONT>",
|
||||
},
|
||||
"auto_sell":{
|
||||
"not_standing_sameplace":"You must be at the same place as the seller or at their ranch.",
|
||||
"success":"Horse %HORSENAME% Purchase Completed!",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue