Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moom0o authored Dec 2, 2020
1 parent 11b3c23 commit 29d99bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 29d99bc

Please sign in to comment.