Skip to content

Commit

Permalink
😋 Forgot about the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lygaen committed Feb 11, 2024
1 parent da6fdd3 commit f6be0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_2_CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here are the current fields listed, separated in different categories such that
| Key | Type | Default Value | Description |
| ----------------- | :--------------------------: | :-----------: | ---------------------------------------------------------------------------- |
| port | int | 25565 | The port for the server to listen on |
| backlog | ^ | 100 | The number of pending connections for the server to hold before accepting |
| backlog | ^ | 10 | The number of pending connections for the server to hold before accepting |
| compression_level | ^ | -1 | The compression level for ZLib, 0 means none, 9 means best, -1 means default |
| online_mode | bool | true | Whether to check if the client is crack or not |
| address | string | 127.0.0.1 | The IP address for the server to listen on |
Expand All @@ -50,7 +50,7 @@ Here are the current fields listed, separated in different categories such that
| Key | Type | Default Value | Description |
|-----------|:---------:|:-------------:|---------------------------------------------------------------------------------------|
| motd | chat | / | A message of the day in the form of a [Chat object](https://wiki.vg/Chat#Inheritance) |
| icon_file | file path | / | Path to the png file of the server's icon (must be 64x64) |
| icon_file | file path | ./icon.png | Path to the png file of the server's icon (must be 64x64) |

### Server {#config_server_category}
| Key | Type | Default Value | Description |
Expand Down

0 comments on commit f6be0c6

Please sign in to comment.