paper plugin that introduces the "Soulbound" enchantment
1[versions]
2indra = "3.1.3"
3stylecheck = "0.2.1"
4shadow = "8.3.0"
5
6paper = "1.21.10-R0.1-SNAPSHOT"
7configurate = "4.2.0-SNAPSHOT"
8
9[libraries]
10# build logic
11indra-common = { group = "net.kyori", name = "indra-common", version.ref = "indra" }
12indra-licenseHeader = { group = "net.kyori", name = "indra-licenser-spotless", version.ref = "indra" }
13indra-git = { group = "net.kyori", name = "indra-git", version.ref = "indra" }
14shadow = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version.ref = "shadow" }
15
16# development tools (code quality, annotations)
17stylecheck = { group = "ca.stellardrift", name = "stylecheck", version.ref = "stylecheck" }
18
19# libraries
20paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
21configurate-hocon = { group = "org.spongepowered", name = "configurate-hocon", version.ref = "configurate" }