Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update audience operation support details in Velocity #470

Merged
merged 3 commits into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |