File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,28 @@ Players can say `!changemenu` to change their preferred menu type.
2727Below 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
You can’t perform that action at this time.
0 commit comments