diff --git a/chapters/chat_complex.md b/chapters/chat_complex.md index 5f5405f..deff2ac 100644 --- a/chapters/chat_complex.md +++ b/chapters/chat_complex.md @@ -9,6 +9,12 @@ root: ../ This chapter will show you how to make complex chat commands, such as `/msg `, `/team join ` or `/team leave `. +* Why ChatCmdBuilder? +* Routes. +* Subcommand functions. +* Installing ChatCmdBuilder. +* Admin complex command. + ## Why ChatCmdBuilder? Traditionally mods implemented these complex commands using Lua patterns.