Skip to content

Commit 52c5474

Browse files
authored
Update README.md
1 parent 74ddc7a commit 52c5474

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,28 @@ Players can say `!changemenu` to change their preferred menu type.
2727
Below is the default configuration of this plugin, which you can modify as you so choose.
2828

2929
```json
30-
30+
// This configuration was automatically generated by CounterStrikeSharp for plugin 'MenuManagerAPI', at 2025/06/20 11:50:21
31+
{
32+
"Version": 1,
33+
"DefaultMenu": 3,
34+
"SoundScroll": "",
35+
"SoundClick": "",
36+
"SoundBack": "",
37+
"SoundExit": "",
38+
"SoundDisabled": "",
39+
"OptionCount": true,
40+
"MoveWithOpenMenu": false,
41+
"UseVelocityModifier": false,
42+
"ButtonsConfig": {
43+
"UpButton": 8,
44+
"DownButton": 16,
45+
"LeftButton": 512,
46+
"RightButton": 1024,
47+
"SelectButton": 32,
48+
"ExitButton": 8192,
49+
"BackButton": 4
50+
}
51+
}
3152
```
3253

3354
## Language Support

0 commit comments

Comments
 (0)