Skip to content

Commit 19276b9

Browse files
authored
Create readme.md
0 parents  commit 19276b9

1 file changed

Lines changed: 203 additions & 0 deletions

File tree

readme.md

Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
# IF YOU WANNA THIS PLUGIN CONTACT ME ON DISCORD : deadswim
2+
![](https://camo.githubusercontent.com/6f4dcc3ce2ec908ab308be1f42581be46c9bb46cc9958637cc6044f640ed835f/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313137363533373237323732343735383634382f313137363533373237323938303630373133382f7669702e706e67)
3+
### Features PREMIUM
4+
- 5 VIPs group
5+
- Colored models
6+
- Instant reloading when have 1 ammo
7+
### Features
8+
- Can enable noknifedamage.
9+
- Special VIP tag in chat.
10+
- Pack of guns for free.
11+
- Set 115 HP on RoundStart.
12+
- Set 100 Arrmor on RoundStart.
13+
- Welcome messages.
14+
- Translation file in config.
15+
- Connect to database.
16+
- Doubble jump.
17+
- Reservation slots.
18+
- Colored smokes.
19+
- VIPs can be added from keys.
20+
- You can take /testvip.
21+
- VIP can be respawned by command /respawn.
22+
- Rewards after bomb detonate.
23+
- Configurated packages.
24+
- 5 VIPs groups.
25+
26+
# Commands
27+
**css_testvip**
28+
29+
`Usage: /testvip` Automatical giving group 0 (GROUP 1)
30+
31+
**css_generatevip**
32+
33+
`Usage: css_generatevip <Time In Seconds> <Group 0,1,2>`
34+
35+
**css_activator**
36+
37+
`Usage: /activator <YOUR_TOKEN>`
38+
39+
**css_addvip**
40+
41+
`Usage: /addvip <Time In Seconds> <STEAMID64> <Group 0,1,2>`
42+
43+
**css_respawn**
44+
45+
`Usage: /respawn` Give a VIP to player on steamid.
46+
47+
**css_weapon**
48+
49+
`Usage: /weapon <Number of weapon>` List of packages:
50+
51+
| ID | Weapon |
52+
| ------------ | ------------ |
53+
| `1` | AK-47 |
54+
| `2` | M4A1 |
55+
| `3` | M4A1-S |
56+
| `4` | AWP |
57+
58+
**css_pack**
59+
60+
`Usage: /pack <Number of pack>` Configuration in config
61+
62+
**css_guns_off**
63+
64+
`Usage: /guns_off` Turn of automatically weapons giving
65+
66+
| Command | Permission |
67+
| ------------ | ------------ |
68+
| `css_generatevip` | @css/root |
69+
| `css_addvip` | @css/root |
70+
| `css_weapon` | Database add |
71+
| `css_respawn` | Database add |
72+
| `css_pack` | Database add |
73+
| `css_color` | Database add |
74+
| `css_guns_off` | NONE |
75+
| `css_activator` | NONE |
76+
| `css_testvip` | NONE |
77+
78+
#Config
79+
80+
```JSON
81+
// This configuration was automatically generated by CounterStrikeSharp for plugin 'VIP', at 2023/12/03 09:16:31
82+
{
83+
"Token": "YOUR_TOKEN",
84+
"Prefix": " \u0001[\u0004MadGames.eu\u0001]",
85+
"GiveHPAfterKill": true,
86+
"GiveMoneyAfterKill": true,
87+
"AllowKillMessages": true,
88+
"EnableVIPPrefix": true,
89+
"EnableVIPAcceries": true,
90+
"EnableVIPColoredSmokes": true,
91+
"EnableFalldamage": false,
92+
"RespawnAllowed": true,
93+
"DetonateRewards": true,
94+
"EnableDoubbleJump": true,
95+
"KnifeDMGEnable": false,
96+
"WelcomeMessageEnable": true,
97+
"ReservedSlotsForVIP": 1,
98+
"ReservedMethod": 1,
99+
"Bombinfo": true,
100+
"DisablePackWeaponAfter20Sec": false,
101+
"MinimumRoundToUseCommands": 3,
102+
"WelcomeMessage": "Welcom on server you are BEST VIP!",
103+
"DBDatabase": "database",
104+
"DBUser": "user",
105+
"DBPassword": "password",
106+
"DBHost": "localhost",
107+
"DBPort": 3306,
108+
"translation": {
109+
"OnceUse": " This command you can use \u0007only once\u0001 on round!",
110+
"MustBeVIP": " This command are allowed only for \u0006VIP\u0001!",
111+
"MustBeThird": " Must be a \u0007Third\u0001 round, to use this command!",
112+
"Pack1": " You got a Packages \u0006number one\u0001.",
113+
"Pack2": " You got a Packages \u0006number two\u0001.",
114+
"Pack3": " You got a Packages \u0006number three\u0001.",
115+
"WeaponAK": " You got a weapon \u0006AK-47\u0001.",
116+
"WeaponM4A1": " You got a weapon \u0006M4A1\u0001.",
117+
"WeaponM4A1S": " You got a weapon \u0006M4A1-S\u0001.",
118+
"WeaponAWP": " You got a weapon \u0006AWP\u0001.",
119+
"Autoguns": " \u003Cfont color:\u0027green\u0027\u003EIf you wanna turn off automaticall weapon type\u003C/font\u003E\u003Cfont color:\u0027red\u0027\u003E /guns_off\u003C/font\u003E",
120+
"MustFirst20Sec": " You can use this command only in \u0007first 20 Seconds\u0001.",
121+
"MustBeAlive": " You can use this command only when \u0007you are alive\u0001!"
122+
},
123+
"money": {
124+
"FirstSpawnMoney": 1200,
125+
"SpawnArmor": 100,
126+
"SpawnHP": 110,
127+
"KillHP": 10,
128+
"KillMoney": 300,
129+
"DetonateMoney": 300
130+
},
131+
"pack1": {
132+
"Gun": "ak47",
133+
"Pistol": "deagle",
134+
"Acceroies": "healthshot",
135+
"Acceroies_2": "molotov",
136+
"Acceroies_3": "smokegrenade",
137+
"Acceroies_4": "hegrenade"
138+
},
139+
"pack2": {
140+
"Gun": "m4a1",
141+
"Pistol": "deagle",
142+
"Acceroies": "healthshot",
143+
"Acceroies_2": "molotov",
144+
"Acceroies_3": "smokegrenade",
145+
"Acceroies_4": "hegrenade"
146+
},
147+
"pack3": {
148+
"Allowed": false,
149+
"Gun": "m4a1",
150+
"Pistol": "deagle",
151+
"Acceroies": "healthshot",
152+
"Acceroies_2": "molotov",
153+
"Acceroies_3": "smokegrenade",
154+
"Acceroies_4": "hegrenade"
155+
},
156+
"GroupsNames": {
157+
"Group1": "VIP",
158+
"Group2": "VIP II",
159+
"Group3": "VIP III"
160+
},
161+
"GroupsSettings_G1": {
162+
"Respawn": true,
163+
"Pack": true,
164+
"Weapons": true,
165+
"Acceries": true,
166+
"Smoke": true,
167+
"DoubbleJump": true,
168+
"BombInfo": true,
169+
"ReservedSlots": true,
170+
"FastReload": true,
171+
"Color": true
172+
},
173+
"GroupsSettings_G2": {
174+
"Respawn": true,
175+
"Pack": true,
176+
"Weapons": true,
177+
"Acceries": true,
178+
"Smoke": true,
179+
"DoubbleJump": true,
180+
"BombInfo": true,
181+
"ReservedSlots": true,
182+
"FastReload": true,
183+
"Color": true
184+
},
185+
"GroupsSettings_G3": {
186+
"Respawn": true,
187+
"Pack": true,
188+
"Weapons": true,
189+
"Acceries": true,
190+
"Smoke": true,
191+
"DoubbleJump": true,
192+
"BombInfo": true,
193+
"ReservedSlots": true,
194+
"FastReload": true,
195+
"Color": true
196+
},
197+
"Messages": {
198+
"AllowCenterMessages": true
199+
},
200+
"ConfigVersion": 1
201+
}
202+
```
203+

0 commit comments

Comments
 (0)