From ba5f37cd32e3ed7738ec9d5a5092ba05b89ed9b8 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Tue, 8 May 2018 15:21:13 +1000 Subject: [PATCH] tweak update option comment --- core/src/main/java/com/boydti/fawe/config/Settings.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/com/boydti/fawe/config/Settings.java b/core/src/main/java/com/boydti/fawe/config/Settings.java index c7a21f31..fea11c7f 100644 --- a/core/src/main/java/com/boydti/fawe/config/Settings.java +++ b/core/src/main/java/com/boydti/fawe/config/Settings.java @@ -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;