[BDS-3051] Missing doco for new server settings Created: 01/Feb/20  Updated: 24/Jun/20  Resolved: 24/Jun/20

Status: Resolved
Project: Bedrock Dedicated Server
Affects Version/s: 1.14.0.9, 1.14.21.0, 1.14.30
Fix Version/s: 1.16.0

Type: Bug
Reporter: Runear Assignee: Unassigned
Resolution: Fixed Votes: 2
Labels: confirmed, documentation, fix-future-ver

Confirmation Status: Confirmed
ADO: 303813

 Description   

There appears to be some new options in the server.properties file of Bedrock Dedicated Server that have a small summary below the options in the server.properties file but no further documentation in the how_to on whether the options have been implemented and what they are intended to address.

I tried switching the settings around on my server and noticed no discernible difference.

The settings are as follows:

compression-threshold=1

  1. Determines the smallest size of raw network payload to compress
  2. Allowed values: 0-65535

server-authoritative-movement=true

  1. Enables server authoritative movement. If true, the server will replay local user input on
  2. the server and send down corrections when the client's position doesn't match the server's.
  3. Corrections will only happen if correct-player-movement is set to true.

player-movement-score-threshold=20

  1. The number of incongruent time intervals needed before abnormal behavior is reported.
  2. Disabled by server-authoritative-movement.

player-movement-distance-threshold=0.3

  1. The difference between server and client positions that needs to be exceeded before abnormal behavior is detected.
  2. Disabled by server-authoritative-movement.

player-movement-duration-threshold-in-ms=500

  1. The duration of time the server and client positions can be out of sync (as defined by player-movement-distance-threshold)
  2. before the abnormal movement score is incremented. This value is defined in milliseconds.
  3. Disabled by server-authoritative-movement.

correct-player-movement=false

  1. If true, the client position will get corrected to the server position if the movement score exceeds the threshold.


 Comments   
Comment by IonicEcko [ 05/Feb/20 ]

Affects 1.14.21.0

Generated at Sat Jan 11 07:23:56 UTC 2025 using Jira 9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13.