From baa0c064da8bc6333e5a2e243ee3f8ff5b24e316 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:36:35 +0100 Subject: [PATCH] update plugin.yml and add kotlin-stdlib as library --- build.gradle.kts | 4 ++-- src/main/resources/plugin.yml | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9dfb830..55f9c4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "io.delilaheve" -version = "1.0.3" +version = "1.1.0" repositories { mavenCentral() @@ -13,7 +13,7 @@ repositories { dependencies { - implementation(kotlin("stdlib")) + compileOnly(kotlin("stdlib")) compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT") diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b1be71d..3268e72 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,10 +1,13 @@ main: io.delilaheve.UnsafeEnchants -name: UnsafeEnchants -version: 1.0.3 -description: Allow all enchants to be combined +name: UnsafeEnchantsPlus +prefix: UnsafeEnchants+ +version: 1.1.0 +description: Allow custom illegal enchantment api-version: 1.18 load: POSTWORLD author: DelilahEve +libraries: + - org.jetbrains.kotlin:kotlin-stdlib:1.6.21 permissions: ue.unsafe: default: true