mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
New Crowdin updates (#2324)
This commit is contained in:
parent
b3ca0a1b33
commit
86338f8a92
180 changed files with 5671 additions and 1861 deletions
|
|
@ -236,7 +236,9 @@ 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.
|
||||
Allows you to list and unload a specific bot or all bots.
|
||||
|
||||
Useful when debugging and developing scripts.
|
||||
|
||||
- **Usage:**
|
||||
|
||||
|
|
@ -404,7 +406,9 @@ 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.
|
||||
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