Implemented effects support, as a command, chat notification and added in TUI mode

This commit is contained in:
Anon 2026-03-27 15:47:27 +01:00
parent a7a3566756
commit f6446b198d
15 changed files with 728 additions and 15 deletions

View file

@ -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:**

View file

@ -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>