From f274e17187b743168f365d8b68113283c29a64bd Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Fri, 22 Nov 2024 20:58:22 +0100 Subject: [PATCH] Fix wrong section name for Protocol --- docs/config.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/config.md b/docs/config.md index 54d225f..a7fde0d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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: [] ``` /// @@ -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 ``` /// @@ -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 ``` /// @@ -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 @@ -147,7 +147,7 @@ Protocols: //// tab | MajorOnly disabled **Setup:** ```yaml -Protocols: +Protocol: Versions: - 477 - 480 @@ -178,7 +178,7 @@ Protocols: **Type:** `Boolean` **Default:** ```yaml -Protocols: +Protocol: Blacklist: false ``` /// @@ -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. \ No newline at end of file +Set to an empty List (`#!yaml Motd: []`) to not modify the MOTD.