forked from Incendo/Hyperverse
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
59 lines (51 loc) · 2.77 KB
/
Copy pathlibs.versions.toml
File metadata and controls
59 lines (51 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[versions]
cloud-build-logic = "0.0.3"
ktlint = "0.50.0"
checkstyle = "10.12.5"
kotlin = "1.9.20"
shadow = "9.0.0-beta8"
paperweight = "2.0.0-beta.17"
run-paper = "2.3.1"
pluginyml = "0.6.0"
# Platforms
minecraft = "1.20.6-R0.1-SNAPSHOT"
# Libraries
cloud = "1.8.4"
guice = "5.1.0"
paperlib = "1.0.8"
taskchain = "3.7.2"
bstats = "3.0.2"
configurate = "4.1.2"
# Minecraft Plugins
multiverse = "4.3.1"
myworlds = "1.20.4-v3"
essentialsx = "2.20.1"
placeholderapi = "2.11.5"
[libraries]
cloud-build-logic = { module = "org.incendo:cloud-build-logic", version.ref = "cloud-build-logic" }
gradleKotlinJvm = { group = "org.jetbrains.kotlin.jvm", name = "org.jetbrains.kotlin.jvm.gradle.plugin", version.ref = "kotlin" }
# Platform
paper = { group = "io.papermc.paper", name = "paper-api", version.ref = "minecraft" }
# Libraries
cloudPaper = { group = "cloud.commandframework", name = "cloud-paper", version.ref = "cloud" }
cloudMinecraftExtras = { group = "cloud.commandframework", name = "cloud-minecraft-extras", version.ref = "cloud" }
cloudAnnotations = { group = "cloud.commandframework", name = "cloud-annotations", version.ref = "cloud" }
guice = { group = "com.google.inject", name = "guice", version.ref = "guice" }
assistedInject = { group = "com.google.inject.extensions", name = "guice-assistedinject", version.ref = "guice" }
paperlib = { group = "io.papermc", name = "paperlib", version.ref = "paperlib"}
taskchain = { group = "co.aikar", name = "taskchain-bukkit", version.ref = "taskchain" }
bstats = { group = "org.bstats", name = "bstats-bukkit", version.ref = "bstats" }
configurateHocon = { group = "org.spongepowered", name = "configurate-hocon", version.ref = "configurate"}
# Minecraft Plugins
multiverse = { group = "com.onarandombox.multiversecore", name = "Multiverse-Core", version.ref = "multiverse" }
myworlds = { group = "com.bergerkiller.bukkit", name = "MyWorlds", version.ref = "myworlds" }
essentialsx = { group = "net.essentialsx", name = "EssentialsX", version.ref = "essentialsx" }
placeholderapi = { group = "me.clip", name = "placeholderapi", version.ref = "placeholderapi" }
[plugins]
paperweight-userdev = { id = "io.papermc.paperweight.userdev", version.ref = "paperweight" }
cloud-buildLogic-spotless = { id = "org.incendo.cloud-build-logic.spotless", version.ref = "cloud-build-logic" }
cloud-buildLogic-rootProject-publishing = { id = "org.incendo.cloud-build-logic.publishing.root-project", version.ref = "cloud-build-logic" }
cloud-buildLogic-rootProject-spotless = { id = "org.incendo.cloud-build-logic.spotless.root-project", version.ref = "cloud-build-logic" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
run-paper = { id = "xyz.jpenilla.run-paper", version.ref = "run-paper" }
pluginyml = { id = "net.minecrell.plugin-yml.bukkit", version.ref = "pluginyml" }