From 3393b1de4748bca008a9715fa81c54f29b07869f Mon Sep 17 00:00:00 2001 From: David <54660361+NonSwag@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:59:44 +0100 Subject: [PATCH] Correct value to disable player-shffle --- 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 b00f11857..4838af945 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.