Skip to content

Commit 809f6d3

Browse files
authored
chore: update Audience operation support details in Velocity (#470)
* update audience operation support details in Velocity * refactor: move to table * add explanation as to why some operations are unsupported
1 parent 7d46be1 commit 809f6d3

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

docs/velocity/dev/getting-started/pitfalls.mdx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,18 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
3131
}
3232
```
3333

34-
## Audience operations not supported
35-
36-
Velocity only supports sending chat messages, action bar messages, titles, and bossbars through the
37-
Adventure API. No other operations are supported.
34+
## Audience operations are not fully supported
35+
36+
Velocity currently does not support all Audience operations of the Adventure API, so these operations should be handled on the backend.
37+
Furthermore, playing sound was previously considered infeasible, as for versions below 1.19.3, a registry of hardcoded sound IDs is required.
38+
39+
| Operation | Supported |
40+
| -------------------------- | ----------|
41+
| Chat messages | Yes |
42+
| Action bar messages | Yes |
43+
| Titles | Yes |
44+
| Bossbars | Yes |
45+
| Tablist header and footer | Yes |
46+
| Resource packs | Yes |
47+
| Sound | No |
48+
| Book | No |

0 commit comments

Comments
 (0)