From 49a0f473cef8e8652c77e2064394b75d6a5529fa Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 30 Nov 2021 08:25:22 +0100 Subject: [PATCH] Docs: add more explanation to text type of JSONMessagePart --- docs/network protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/network protocol.md b/docs/network protocol.md index 1a715048..21c7d23d 100644 --- a/docs/network protocol.md +++ b/docs/network protocol.md @@ -352,7 +352,7 @@ Possible values for `type` include: | Name | Notes | | ---- | ----- | -| text | Regular text content | +| text | Regular text content. Is the default type and as such may be omitted. | | player_id | player ID of someone on your team, should be resolved to Player Name | | player_name | Player Name, could be a player within a multiplayer game or from another team, not ID resolvable | | item_id | Item ID, should be resolved to Item Name |