forked from Upstream/Velocitab
[ci-skip] config: Add comment for update_rate
This commit is contained in:
parent
10ec3831d4
commit
c062fe2d14
@ -43,6 +43,7 @@ public class Settings {
|
|||||||
@YamlKey("enable_papi_hook")
|
@YamlKey("enable_papi_hook")
|
||||||
private boolean enablePapiHook = true;
|
private boolean enablePapiHook = true;
|
||||||
@YamlKey("update_rate")
|
@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;
|
private int updateRate = 0;
|
||||||
|
|
||||||
public Settings(@NotNull Velocitab plugin) {
|
public Settings(@NotNull Velocitab plugin) {
|
||||||
|
Loading…
Reference in New Issue
Block a user