diff --git a/docs/velocity/dev/getting-started/pitfalls.mdx b/docs/velocity/dev/getting-started/pitfalls.mdx index 001c9913..3de5853e 100644 --- a/docs/velocity/dev/getting-started/pitfalls.mdx +++ b/docs/velocity/dev/getting-started/pitfalls.mdx @@ -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 |