From 631403ae4e79373790ff4a91765fe8a2e8f052fd Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Sun, 29 Sep 2019 22:57:15 +0100 Subject: [PATCH] Add notice for stable Some people disable auto-updates on dev builds because they can have issues. Let's instead advertise the stable branch --- src/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.yml b/src/config.yml index 2dec0165d..f6d98e1b1 100644 --- a/src/config.yml +++ b/src/config.yml @@ -1,4 +1,8 @@ options: + # Instead of disabling Auto Updates consider using the "stable" version of Slimefun. + # These builds are much more tested and are far less likely to have any issues. + # Note: When running a stable build auto-updates ONLY update to other stable builds! Perfect eh? + # You can download the latest stable build here: https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/ auto-update: true armor-update-interval: 10 give-guide-on-first-join: true