From d1ad6b006f0332b0ff371d53911d7c4b1374f092 Mon Sep 17 00:00:00 2001 From: Zaviar Date: Fri, 4 Oct 2024 18:34:10 +1300 Subject: [PATCH] Update config phrasing --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 486701e..9538c05 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,5 +1,5 @@ # zDiscord - By zaviar.dev for Minecraft Java 1.21.1 -# An easily configurable /discord command for your Minecraft server +# A simple /discord command for your Minecraft server message: # If the message should be presented to players when joining the server @@ -11,7 +11,7 @@ message: - "https://discord.gg/default" # Set the message that is shown when hovering over the text - textHover: "&fClick to go to our discord" + textHover: "Click to go to our discord" # What link players will be prompted with when they click it textClick: "https://discord.gg/default"