mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-01-15 12:51:31 +01:00
tweak update option comment
This commit is contained in:
parent
0d9e79f4ae
commit
ba5f37cd32
@ -27,7 +27,10 @@ public class Settings extends Config {
|
||||
"Create a PR to contribute a translation: https://github.com/boy0001/FastAsyncWorldedit/new/master/core/src/main/resources",})
|
||||
public String LANGUAGE = "";
|
||||
@Comment({"Enable or disable automatic updates",
|
||||
" - true = update automatically in the background"})
|
||||
" - true = update automatically in the background",
|
||||
" - confirm = prompt an admin to confirm each update",
|
||||
" - false = do not update the plugin"
|
||||
})
|
||||
public String UPDATE = "confirm";
|
||||
@Comment("Send anonymous usage statistics")
|
||||
public boolean METRICS = true;
|
||||
|
Loading…
Reference in New Issue
Block a user