Skip to content

Commit

Permalink
chore: update Audience operation support details in Velocity (#470)
Browse files Browse the repository at this point in the history
* update audience operation support details in Velocity

* refactor: move to table

* add explanation as to why some operations are unsupported
  • Loading branch information
Timongcraft authored Sep 20, 2024
1 parent 7d46be1 commit 809f6d3
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions docs/velocity/dev/getting-started/pitfalls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,18 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
}
```

## Audience operations not supported

Velocity only supports sending chat messages, action bar messages, titles, and bossbars through the
Adventure API. No other operations are supported.
## Audience operations are not fully supported

Velocity currently does not support all Audience operations of the Adventure API, so these operations should be handled on the backend.
Furthermore, playing sound was previously considered infeasible, as for versions below 1.19.3, a registry of hardcoded sound IDs is required.

| Operation | Supported |
| -------------------------- | ----------|
| Chat messages | Yes |
| Action bar messages | Yes |
| Titles | Yes |
| Bossbars | Yes |
| Tablist header and footer | Yes |
| Resource packs | Yes |
| Sound | No |
| Book | No |

0 comments on commit 809f6d3

Please sign in to comment.