From 72e397e449b69036caaf192269cc53b5e57e6cde Mon Sep 17 00:00:00 2001 From: Gold KingZ <48490385+oqyh@users.noreply.github.com> Date: Sun, 12 May 2024 22:33:28 +0400 Subject: [PATCH] Update README.md --- README.md | 82 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index c65ed6c..3404dbf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [CS2] MVP-Sounds-GoldKingZ (1.0.1) +# [CS2] MVP-Sounds-GoldKingZ (1.0.2) ### Custom MVP Sounds (Custom MVP Sounds + Vips) @@ -46,6 +46,9 @@ //Auto Delete Inactive Players Cookies Older Than X Days plugins/MVP-Sounds-GoldKingZ/Cookies/MVP_Sounds_Cookies.json "MVP_AutoRemovePlayerCookieOlderThanXDays": 7, + + //Auto Delete Inactive Players Cookies Older Than X Days In MySql + "MVP_AutoRemovePlayerMySqlOlderThanXDays": 7, } ``` @@ -88,50 +91,55 @@ ## .:[ Language ]:. ```json { - //========================== - // Colors - //========================== - //{Yellow} {Gold} {Silver} {Blue} {DarkBlue} {BlueGrey} {Magenta} {LightRed} - //{LightBlue} {Olive} {Lime} {Red} {Purple} {Grey} - //{Default} {White} {Darkred} {Green} {LightYellow} - //========================== - // Other - //========================== - //
= Next Line On Center Hud - //{nextline} = Print On Next Line - //========================== + //========================== + // Colors + //========================== + //{Yellow} {Gold} {Silver} {Blue} {DarkBlue} {BlueGrey} {Magenta} {LightRed} + //{LightBlue} {Olive} {Lime} {Red} {Purple} {Grey} + //{Default} {White} {Darkred} {Green} {LightYellow} + //========================== + // Other + //========================== + //
= Next Line On Center Hud + //{nextline} = Print On Next Line + //========================== - "player.not.allowed": "{green}Gold KingZ {grey}| {darkred}MVP Menu Is For {lime}VIPS {darkred}Only", - "player.not.allowed.musickit": "{green}Gold KingZ {grey}| This Music Kit For {darkred}Vips Only", - "player.preview": "{green}Gold KingZ {grey}| Playing {purple}{0} {grey}For You Only", - "player.musickit.selected": "{green}Gold KingZ {grey}| You Select Music Kit {purple}{0}", - "player.musickit.disabled": "{green}Gold KingZ {grey}| MVP Music Kit Now {darkred}Disabled", - - - "now.playing.chat": "{green}Gold KingZ {grey}| {lightblue}{0} {grey} Is MVP {nextline}{green}Gold KingZ {grey}| Now Playing {purple}{1}", - "now.playing.centre": "{0} Is MVP Of The Match!
Playing {1} ", - "now.playing.centre.bottom": "{0} Is MVP Of The Match! Playing {1}", - - "MVP_2.now.playing.centre": "{0} Is MVP Of The Match!


Playing {1} ", - - "MVP_12.now.playing.centre": "{0} Is MVP Of The Match!


Playing {1} ", - - "MVP_13.now.playing.chat": "{green}Gold KingZ {grey}| {lightblue}{0} {grey} Is MVP Of The Match !!!!!!! {nextline}{green}Gold KingZ {grey}| Now Playing {purple}{1}", - "MVP_13.now.playing.centre": "{0} Is MVP Of The Match!


Playing {1} ", - "MVP_13.now.playing.centre.bottom": "{0} Is MVP Of The Match! Playing {1}", - - "menu.music": ".:[ Music Menu ]:.", - "menu.are.you.sure": "You Want [ {0} ] ?", - "menu.answer.yes": "Yes", - "menu.answer.no": "No, Preview It First", - "menu.disabled": "Disabled/Remove MVP" + "player.not.allowed": "{green}Gold KingZ {grey}| {darkred}MVP Menu Is For {lime}VIPS {darkred}Only", + "player.not.allowed.musickit": "{green}Gold KingZ {grey}| This Music Kit For {darkred}Vips Only", + "player.preview": "{green}Gold KingZ {grey}| Playing {purple}{0} {grey}For You Only", + "player.musickit.selected": "{green}Gold KingZ {grey}| You Select Music Kit {purple}{0}", + "player.musickit.disabled": "{green}Gold KingZ {grey}| MVP Music Kit Now {darkred}Disabled", + + + "now.playing.chat": "{green}Gold KingZ {grey}| {lightblue}{0} {grey} Is MVP {nextline}{green}Gold KingZ {grey}| Now Playing {purple}{1}", + "now.playing.centre": "{0} Is MVP Of The Match!
Playing {1} ", + "now.playing.centre.bottom": "{0} Is MVP Of The Match! Playing {1}", + + "MVP_2.now.playing.centre": "{0} Is MVP Of The Match!


Playing {1} ", + + "MVP_12.now.playing.centre": "{0} Is MVP Of The Match!


Playing {1} ", + + "MVP_13.now.playing.chat": "{green}Gold KingZ {grey}| {lightblue}{0} {grey} Is MVP Of The Match !!!!!!! {nextline}{green}Gold KingZ {grey}| Now Playing {purple}{1}", + "MVP_13.now.playing.centre": "{0} Is MVP Of The Match!


Playing {1} ", + "MVP_13.now.playing.centre.bottom": "{0} Is MVP Of The Match! Playing {1}", + + "menu.music": ".:[ Music Menu ]:.", + "menu.are.you.sure": "You Want [ {0} ] ?", + "menu.answer.yes": "Yes", + "menu.answer.no": "No, Preview It First", + "menu.back": "-> Back", + "menu.disabled": "Disabled/Remove MVP" } ``` ## .:[ Change Log ]:. ``` +(1.0.2) +-Added MVP_AutoRemovePlayerMySqlOlderThanXDays +-Added Back In Menu "menu.back" + (1.0.1) -Added MVP_ChangeMVPMenuFromChatToCentre