Skip to content

Commit

Permalink
Fix wrong section name for Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Nov 22, 2024
1 parent e8ff01e commit f274e17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Protocol-related options can be found here. This also includes the option to set
**Type:** `List[Integer]`
**Default:**
```yaml
Protocols:
Protocol:
Versions: []
```
///
Expand All @@ -89,7 +89,7 @@ Should [Blacklist](#blacklist) be enabled will the list be treated as Client ver
**Type:** `Boolean`
**Default:**
```yaml
Protocols:
Protocol:
LogDenial: true
```
///
Expand All @@ -107,7 +107,7 @@ When enabled will the plugin post the following message for every denied Player:
**Type:** `Boolean`
**Default:**
```yaml
Protocols:
Protocol:
MajorOnly: false
```
///
Expand All @@ -120,7 +120,7 @@ Wether OneVersionRemake should only display the major version for a set of proto
//// tab | MajorOnly enabled
**Setup:**
```yaml
Protocols:
Protocol:
Versions:
- 477
- 480
Expand All @@ -147,7 +147,7 @@ Protocols:
//// tab | MajorOnly disabled
**Setup:**
```yaml
Protocols:
Protocol:
Versions:
- 477
- 480
Expand Down Expand Up @@ -178,7 +178,7 @@ Protocols:
**Type:** `Boolean`
**Default:**
```yaml
Protocols:
Protocol:
Blacklist: false
```
///
Expand Down Expand Up @@ -301,4 +301,4 @@ Messages:
Sets the text to display in the Server's MOTD.
Only the first two lines are considered and every additional one will be ignored.

Set to an empty List (`#!yaml Motd: []`) to not modify the MOTD.
Set to an empty List (`#!yaml Motd: []`) to not modify the MOTD.

0 comments on commit f274e17

Please sign in to comment.