mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Fix format error
This commit is contained in:
parent
a23747e236
commit
b3ca0a1b33
7 changed files with 163 additions and 75 deletions
|
|
@ -237,6 +237,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
- **Description:**
|
||||
|
||||
Allows you to list and unload a specific bot or all bots.
|
||||
|
||||
Useful when debugging and developing scripts.
|
||||
|
||||
- **Usage:**
|
||||
|
|
@ -406,6 +407,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
Allows you to execute a command if a specific condition is met.
|
||||
|
||||
The condition is a C# expression and the local variables you set using [`set`](#set), [`setrnd`](#setrnd) or the configuration file can be used.
|
||||
|
||||
The condition is always returned as a boolean, so only comparison can be done, if needed cast the expression result to bool.
|
||||
|
||||
Also the instance of MCC is available with `MCC.`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue