From a8f27c16482dcc7f00fc7d9e13658ea47e581130 Mon Sep 17 00:00:00 2001 From: Huynh Tien Date: Tue, 23 Jul 2024 13:51:26 +0700 Subject: [PATCH] Note when downloading addons --- content/basic/addon/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/basic/addon/_index.md b/content/basic/addon/_index.md index af5ee75..f69bb1c 100644 --- a/content/basic/addon/_index.md +++ b/content/basic/addon/_index.md @@ -8,3 +8,9 @@ weight = 3 3. Copy/Cut the downloaded jar file and paste it to the folder 4. Start/Restart the server 5. Done + +{{% notice style="warning" %}} +It's recommended to use [Addon Downloader]({{% ref "menu/addon" %}}) to install the addons. + +For those who choose to manually download the official addons, make sure to download the one with `-shaded` in its name. +{{% /notice %}}