Skip to content

Commit bb2170a

Browse files
committed
Rename Command.json to example
1 parent 860a8b7 commit bb2170a

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"Title": "Discord",
4+
"Description": "Command for Discord",
5+
"Command": "discord",
6+
"Message": "{PREFIX}{GREEN}Discord: \n <link>",
7+
"PrintTo": 0
8+
},
9+
{
10+
"Title": "Steam",
11+
"Description": "Command for SteamGroup",
12+
"Command": "steam,steamgroup,group",
13+
"Message": "SteamGroup: <link>",
14+
"CenterElement": {
15+
"CenterMessage": "<div>Steam Group</div><br><div><font color='#00ff00'>https...</font></div>",
16+
"CenterMessageTime": 10
17+
},
18+
"PrintTo": 7
19+
},
20+
{
21+
"Title": "Enable Surf",
22+
"Command": "surf",
23+
"Message": "Surf is now enabled",
24+
"PrintTo": 0,
25+
"Description": "Command for Surf gamemode",
26+
"ServerCommands": [
27+
"sv_cheats 1",
28+
"sv_falldamage_scale 0",
29+
"sv_party_mode 1",
30+
"mp_freezetime 1",
31+
"mp_round_restart_delay 2",
32+
"cl_ragdoll_gravity 0",
33+
"sv_accelerate 10",
34+
"sv_airaccelerate 1400",
35+
"sv_gravity 800.0",
36+
"say hello"
37+
],
38+
"Permission": {
39+
"ReguiresAllPermissions": false,
40+
"PermissionList": [
41+
"@css/cvar",
42+
"@custom/permission",
43+
"#css/simple-admin"
44+
]
45+
}
46+
}
47+
]

0 commit comments

Comments
 (0)