File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
inventory-framework-platform-paper Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ plugin-shadowjar = "8.3.7"
1313plugin-spotless = " 7.0.4"
1414plugin-bukkit = " 0.7.1"
1515minestom = " b39badc77b"
16+ folialib = " 0.5.1"
1617
1718[libraries .spigot ]
1819module = " org.spigotmc:spigot-api"
@@ -52,6 +53,10 @@ version.ref = "adventure-api"
5253module = " net.minestom:minestom-snapshots"
5354version.ref = " minestom"
5455
56+ [libraries .folialib ]
57+ module = " com.tcoded:FoliaLib"
58+ version.ref = " folialib"
59+
5560[plugins ]
5661shadowjar = { id = " com.gradleup.shadow" , version.ref = " plugin-shadowjar" }
5762spotless = { id = " com.diffplug.spotless" , version.ref = " plugin-spotless" }
Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ inventoryFramework {
77 publish = true
88}
99
10+ repositories {
11+ maven(" https://repo.tcoded.com/releases" )
12+ }
13+
1014dependencies {
1115 compileOnly(libs.paperSpigot)
1216 implementation(projects.inventoryFrameworkPlatformBukkit)
17+ implementation(libs.folialib)
1318}
1419
1520java {
You can’t perform that action at this time.
0 commit comments