From c062fe2d1434092054e551753fcce64012731a57 Mon Sep 17 00:00:00 2001 From: William278 Date: Wed, 8 Mar 2023 12:56:29 +0000 Subject: [PATCH] [ci-skip] config: Add comment for update_rate --- src/main/java/net/william278/velocitab/config/Settings.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/net/william278/velocitab/config/Settings.java b/src/main/java/net/william278/velocitab/config/Settings.java index 3b08b6c..286b9a3 100644 --- a/src/main/java/net/william278/velocitab/config/Settings.java +++ b/src/main/java/net/william278/velocitab/config/Settings.java @@ -43,6 +43,7 @@ public class Settings { @YamlKey("enable_papi_hook") private boolean enablePapiHook = true; @YamlKey("update_rate") + @YamlComment("How often to periodically update the TAB list, including header and footer, for all users.\nWill only update on player join/leave if set to 0.") private int updateRate = 0; public Settings(@NotNull Velocitab plugin) {