From af3e64063f002084e8df0e7c8e5621ae2bd85e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl=20=28xHyroM=29?= Date: Fri, 29 Sep 2023 14:17:10 +0200 Subject: [PATCH] build: make currency-money description different --- currency-money/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/currency-money/build.gradle.kts b/currency-money/build.gradle.kts index e63ef0b..7c721b7 100644 --- a/currency-money/build.gradle.kts +++ b/currency-money/build.gradle.kts @@ -2,6 +2,8 @@ plugins { id("lighteco.addon-logic") } +description = "Addon that adds main currency to LightEco that uses Vault to hook into other economy plugins." + repositories { maven("https://repo.papermc.io/repository/maven-public/") maven("https://jitpack.io")