Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain paper-world-defaults.yml's tick-rate.container-update option better. #525

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion config-specs/paper/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,11 @@ tick-rates:
for the names. Might change between updates!
container-update:
default: "1"
description: "The rate, in ticks, at which the server updates containers and inventories"
description: >-
The rate, in ticks, at which the server updates containers and inventories.
Higher values than 1 can cause item desync/ghosting or make block breaking
progress appear to reset randomly. It can also create visual artifacts mimicking
server lag to clients, despite this not being the case.
grass-spread:
default: "1"
description: >-
Expand Down
Loading