feat: update all authored by Taiyou06's avatar Taiyou06
......@@ -38,6 +38,23 @@ If 2nd argument is not set, print the status of the debugging option instead.
`/meg menu`
Open the model configuration menu.
### Health command
`/meg health`
Print plugin performance health. Reports model updater timings (min/max/avg) and the load and timings of each entity data tracker.
### Resync command
`/meg resync <delay>`
Resync the command sender's model packets.
If `delay` is set, artificially delay the sender's outgoing packet pipeline by that many milliseconds (a debugging tool to simulate latency); otherwise run a client desync test on the sender.
### Toggle LOD command
`/meg toggle-lod <true|false>`
Toggle the global animation LOD (level of detail) system.
If no argument is set, print whether animation LOD is currently enabled instead.
## Permissions
* `modelengine`
......@@ -49,3 +66,6 @@ Open the model configuration menu.
* `undisguise` - Access to undisguise command
* `debug` - Access to debug command
* `menu` - Access to menu command
* `health` - Access to health command
* `resync` - Access to resync command
* `toggle-lod` - Access to toggle-lod command
\ No newline at end of file