-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
75 lines (60 loc) · 3.01 KB
/
Copy pathlibs.versions.toml
File metadata and controls
75 lines (60 loc) · 3.01 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
metadata.format.version = "1.1"
[versions]
adventure = "4.24.0"
adventurePlatform = "4.4.1"
artifactregistry = "2.2.1"
bukkit = "1.8.8-R0.1-SNAPSHOT"
bungee = "1.21-R0.4"
configurate = "4.2.0+lunar.5"
geantyref = "1.3.11"
idea = "1.1.7"
jetbrains = "24.0.1"
lombok = "1.18.38"
protobuf = "0.2.0"
gson = "2.10.1"
shadow = "9.4.1"
spotless = "8.4.0"
velocity = "3.3.0-SNAPSHOT"
folia = "1.20.1-R0.1-SNAPSHOT"
paper = "26.1.1.build.+"
asm = "9.7.1"
minestom = "2025.08.18-1.21.8"
[libraries]
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains" }
lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }
# adventure
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
adventure-platform-bukkit = { module = "net.kyori:adventure-platform-bukkit", version.ref = "adventurePlatform" }
adventure-platform-bungee = { module = "net.kyori:adventure-platform-bungeecord", version.ref = "adventurePlatform" }
adventure-textserializergson = { module = "net.kyori:adventure-text-serializer-gson", version.ref = "adventure" }
adventure-textserializergson-legacy = { module = "net.kyori:adventure-text-serializer-gson-legacy-impl", version.ref = "adventure" }
adventure-textserializer-legacy = { module = "net.kyori:adventure-text-serializer-legacy", version.ref = "adventure" }
# api
geantyref = { module = "io.leangen.geantyref:geantyref", version.ref = "geantyref" }
# common
protobuf = { module = "com.lunarclient:apollo-protos", version.ref = "protobuf" }
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
configurate-core = { module = "org.spongepowered:configurate-core", version.ref = "configurate" }
configurate-yaml = { module = "org.spongepowered:configurate-yaml", version.ref = "configurate" }
# bukkit
bukkit-api = { module = "org.spigotmc:spigot-api", version.ref = "bukkit" }
bukkit = { module = "org.spigotmc:spigot", version.ref = "bukkit" }
# folia
folia = { module = "dev.folia:folia-api", version.ref = "folia" }
# paper
paper-api = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
# bungee
bungee = { module = "net.md-5:bungeecord-api", version.ref = "bungee" }
# velocity
velocity = { module = "com.velocitypowered:velocity-api", version.ref = "velocity" }
# minestom
minestom = { module = "net.minestom:minestom", version.ref = "minestom" }
# build
artifactregistry = { module = "gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin", version.ref = "artifactregistry" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
shadow = { module = "com.gradleup.shadow:shadow-gradle-plugin", version.ref = "shadow" }
idea = { module = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext", version.ref = "idea" }
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
stylecheck = "ca.stellardrift:stylecheck:0.1"
[bundles]
adventure = ["adventure-api", "adventure-textserializergson", "adventure-textserializergson-legacy", "adventure-textserializer-legacy"]