Port to ClassGraph (#30)

* Port to ClassGraph

* Migrate to Minecrell plugin-yml

This allows us to load libraries at runtime instead of using shading & creating massive JAR files.

* Fix constructor modifiers of cake command

* Fix improper usage of CommandMap
This commit is contained in:
allinkdev
2023-08-21 23:39:50 +01:00
committed by GitHub
parent bec93a9142
commit 18951fa120
13 changed files with 99 additions and 65 deletions

View File

@ -16,6 +16,12 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter'
}
bukkit {
main = "fns.datura.Datura"
description = "Data Manager for the Freedom Network Suite"
depend = ["Patchwork"]
}
var weight = 2
test {

View File

@ -1,8 +0,0 @@
name: Datura
main: fns.datura.Datura
api-version: 1.20
version: 1.0.0
author: TotalFreedom
description: Data Manager for the Freedom Network Suite
depend:
- Patchwork