-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
34 lines (27 loc) · 1.57 KB
/
libs.versions.toml
File metadata and controls
34 lines (27 loc) · 1.57 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
# This file was generated by the Gradle 'init' task.
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
[versions]
spigot-api="1.20.6-R0.1-SNAPSHOT"
packetevents = "2.11.2"
interactivechat = "4.3.5.0"
bytebuddy = "1.18.4"
adventure = "4.26.1"
adventure-platform = "4.4.1"
lombok="1.18.42"
shadow="9.3.1"
properties = "2.5.5"
[libraries]
packetevents = { module = "com.github.retrooper:packetevents-spigot", version.ref = "packetevents" }
interactivechat = { module = "com.loohp:InteractiveChat", version.ref = "interactivechat" }
bytebuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "bytebuddy" }
adventure-platform-bukkit = { module = "net.kyori:adventure-platform-bukkit", version.ref = "adventure-platform" }
adventure-text-minimessage = { module = "net.kyori:adventure-text-minimessage", version.ref = "adventure" }
adventure-text-serializer-legacy = { module = "net.kyori:adventure-text-serializer-legacy", version.ref = "adventure" }
adventure-text-serializer-plain = { module = "net.kyori:adventure-text-serializer-plain", version.ref = "adventure" }
lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }
spigot = { module = "org.spigotmc:spigot", version.ref = "spigot-api" }
[bundles]
adventure = [ "adventure-platform-bukkit", "adventure-text-minimessage", "adventure-text-serializer-legacy", "adventure-text-serializer-plain" ]
[plugins]
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
properties = { id = "com.gorylenko.gradle-git-properties", version.ref = "properties" }