[ci-skip] config: Add comment for update_rate

This commit is contained in:
William278 2023-03-08 12:56:29 +00:00
parent 10ec3831d4
commit c062fe2d14

View File

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