You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,16 @@ see [https://docs.cssharp.dev/docs/guides/getting-started.html](https://docs.css
33
33
...\Counter-Strike Global Offensive\game\csgo\addons\counterstrikesharp\plugins\FunMatchPlugin\FunMatchPlugin.dll
34
34
35
35
## Plugin Console Commands 插件控制台相关指令
36
-
`funlists` Show all avaliable Fun/Mode 显示所有当前支持的娱乐模式
36
+
`fun_lists` Show all avaliable Fun/Mode 显示所有当前支持的娱乐模式
37
37
38
-
`fun_displayhelp` will display help of every mode on round start 每回合开始播报模式帮助信息
38
+
`fun_displayhelp` will display help of every mode on round start 每回合开始播报模式帮助信息@css/root required
39
39
40
-
`!fun_displayhelp` will NOT display help of every mode 停止播报模式帮助信息
40
+
`!fun_displayhelp` will NOT display help of every mode 停止播报模式帮助信息@css/root required
41
41
42
-
`fun_random` will load random mode per round automaticly 启用每回合随机模式
42
+
`fun_random` will load random mode per round automaticly 启用每回合随机模式@css/root required
43
43
44
-
`!fun_random` will not load any random mode per round automaticly 停用每回合随机模式
44
+
`!fun_random` will not load any random mode per round automaticly 停用每回合随机模式@css/root required
45
45
46
-
`fun_load [num]` load certain mode by num (num can be found in command "funlists") won't affect random load 手动加载模式 对应的数字可以在"funlists"指令查到 与随机模式独立
46
+
`fun_load [num]` load certain mode by num (num can be found in command "funlists") won't affect random load 手动加载模式 对应的数字可以在"funlists"指令查到 与随机模式独立@css/root required
47
47
48
-
`!fun_load` Unload mode you manually load (num can be found in command "funlists") 卸载手动加载的模式
48
+
`!fun_load` Unload mode you manually load (num can be found in command "funlists") 卸载手动加载的模式@css/root required
0 commit comments