Skip to content

Commit b41bef0

Browse files
Update README.md
1 parent 7092884 commit b41bef0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ see [https://docs.cssharp.dev/docs/guides/getting-started.html](https://docs.css
3333
...\Counter-Strike Global Offensive\game\csgo\addons\counterstrikesharp\plugins\FunMatchPlugin\FunMatchPlugin.dll
3434

3535
## Plugin Console Commands 插件控制台相关指令
36-
`funlists` Show all avaliable Fun/Mode 显示所有当前支持的娱乐模式
36+
`fun_lists` Show all avaliable Fun/Mode 显示所有当前支持的娱乐模式
3737

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
3939

40-
`!fun_displayhelp` will NOT display help of every mode 停止播报模式帮助信息
40+
`!fun_displayhelp` will NOT display help of every mode 停止播报模式帮助信息 @css/root required
4141

42-
`fun_random` will load random mode per round automaticly 启用每回合随机模式
42+
`fun_random` will load random mode per round automaticly 启用每回合随机模式 @css/root required
4343

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
4545

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
4747

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

Comments
 (0)