Skip to content

Commit 4c25717

Browse files
committed
refactor: move to table
1 parent b3760d7 commit 4c25717

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,15 @@ 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, bossbars, tablist header and footer, and resource packs through the
37-
Adventure API. All other operations, such as sound and book operations, are not supported.
34+
## Audience operations are not fully supported
35+
36+
| Operation | Supported |
37+
| -------------------------- | ----------|
38+
| Chat messages | Yes |
39+
| Action bar messages | Yes |
40+
| Titles | Yes |
41+
| Bossbars | Yes |
42+
| Tablist header and footer | Yes |
43+
| Resource packs | Yes |
44+
| Sound | No |
45+
| Book | No |

0 commit comments

Comments
 (0)