From 29d99bcf235a7bb791271b8bfe6221610180a877 Mon Sep 17 00:00:00 2001 From: moom0o <48740106+moom0o@users.noreply.github.com> Date: Wed, 2 Dec 2020 14:38:04 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e641696b..5bbcc26de 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,12 @@ ElytraNewChunkSpeed: 3.12 # 223km/h # Patch futureclient boat fly exploit # Note: this also prevents boats on land. Boats in water are fine BoatflyPatch: true +# Enable the strict patch if you have players bypassing the normal patch please note this may use much more cpu as it checks every players location even if they aren't moving. +# Will also be a lot more buggy on land and won't support falling from high heights on a boat. +BoatflyPatchStrict: false +# How many ticks per second until every player is checked again +BoatflyPatchStrictCheckRate: 20L + # Send "Boatfly disabled due to an exploit >:) If you aren't boat flying, boats on land are a little buggy." BoatflyMessage: true @@ -98,7 +104,7 @@ BANNED_BLOCKS: #The item banned blocks are replaced with. Replacement_Item: STONE - +# No need to mess with these they are meant for my server # 1b1t options AllowBreakingBedrock: false 1b1tPlaceBedrock: false