Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Apr 4, 2022
1 parent 138d9d4 commit 45e365a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/velocity/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ There are a few "special" data types in the Velocity configuration.

### Chat

Chat messages may be provided in legacy color code format or in JSON format.
Chat messages may be provided in [MiniMessage](https://docs.adventure.kyori.net/minimessage/format.html) or JSON format.

RGB support (using the `&#rrggbb` format) is available and JSON messages are deserialized for
RGB support (using the `<#rrggbb>` format) is available and JSON messages are deserialized for
Minecraft 1.16.

### Address
Expand All @@ -36,7 +36,7 @@ These settings mostly cover the basic, most essential settings of the proxy.
| ----------------------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `config-version` | String | This is the current config version used by Velocity. You should not alter this setting. |
| `bind` | Address | This tells the proxy to accept connections on a specific IP. By default, Velocity will listen for connections on all IP addresses on the computer on port 25577. |
| `motd` | Chat | This allows you to change the message shown to players when they add your server to their server list. You can use legacy Minecraft color codes or JSON chat. |
| `motd` | Chat | This allows you to change the message shown to players when they add your server to their server list. You can use [MiniMessage format](https://docs.adventure.kyori.net/minimessage/format.html) or JSON chat. |
| `show-max-players` | Integer | This allows you to customize the number of "maximum" players in the player's server list. Note that Velocity doesn't have a maximum number of players it supports. |
| `player-info-forwarding-mode` | Enum | See [Configuring player information forwarding](../getting-started/forwarding.md) for more information. |
| `forwarding-secret` | String | This setting is used as a secret to ensure that player info forwarded by Velocity comes from your proxy and not from someone pretending to run Velocity. See the "Player info forwarding" section for more info. |
Expand Down

0 comments on commit 45e365a

Please sign in to comment.