RaidMax / IW4M-Admin

Complete administration tool for IW4x, Pluto T6, Pluto IW5, Pluto T5, Pluto T4, H1-Mod, CoD4x, IW6x, TeknoMW3, and most Call of Duty® dedicated servers.
MIT License
215 stars 44 forks source link

Extended functionality of Mute & Resolved PS IE Download Issue #268

Closed Ayymoss closed 2 years ago

Ayymoss commented 2 years ago

Added additional muting commands. Resolved errors in downloading translations and updating.

!mute (!mu) <target> <reason> 
!unmute (!um) <target> <reason> 
!tempmute (!tm) <target> <duration> <reason> 
PLUGINS_MUTE_COMMANDS_MUTE_DESC = Mute or unmute a player
PLUGINS_MUTE_COMMANDS_MUTE_MUTED = Muted {{name}}
PLUGINS_MUTE_COMMANDS_MUTE_NOT_UNMUTED = {{name}} is already muted
PLUGINS_MUTE_COMMANDS_MUTE_TARGET_MUTED = (Color::Accent)You have been permanently muted for (Color::Yellow){{reason}}

PLUGINS_MUTE_COMMANDS_TEMPMUTE_BAD_FORMAT = Bad format! Expected <name|@clientId> <duration(m|h|d|w|y)> <reason>
PLUGINS_MUTE_COMMANDS_TEMPMUTE_DESC = Temporarily mute a target
PLUGINS_MUTE_COMMANDS_TEMPMUTE_TARGET_TEMPMUTED = (Color::Accent)You have been temporarily muted for (Color::Yellow){{expiration}} (Color::Accent)for (Color::Yellow){{reason}}
PLUGINS_MUTE_COMMANDS_TEMPMUTE_TEMPMUTED = Temporarily muted {{name}}

PLUGINS_MUTE_COMMANDS_UNMUTE_DESC = Unmute a target
PLUGINS_MUTE_COMMANDS_UNMUTE_NOT_MUTED = {{name}} is already unmuted
PLUGINS_MUTE_COMMANDS_UNMUTE_TARGET_UNMUTED = You have been unmuted for {{reason}}
PLUGINS_MUTE_COMMANDS_UNMUTE_UNMUTED = Unmuted {{name}}

PLUGINS_MUTE_REMAINING_TIME = Your mute will expire (Color::Yellow){{expiration}} (Color::White)((Color::Accent){{reason}}(Color::White))
PLUGINS_MUTE_NEVER = Never
PLUGINS_MUTE_EXPIRED = Mute expired
PLUGINS_MUTE_MIGRATED = IW4MAdmin Migrated
PLUGINS_MUTE_TARGET_EXPIRED = (Color::Green)Your mute has expired
PLUGINS_MUTE_UNMUTED = Unmuted

WEBFRONT_CLIENT_META_WAS_PENALIZED_MUTE_V2 = {{action->Permanently Muted}} by {{punisher}} for {{reason}}
WEBFRONT_CLIENT_META_PENALIZED_MUTE_V2 = {{action->Permanently Muted}} {{offender}} for {{reason}}
WEBFRONT_CLIENT_META_WAS_PENALIZED_TEMPMUTE_V2 = {{action->Temporarily Muted}} by {{punisher}} for {{reason}} with duration of {{time}}
WEBFRONT_CLIENT_META_PENALIZED_TEMPMUTE_V2 = {{action->Temporarily Muted}} {{offender}} for {{reason}} with duration of {{time}}
WEBFRONT_CLIENT_META_WAS_PENALIZED_UNMUTE_V2 = {{action->Unmuted}} by {{punisher}} for {{reason}}
WEBFRONT_CLIENT_META_PENALIZED_UNMUTE_V2 = {{action->Unmuted}} {{offender}} for {{reason}}

WEBFRONT_PENALTY_UNMUTE = Unmute
WEBFRONT_PENALTY_TEMPMUTE = Temporary Mute
WEBFRONT_PENALTY_MUTE = Mute