diff --git a/README.md b/README.md index d6fc6f6f..a2134c1e 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,36 @@ -# CS2 Weapon Paints +``` -## Description + __ __ ___ _ _ + / / /\ \ \___ __ _ _ __ ___ _ __ / _ \__ _(_)_ __ | |_ ___ + \ \/ \/ / _ \/ _` | '_ \ / _ \| '_ \ / /_)/ _` | | '_ \| __/ __| + \ /\ / __/ (_| | |_) | (_) | | | / ___/ (_| | | | | | |_\__ \ + \/ \/ \___|\__,_| .__/ \___/|_| |_\/ \__,_|_|_| |_|\__|___/ + |_| + +``` + +
+ 📖 Releases •
+ 💬 Discord
+
+
{
- "Version": 4, // Don't touch
- "DatabaseHost": "", // MySQL host
- "DatabasePort": 3306, // MySQL port
- "DatabaseUser": "", // MySQL username
- "DatabasePassword": "", // MySQL user password
- "DatabaseName": "", // MySQL database name
- "CmdRefreshCooldownSeconds": 60, // Cooldown time in refreshing skins (!wp command)
- "Prefix": "[WeaponPaints]", // Prefix every chat message
- "Website": "example.com/skins", // Website used in WebsiteMessageCommand (!ws command)
-"Messages": {
- "WebsiteMessageCommand": "Visit {WEBSITE} where you can change skins.", // Information about website where player can change skins (!ws command) Set to empty to disable
- "SynchronizeMessageCommand": "Type !wp to synchronize chosen skins.", // Information about skins refreshing (!ws command) Set to empty to disable
- "KnifeMessageCommand": "Type !knife to open knife menu.", // Information about knife menu (!ws command) Set to empty to disable
- "CooldownRefreshCommand": "You can\u0027t refresh weapon paints right now.", // Cooldown information (!wp command) Set to empty to disable
- "SuccessRefreshCommand": "Refreshing weapon paints.", // Information about refreshing skins (!wp command) Set to empty to disable
- "ChosenKnifeMenu": "You have chosen {KNIFE} as your knife.", // Information about choosen knife (!knife command) Set to empty to disable
- "ChosenSkinMenu": "You have chosen {SKIN} as your skin.", // Information about choosen skin (!skins command) Set to empty to disable
- "ChosenKnifeMenuKill": "To correctly apply skin for knife, you need to type !kill.", // Information about suicide after knife selection (!knife command) Set to empty to disable
- "KnifeMenuTitle": "Knife Menu.", // Menu title (!knife menu)
- "WeaponMenuTitle": "Weapon Menu.", // Menu title (!skins menu)
- "SkinMenuTitle": "Select skin for {WEAPON}" // Menu title (!skins menu, after weapon select)
-},
-"Additional": {
- "KnifeEnabled": true, // Enable or disable knife feature
- "SkinEnabled": true, // Enable or disable skin feature
- "CommandWpEnabled": true, // Enable or disable refreshing command
- "CommandKillEnabled": true, // Enable or disable kill command
- "CommandKnife": "knife", // Name of knife menu command, u can change to for e.g, knives
- "CommandSkin": "ws", // Name of skin information command, u can change to for e.g, skins
- "CommandSkinSelection": "skins", // Name of skins menu command, u can change to for e.g, weapons
- "CommandRefresh": "wp", // Name of skin refreshing command, u can change to for e.g, refreshskins
- "CommandKill": "kill", // Name of kill command, u can change to for e.g, suicide
- "GiveRandomKnife": false, // Give random knife to players if they didn't choose
- "GiveRandomSkins": false // Give random skins to players if they didn't choose
-},
+ "ConfigVersion": 10, // Don't touch
+ "SkinsLanguage": "en", // Language
+ "DatabaseHost": "", // MySQL host
+ "DatabasePort": 3306, // MySQL Port
+ "DatabaseUser": "", // MySQL Username
+ "DatabasePassword": "", // MySQL User password
+ "DatabaseName": "", // MySQL Database name
+ "CmdRefreshCooldownSeconds": 3, // Cooldown time in refreshing skins (!wp command)
+ "Website": "example.com/skins", // Website used in WebsiteMessageCommand (!ws command)
+ "Additional": {
+ "KnifeEnabled": true, // If knives are enabled
+ "GloveEnabled": true, // If gloves are enabled
+ "MusicEnabled": true, // If music kits are enabled
+ "AgentEnabled": true, // If agents are enabled
+ "SkinEnabled": true, // If skins are enabled
+ "PinsEnabled": true, // If pins are enabled
+ "CommandWpEnabled": true, // If command !wp is enabled
+ "CommandKillEnabled": true, // If command !kill is enabled
+ "CommandKnife": [ // Command for knives
+ "knife"
+ ],
+ "CommandMusic": [ // Command for music kits
+ "music"
+ ],
+ "CommandPin": [ // Command for pins
+ "pin",
+ "pins",
+ "coin",
+ "coins"
+ ],
+ "CommandGlove": [ // Command for gloves
+ "gloves"
+ ],
+ "CommandAgent": [ // Command for agents
+ "agents"
+ ],
+ "CommandStattrak": [ // Command for stattrak
+ "stattrak",
+ "st"
+ ],
+ "CommandSkin": [ // Command for skins
+ "ws"
+ ],
+ "CommandSkinSelection": [ // Command for skin selection
+ "skins"
+ ],
+ "CommandRefresh": [ // Command for refreshing your skins
+ "wp"
+ ],
+ "CommandKill": [ // Command for death
+ "kill"
+ ],
+ "GiveRandomKnife": false, // If it should give you Random Knife
+ "GiveRandomSkin": false, // If it should give you Random Skin
+ "ShowSkinImage": true // When you select a skin if it should show skins image
+ },
+ "MenuType": "selectable" // Menu type commands. Can be: selectable, dynamic, center, chat, console
+}