From 13e4294f682c2d09c1c530bd5437596880a9329a Mon Sep 17 00:00:00 2001 From: Conner <65339198+connercsbn@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:11:21 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f9b602..bbed5a6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ When the plugin is first loaded, the following config will be generated in `coun "warning_message": "You will be kicked for excessive ping. You have {WARN} out of {MAXWARN} warnings.", "kick_message": "{NAME} has been kicked due to excessive ping.", "grace_period_seconds": 90, - "ConfigVersion": 1 + "dev": false + "ConfigVersion": 2, } From 8b8f400a52bf70012a060c453e5ba723d28aba79 Mon Sep 17 00:00:00 2001 From: Conner <65339198+connercsbn@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:15:47 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbed5a6..c5136e6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ When the plugin is first loaded, the following config will be generated in `coun "warning_message": "You will be kicked for excessive ping. You have {WARN} out of {MAXWARN} warnings.", "kick_message": "{NAME} has been kicked due to excessive ping.", "grace_period_seconds": 90, - "dev": false + "dev": false // enables additional logging "ConfigVersion": 2, } From cc27ec2e97524b464ddd2c0671e860a974a945af Mon Sep 17 00:00:00 2001 From: Conner <65339198+connercsbn@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:16:07 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5136e6..74b2d63 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ When the plugin is first loaded, the following config will be generated in `coun "warning_message": "You will be kicked for excessive ping. You have {WARN} out of {MAXWARN} warnings.", "kick_message": "{NAME} has been kicked due to excessive ping.", "grace_period_seconds": 90, - "dev": false // enables additional logging + "dev": false // enables additional logging "ConfigVersion": 2, }