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) {