Skip to content

Commit a598f94

Browse files
committed
update readme
1 parent 69ef3ec commit a598f94

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

Diff for: README.md

+18-11
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,45 @@ For more examples look here: [Examples](https://github.com/HerrMagiic/CSS-Create
1212
[
1313
{
1414
"Title": "Discord",
15+
"Description": "Command for Discord",
1516
"Command": "discord",
1617
"Message": "{PREFIX}{GREEN}Discord: \n <link>",
17-
"Description": "Command for Discord"
18+
"PrintTo": 0
1819
},
1920
{
2021
"Title": "Steam",
22+
"Description": "Command for SteamGroup",
2123
"Command": "steam,steamgroup,group",
2224
"Message": "SteamGroup: <link>",
23-
"CenterMessage": "<div>Steam Group</div><br><div><font color='#00ff00'>https...</font></div>",
24-
"CenterMessageTime": 2,
25-
"PrintTo": 7,
26-
"Description": "Command for SteamGroup"
25+
"CenterMessage": {
26+
"Message": "<div>Steam Group</div><br><div><font color='#00ff00'>https...</font></div>",
27+
"Time": 10
28+
},
29+
"PrintTo": 7
2730
},
2831
{
2932
"Title": "Enable Surf",
3033
"Command": "surf",
31-
"Message": "Surf is now enabled",
34+
"Message": [
35+
"Surf is now:",
36+
"{GREEN}Enabled"
37+
],
3238
"PrintTo": 0,
33-
"Description": "Command for enabling Surf gamemode",
39+
"Description": "Command for Surf gamemode",
3440
"ServerCommands": [
3541
"sv_cheats 1",
3642
"sv_falldamage_scale 0",
3743
"sv_party_mode 1",
38-
"mp_freezetime 2.5",
39-
"mp_round_restart_delay 2.5",
44+
"mp_freezetime 1",
45+
"mp_round_restart_delay 2",
4046
"cl_ragdoll_gravity 0",
4147
"sv_accelerate 10",
4248
"sv_airaccelerate 1400",
43-
"sv_gravity 800.0"
49+
"sv_gravity 800.0",
50+
"say hello"
4451
],
4552
"Permission": {
46-
"RequiresPermissionOr": false,
53+
"ReguiresAllPermissions": false,
4754
"PermissionList": [
4855
"@css/cvar",
4956
"@custom/permission",

0 commit comments

Comments
 (0)