mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Implemented effects support, as a command, chat notification and added in TUI mode
This commit is contained in:
parent
a7a3566756
commit
f6446b198d
15 changed files with 728 additions and 15 deletions
|
|
@ -507,6 +507,16 @@ Coordinate = { x = 145, y = 64, z = 2045 }
|
|||
|
||||
- **Default:** `true`
|
||||
|
||||
#### `ShowEffectNamesInTUI`
|
||||
|
||||
- **Description:**
|
||||
|
||||
This setting lets you show full effect names and levels in the TUI status bar instead of the compact icon-only effect display.
|
||||
|
||||
- **Type:** `boolean`
|
||||
|
||||
- **Default:** `false`
|
||||
|
||||
#### `TerrainAndMovements`
|
||||
|
||||
- **Description:**
|
||||
|
|
|
|||
|
|
@ -453,6 +453,21 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>effects</code></summary>
|
||||
|
||||
- **Description:**
|
||||
|
||||
Lists the status effects currently applied to your player.
|
||||
|
||||
- **Usage:**
|
||||
|
||||
```
|
||||
/effects
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>entity</code></summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue