mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-07-01 13:16:42 +00:00
Fix plugin-yml plugin errors & switch to night-config
# Changes: - Migrate from com.google.gson:gson and com.tomlj:tomlj over to com.electronwill.night-config:core, toml, and json - Add the appropriate bukkit tags required by the minecrell/plugin-yml gradle plugin to Veritas and Tyr.
This commit is contained in:
@ -9,6 +9,12 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
bukkit {
|
||||
main = "fns.veritas.Veritas"
|
||||
description = "Discord Module for Freedom Network Suite"
|
||||
depend = ["Patchwork", "Datura"]
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly project(":Patchwork")
|
||||
compileOnly project(":Datura")
|
||||
|
Reference in New Issue
Block a user