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"
13
13
plugin-spotless = " 7.0.4"
14
14
plugin-bukkit = " 0.7.1"
15
15
minestom = " b39badc77b"
16
+ folialib = " 0.5.1"
16
17
17
18
[libraries .spigot ]
18
19
module = " org.spigotmc:spigot-api"
@@ -52,6 +53,10 @@ version.ref = "adventure-api"
52
53
module = " net.minestom:minestom-snapshots"
53
54
version.ref = " minestom"
54
55
56
+ [libraries .folialib ]
57
+ module = " com.tcoded:FoliaLib"
58
+ version.ref = " folialib"
59
+
55
60
[plugins ]
56
61
shadowjar = { id = " com.gradleup.shadow" , version.ref = " plugin-shadowjar" }
57
62
spotless = { id = " com.diffplug.spotless" , version.ref = " plugin-spotless" }
Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ inventoryFramework {
7
7
publish = true
8
8
}
9
9
10
+ repositories {
11
+ maven(" https://repo.tcoded.com/releases" )
12
+ }
13
+
10
14
dependencies {
11
15
compileOnly(libs.paperSpigot)
12
16
implementation(projects.inventoryFrameworkPlatformBukkit)
17
+ implementation(libs.folialib)
13
18
}
14
19
15
20
java {
You can’t perform that action at this time.
0 commit comments