From 379a11421e4577269a99bbf708ac11bccd618582 Mon Sep 17 00:00:00 2001 From: David <54660361+NonSwag@users.noreply.github.com> Date: Tue, 31 Dec 2024 00:53:38 +0100 Subject: [PATCH] chore: Correct value to disable player-shffle (#516) --- config-specs/paper/spigot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-specs/paper/spigot.yml b/config-specs/paper/spigot.yml index b00f1185..4838af94 100644 --- a/config-specs/paper/spigot.yml +++ b/config-specs/paper/spigot.yml @@ -174,7 +174,7 @@ settings: player-shuffle: default: "0" description: >- - How often to shuffle the list of player connections, in ticks, with -1 to + How often to shuffle the list of player connections, in ticks, 0 or less to disable. This prevents players from strategically re-logging to increase their position in the tick order. This can have a performance impact if enabled with low values.