Updated documentation to use <details> tag, updated the AGENTS md

This commit is contained in:
Anon 2026-03-22 17:31:41 +01:00
parent dc50df3b94
commit 611951668e
6 changed files with 543 additions and 44 deletions

View file

@ -82,3 +82,82 @@
border-radius: 0.5rem;
}
}
/* Collapsible <details> sections */
details {
margin: 1rem 0;
padding: 0;
border: 1px solid var(--vp-c-divider);
border-radius: 0.5rem;
transition:
background var(--vp-t-color),
border-color var(--vp-t-color);
> summary {
display: flex;
align-items: center;
gap: 0.5em;
padding: 0.75rem 1.15rem;
font-weight: 600;
cursor: pointer;
user-select: none;
list-style: none;
border-radius: 0.5rem;
background: var(--vp-c-bg-soft);
transition: background var(--vp-t-color);
&::before {
content: '';
display: inline-block;
font-size: 0.55em;
color: var(--vp-c-text-2);
transition: transform 0.2s ease;
flex-shrink: 0;
}
/* Hide the default marker in all browsers */
&::-webkit-details-marker {
display: none;
}
&::marker {
content: none;
}
&:hover {
background: var(--vp-c-bg-mute);
}
> code {
font-size: 0.95em;
font-weight: 700;
color: var(--vp-c-accent);
background: var(--vp-c-control);
padding: 0.15em 0.45em;
border-radius: 0.25rem;
}
}
&[open] > summary {
border-bottom: 1px solid var(--vp-c-divider);
border-radius: 0.5rem 0.5rem 0 0;
margin-bottom: 0;
&::before {
transform: rotate(90deg);
}
}
&[open] > :not(summary) {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
&[open] > :nth-child(2) {
margin-top: 1rem;
}
&[open] > :last-child {
margin-bottom: 1rem;
}
}

View file

@ -67,6 +67,9 @@ redirectFrom:
**Section:** **`ChatBot.Alerts`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -181,6 +184,9 @@ redirectFrom:
Excludes = [ "myserver.com", "Yourname>:", "Player Yourname", "Yourname joined", "Yourname left", "[Lockette] (Admin)", " Yourname:", "Yourname is", ]
```
</details>
## Anti AFK
- **Description:**
@ -191,6 +197,9 @@ redirectFrom:
**Section:** **`ChatBot.AntiAFK`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -281,6 +290,9 @@ redirectFrom:
- **Default:** `20`
</details>
## Auto Attack
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -297,6 +309,9 @@ redirectFrom:
**Section:** **`ChatBot.AutoAttack`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -432,6 +447,9 @@ redirectFrom:
- **Default:** `[ "Zombie", "Cow", ]`
</details>
## Auto Craft
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -466,6 +484,9 @@ redirectFrom:
**Section:** **`ChatBot.AutoCraft`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -609,6 +630,9 @@ redirectFrom:
</div>
</details>
## Auto Dig
- **Description:**
@ -637,6 +661,9 @@ redirectFrom:
**Section:** **`ChatBot.AutoDig`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -780,6 +807,9 @@ redirectFrom:
- **Default:** `[ "Cobblestone", "Stone", ]`
</details>
## Auto Drop
- **Description:**
@ -796,6 +826,9 @@ redirectFrom:
**Section:** **`ChatBot.AutoDrop`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -855,6 +888,9 @@ redirectFrom:
- **Default:** `[ "Cobblestone", "Dirt", ]`
</details>
## Auto Eat
- **Description:**
@ -871,6 +907,9 @@ redirectFrom:
**Section:** **`ChatBot.AutoEat`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -893,6 +932,9 @@ redirectFrom:
- **Default:** `6`
</details>
## Auto Fishing
- **Description:**
@ -934,6 +976,9 @@ redirectFrom:
**Section:** **`ChatBot.AutoFishing`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -1150,6 +1195,9 @@ redirectFrom:
facing = { yaw = -25.14, pitch = 36.25 }
```
</details>
## Auto Relog
- **Description:**
@ -1160,6 +1208,9 @@ redirectFrom:
**Section:** **`ChatBot.AutoRelog`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -1226,6 +1277,9 @@ redirectFrom:
- **Default:** `[ "Connection has been lost", "Server is restarting", "Server is full", "Too Many people", ]`
</details>
## Auto Respond
- **Description:**
@ -1248,6 +1302,9 @@ redirectFrom:
**Section:** **`ChatBot.AutoRespond`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -1306,6 +1363,9 @@ redirectFrom:
- **Default:** `false`
</details>
## Chat Log
- **Description:**
@ -1316,6 +1376,9 @@ redirectFrom:
**Section:** **`ChatBot.ChatLog`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -1374,6 +1437,9 @@ redirectFrom:
- **Default:** `messages`
</details>
## Discord Bridge
- **Description:**
@ -1442,6 +1508,9 @@ redirectFrom:
**Section:** **`ChatBot.DiscordBrdige`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -1534,6 +1603,9 @@ redirectFrom:
- **Default:** `A new Teleport Request from **{username}**!`
</details>
## Farmer
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -1619,6 +1691,9 @@ redirectFrom:
**Section:** **`ChatBot.Farmer`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -1643,6 +1718,9 @@ redirectFrom:
- **Minimum:** `1`
</details>
## Follow player
- **Description:**
@ -1665,6 +1743,9 @@ redirectFrom:
**Section:** **`ChatBot.FollowPlayer`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -1699,6 +1780,9 @@ redirectFrom:
- **Default:** `3.0`
</details>
## Hangman
- **Description:**
@ -1719,6 +1803,9 @@ redirectFrom:
**Section:** **`ChatBot.HangmanGame`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -1769,6 +1856,9 @@ redirectFrom:
- **Default:** `hangman-fr.txt`
- **Example**: [`words-fr.txt`](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/config/hangman-fr.txt)
</details>
## Mailer
- **Description:**
@ -1922,6 +2012,9 @@ redirectFrom:
**Section:** **`ChatBot.Map`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -2082,6 +2175,9 @@ redirectFrom:
- **Default:** `false`
</details>
## PlayerList Logger
- **Description:**
@ -2091,6 +2187,9 @@ redirectFrom:
**Section:** **`ChatBot.PlayerListLogger`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -2119,6 +2218,9 @@ redirectFrom:
- **Default:** `60.0`
</details>
## Remote Control
- **Description:**
@ -2137,6 +2239,9 @@ redirectFrom:
**Section:** **`ChatBot.RemoteControl`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -2173,6 +2278,9 @@ redirectFrom:
- **Default:** `false`
</details>
## Replay Capture
- **Description:**
@ -2201,6 +2309,9 @@ redirectFrom:
**Section:** **`ChatBot.ReplayCapture`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -2225,6 +2336,9 @@ redirectFrom:
- **Default:** `300.0`
</details>
## Script Scheduler
- **Description:**
@ -2235,6 +2349,9 @@ redirectFrom:
**Section:** **`ChatBot.ScriptScheduler`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -2344,6 +2461,9 @@ redirectFrom:
Action = "send /login pass"
```
</details>
## Telegram Bridge
- **Description:**
@ -2388,6 +2508,9 @@ redirectFrom:
**Section:** **`ChatBot.TelegramBridge`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -2478,6 +2601,9 @@ redirectFrom:
- **Default:** `A new Teleport Request from **{username}**!`
</details>
## Items Collector
- **Description:**
@ -2488,6 +2614,9 @@ redirectFrom:
**Section:** **`ChatBot.ItemsCollector`**
<details>
<summary>All settings</summary>
#### `Enabled`
- **Description:**
@ -2577,3 +2706,6 @@ redirectFrom:
- **Default:** `true`
</details>

View file

@ -60,6 +60,9 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Section header:** `Main.General`
<details>
<summary>Account, Server, and Authentication settings</summary>
#### `Account`
- **Description:**
@ -174,10 +177,15 @@ Coordinate = { x = 145, y = 64, z = 2045 }
AuthUser = "SomePlayer"
```
</details>
### Main Advanced section
- **Section header:** `Main.Advanced`
<details>
<summary>Advanced settings (Language, Version, Features, and more)</summary>
#### `Language`
- **Description:**
@ -661,6 +669,8 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Default:** `true`
</details>
### Account List section
- **Section header:** `Main.Advanced.AccountList`
@ -724,6 +734,9 @@ Coordinate = { x = 145, y = 64, z = 2045 }
This section contains settings related to a new chat reporting (signing and verifying) feature introduced by Mojang.
<details>
<summary>Chat signing and verification settings</summary>
#### `LoginWithSecureProfile`
- **Description:**
@ -816,10 +829,15 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Default:** `true`
</details>
### App Vars values section
- **Section header:** `AppVar.VarStirng`
<details>
<summary>Logging and filtering settings</summary>
#### `DebugMessages`
- **Description:**
@ -968,6 +986,8 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Default:** `false`
</details>
## App Vars section
- **Section header:** `AppVar`
@ -1005,6 +1025,9 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Section header:** `Console.General`
<details>
<summary>Console display settings</summary>
#### `ConsoleColorMode`
- **Description:**
@ -1037,6 +1060,8 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Default:** `32`
</details>
### Console CommandSuggestion section
- **Section header:** `Console.CommandSuggestion`
@ -1045,6 +1070,9 @@ Coordinate = { x = 145, y = 64, z = 2045 }
Command completion suggestions in the console.
<details>
<summary>Command suggestion settings</summary>
#### `Enable`
- **Description:**
@ -1103,6 +1131,8 @@ Coordinate = { x = 145, y = 64, z = 2045 }
MCC validates these values on startup and falls back to built-in defaults if a color string is invalid.
</details>
## Proxy section
- **Section header:** `Proxy`
@ -1111,6 +1141,9 @@ Coordinate = { x = 145, y = 64, z = 2045 }
Connect to a server via a proxy instead of connecting directly.
<details>
<summary>Proxy settings</summary>
#### `Enabled_Login`
- **Description:**
@ -1202,6 +1235,8 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Default:** `` ``
</details>
## MCSettings section
- **Section header:** `MCSettings`
@ -1210,6 +1245,9 @@ Coordinate = { x = 145, y = 64, z = 2045 }
Client settings related to language, render distance, difficulty, chat and skins.
<details>
<summary>Game client settings</summary>
#### `Enabled`
- **Description:**
@ -1293,6 +1331,8 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Default:** `left`
</details>
## MCSettings Skin section
- **Section header:** `MCSettings.Skin`
@ -1301,6 +1341,9 @@ Coordinate = { x = 145, y = 64, z = 2045 }
Skin options.
<details>
<summary>Skin visibility settings</summary>
#### `Cape`
- **Description:**
@ -1371,6 +1414,8 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Default:** `false`
</details>
## Chat Format section
- **Section header:** `ChatFormat`
@ -1395,6 +1440,9 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- [https://regex101.com/](https://regex101.com/)
- [https://regexr.com/](https://regexr.com/)
<details>
<summary>Chat format settings</summary>
#### `Builtins`
- **Description:**
@ -1461,6 +1509,8 @@ Coordinate = { x = 145, y = 64, z = 2045 }
- **Default:** `TeleportRequest = '^([a-zA-Z0-9_]+) has requested (?:to|that you) teleport to (?:you|them)\.$'`
</details>
## Chat Bot section
- **Section header:** `ChatBot`

View file

@ -30,6 +30,9 @@ However, if you want to build the program from source code, please follow the gu
### Windows
<details>
<summary>Windows build instructions</summary>
Requirements:
- [Git](https://www.git-scm.com/)
@ -119,8 +122,13 @@ dotnet --info
If the publish step succeeds, the published binary `MinecraftClient.exe` will be in `MinecraftClient/bin/Release/net10.0/win-x64/publish/`.
</details>
### Linux, macOS
<details>
<summary>Linux and macOS build instructions</summary>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If you're using Linux we will assume that you should be able to install git on your own. If you don't know how, search it up for your distribution, it should be easy. (Debian based distros: `apt install git`, Arch based: `pacman -S git`)**
@ -206,8 +214,13 @@ You can verify the SDK installation with:
dotnet --info
```
</details>
## Using Docker
<details>
<summary>Docker setup and usage</summary>
Requirements:
- Git
@ -295,6 +308,8 @@ As above, you can stop and remove the container using
docker-compose down
```
</details>
## Run on Android
It is possible to run Minecraft Console Client on Android through Termux and Ubuntu 24.04, but it requires a manual setup with a lot of commands, so be careful not to skip any steps. Depending on your technical background, internet speed, and device speed, this can take anywhere from 10 to 20 minutes or more.
@ -319,6 +334,9 @@ It is possible to run Minecraft Console Client on Android through Termux and Ubu
### Installation
<details>
<summary>Android installation steps (Termux + Ubuntu + .NET + MCC)</summary>
#### Termux
<div class="custom-container warning"><p class="custom-container-title">Warning</p>
@ -579,6 +597,8 @@ Also, here are some linux tutorials for people who are new to it:
- [Linux Crash Course - The wget Command by Learn Linux TV](https://www.youtube.com/watch?v=F80Z5qd2b_4)
- [Linux Basics: How to Untar and Unzip Files (tar, gzip) by webpwnized](https://www.youtube.com/watch?v=1DF0dTscHHs)
</details>
## Run on a VPS
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -636,6 +656,9 @@ Here is a [YouTube video](https://youtu.be/42fwh_1KP_o) that explains it in more
### Where to get a VPS
<details>
<summary>VPS providers and pricing</summary>
You have 2 options:
- [Buying a VPS](#buying-a-vps)
@ -719,8 +742,13 @@ Register on AWS and enter all of your billing info and a phone number.
Once you're done, you can continue to [Setting up the Amazon VPS](#setting-up-an-aws-vps).
</details>
### Initial Amazon VPS setup
<details>
<summary>AWS EC2 setup steps</summary>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**Skip this section if you're not using AWS. Go to [Initial VPS setup](#initial-vps-setup)**
@ -815,8 +843,13 @@ If you've provided the right info you should get `Welcome to Ubuntu 20.04.5 LTS`
Now you can continue to [Creating a new user](#creating-a-new-user)
</details>
### Initial VPS setup
<details>
<summary>Non-AWS VPS login steps</summary>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**This section if for those who do not use AWS, if you use AWS skip it**
@ -855,8 +888,13 @@ ssh -p 2233 root@142.26.73.14
Once you've logged in you should see a Linux prompt and a welcome message if there is one set by your provider.
</details>
### Creating a new user
<details>
<summary>User account and SSH key setup</summary>
Once you've logged in to your VPS you need to create a new user and give it SSH access.
In this tutorial we will be using `mcc` as a name for the user account that will be running the MCC.
@ -1051,8 +1089,13 @@ You can do `whoami` to see your username.
Now you can install the .NET 10 SDK and MCC.
</details>
### Installing .NET 10 SDK
<details>
<summary>.NET SDK installation on VPS</summary>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
**If your VPS has an ARM CPU, follow [this](#installing-net-on-arm) part of the documentation and then return to section after this one.**
@ -1105,8 +1148,13 @@ If you do not get this output and the installation was not successful, [try othe
If it was successful, you can now install MCC.
</details>
### Installing MCC on a VPS
<details>
<summary>MCC installation and screen usage</summary>
Now that you have the .NET SDK and a user account, install the `screen` utility. You will need it if you want MCC to keep running after you close the SSH session.
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -1178,3 +1226,5 @@ screen -ls
```
To stop the MCC, you can hit `CTRL + D` (hit it few times).
</details>

View file

@ -63,6 +63,10 @@ See [Run using Docker](./installation.md#using-docker)
### For people not familiar with the command line
<details>
<summary>Introduction to command-line basics</summary>
For people who are not familiar with the usage of programs in the command line (terminal emulators), here we will explain what every single thing means, if you're already experienced you can skip this.
In command line (terminal emulators) you can run programs by specifying their name and hitting enter, usually programs have additional way of being configured, started or provided some additional data in a different manner, this is achieved by using command line parameters.
@ -99,6 +103,8 @@ MinecraftClient.exe --help
MCC also supports a few maintenance and debugging switches such as `--upgrade`, `--force-upgrade`, `--generate`, `--keyboard-debug`, `BasicIO`, and `BasicIO-NoColor`.
</details>
### Quick usage of MCC with examples
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -189,7 +195,9 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
</div>
### `animation`
<details>
<summary><code>animation</code></summary>
- **Description:**
@ -201,7 +209,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/animation <mainhand|offhand>
```
### `bed`
</details>
<details>
<summary><code>bed</code></summary>
- **Description:**
@ -237,7 +250,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/bed sleep 50
```
### `blockinfo`
</details>
<details>
<summary><code>blockinfo</code></summary>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -259,7 +277,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/blockinfo <x> <y> <z> [-s]
```
### `bots`
</details>
<details>
<summary><code>bots</code></summary>
- **Description:**
@ -287,7 +310,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/bots unload all
```
### `changeslot`
</details>
<details>
<summary><code>changeslot</code></summary>
- **Description:**
@ -305,7 +333,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/changeslot <1-9>
```
### `chunk`
</details>
<details>
<summary><code>chunk</code></summary>
- **Description:**
@ -333,7 +366,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
![Chunk status](/images/guide/ChunkStatus.png)
### `dig`
</details>
<details>
<summary><code>dig</code></summary>
- **Description:**
@ -357,7 +395,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/dig ~ ~-1 ~2
```
### `dropitem`
</details>
<details>
<summary><code>dropitem</code></summary>
- **Description:**
@ -387,7 +430,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/dropitem diamond
```
### `enchant`
</details>
<details>
<summary><code>enchant</code></summary>
<div class="custom-container tip"><p class="custom-container-title">Tip</p>
@ -411,7 +459,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/enchant <top|middle|bottom>
```
### `entity`
</details>
<details>
<summary><code>entity</code></summary>
- **Description:**
@ -451,7 +504,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/entity Zombie attack
```
### `execif`
</details>
<details>
<summary><code>execif</code></summary>
- **Description:**
@ -513,7 +571,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/execif "1 == 1" "execmulti send 1 -> send 2 -> send 3"
```
### `execmulti`
</details>
<details>
<summary><code>execmulti</code></summary>
- **Description:**
@ -531,14 +594,24 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/execmulti send 1 -> send 2 -> send 3 -> sneak
```
### `quit`
</details>
<details>
<summary><code>quit</code></summary>
- **Alias:** `exit`
- **Description:**
Disconnect from the server and close the application
### `reco`
</details>
<details>
<summary><code>reco</code></summary>
- **Description:**
@ -556,7 +629,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
</div>
### `reload`
</details>
<details>
<summary><code>reload</code></summary>
- **Description:**
@ -574,7 +652,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/reload
```
### `connect`
</details>
<details>
<summary><code>connect</code></summary>
- **Description:**
@ -598,7 +681,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
</div>
### `script`
</details>
<details>
<summary><code>script</code></summary>
- **Description:**
@ -610,7 +698,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/script <script name>
```
### `send`
</details>
<details>
<summary><code>send</code></summary>
- **Description:**
@ -622,7 +715,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/send <text>
```
### `respawn`
</details>
<details>
<summary><code>respawn</code></summary>
- **Description:**
@ -634,7 +732,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/respawn
```
### `log`
</details>
<details>
<summary><code>log</code></summary>
- **Description:**
@ -652,7 +755,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/log this is some text
```
### `list`
</details>
<details>
<summary><code>list</code></summary>
- **Description:**
@ -664,7 +772,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/list
```
### `set`
</details>
<details>
<summary><code>set</code></summary>
- **Description:**
@ -682,7 +795,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/set abc=123
```
### `setrnd`
</details>
<details>
<summary><code>setrnd</code></summary>
- **Description:**
@ -702,7 +820,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
(Set a `%variable%` to a number from -7 to 10)
### `sneak`
</details>
<details>
<summary><code>sneak</code></summary>
- **Description:**
@ -714,7 +837,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/Sneak
```
### `tps`
</details>
<details>
<summary><code>tps</code></summary>
- **Description:**
@ -726,7 +854,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/tps
```
### `useitem`
</details>
<details>
<summary><code>useitem</code></summary>
- **Description:**
@ -750,7 +883,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/useitem
```
### `useblock`
</details>
<details>
<summary><code>useblock</code></summary>
- **Description:**
@ -794,7 +932,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/useblock 43 72 7
```
### `follow`
</details>
<details>
<summary><code>follow</code></summary>
- **Description:**
@ -830,7 +973,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/follow milutinke
```
### `wait`
</details>
<details>
<summary><code>wait</code></summary>
- **Description:**
@ -870,7 +1018,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/wait 20-35
```
### `move`
</details>
<details>
<summary><code>move</code></summary>
- **Description:**
@ -914,7 +1067,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/move center
```
### `nameitem`
</details>
<details>
<summary><code>nameitem</code></summary>
- **Description:**
@ -959,7 +1117,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/inventory container close
```
### `look`
</details>
<details>
<summary><code>look</code></summary>
- **Description:**
@ -981,7 +1144,12 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/look east
```
### `inventory`
</details>
<details>
<summary><code>inventory</code></summary>
- **Description:**
@ -1166,13 +1334,23 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
/inventory s SlimeBlock 10
```
### `debug`
</details>
<details>
<summary><code>debug</code></summary>
- **Description:**
Toggle debug messages, useful for chatbot developers.
### `help`
</details>
<details>
<summary><code>help</code></summary>
- **Description:**
@ -1183,3 +1361,6 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
**Use "/send /help" for server help**
</div>
</details>