mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
update plugin.yml and add kotlin-stdlib as library
This commit is contained in:
parent
655a0c36ac
commit
baa0c064da
2 changed files with 8 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "io.delilaheve"
|
group = "io.delilaheve"
|
||||||
version = "1.0.3"
|
version = "1.1.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
@ -13,7 +13,7 @@ repositories {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation(kotlin("stdlib"))
|
compileOnly(kotlin("stdlib"))
|
||||||
|
|
||||||
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
|
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
main: io.delilaheve.UnsafeEnchants
|
main: io.delilaheve.UnsafeEnchants
|
||||||
name: UnsafeEnchants
|
name: UnsafeEnchantsPlus
|
||||||
version: 1.0.3
|
prefix: UnsafeEnchants+
|
||||||
description: Allow all enchants to be combined
|
version: 1.1.0
|
||||||
|
description: Allow custom illegal enchantment
|
||||||
api-version: 1.18
|
api-version: 1.18
|
||||||
load: POSTWORLD
|
load: POSTWORLD
|
||||||
author: DelilahEve
|
author: DelilahEve
|
||||||
|
libraries:
|
||||||
|
- org.jetbrains.kotlin:kotlin-stdlib:1.6.21
|
||||||
permissions:
|
permissions:
|
||||||
ue.unsafe:
|
ue.unsafe:
|
||||||
default: true
|
default: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue