Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oqyh authored Mar 6, 2024
1 parent fcf4d9c commit 29d8c71
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions cs2-Give-Taser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# [CS2] Give-Taser (1.0.0)

### Give Taser Zeus VIPs

## .:[ Configuration ]:.
```json
{

//Make Give Taser 1 Per Round
"OneTaserPerRound": true,
//Commands To Give Taser In Game
"CommandsGiveTaser": "!zeus,!taser",

// Add example "@css/vip1,#css/vip1" to make it only VIPS Can Get Taser
"CommandsGiveTaserGroupsToggle": "",

//-----------------------------------------------------
"ConfigVersion": 1
}
```

![306404078-6c0717b0-0a7e-45c3-ab7e-cd164ee74aae](https://github.com/oqyh/cs2-Plugins-For-Community/assets/48490385/89f3930d-7293-4c55-8d89-84ca3b235523)

## .:[ Language ]:.
```json
{
//==========================
// Colors
//==========================
//{Yellow} {Gold} {Silver} {Blue} {DarkBlue} {BlueGrey} {Magenta} {LightRed}
//{LightBlue} {Olive} {Lime} {Red} {Purple} {Grey}
//{Default} {White} {Darkred} {Green} {LightYellow}
//==========================

"VIP.Only": "{lime}[Taser] {darkred}This For VIPS Only",
"Item.Gived": "{lime}[Taser] {purple}Taser Gived",
"Item.PerRoundOnly": "{lime}[Taser] {red}You Need To Wait For Next Round"
}
```


## .:[ Change Log ]:.
```
(1.0.0)
-Initial Release
```

0 comments on commit 29d8c71

Please sign in to comment.