forked from HelpChat/ChatChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibs.versions.toml
36 lines (31 loc) · 1.37 KB
/
libs.versions.toml
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
[versions]
# Minecraft
spigot = "1.19.3-R0.1-SNAPSHOT"
# Adventure
minimessage = "4.11.0"
adventure-platform = "4.2.0"
# Other
configurate = "4.1.2"
cmds = "2.0.0-SNAPSHOT"
papi = "2.11.1"
towny = "0.98.1.3"
discordsrv = "1.25.1"
supervanish = "6.2.6-4"
bstats = "3.0.0"
essentials = "2.19.4"
[libraries]
# Minecraft
spigot = { module = "org.spigotmc:spigot-api", version.ref = "spigot" }
# Adventure
adventure-bukkit = { module = "net.kyori:adventure-platform-bukkit", version.ref = "adventure-platform" }
adventure-configurate = { module = "net.kyori:adventure-serializer-configurate4", version.ref = "adventure-platform" }
adventure-minimessage = { module = "net.kyori:adventure-text-minimessage", version.ref = "minimessage" }
# Other
configurate = { module = "org.spongepowered:configurate-yaml", version.ref = "configurate" }
triumph-cmds = { module = "dev.triumphteam:triumph-cmd-bukkit", version.ref = "cmds" }
papi = { module = "me.clip:placeholderapi", version.ref = "papi" }
towny = { module = "com.palmergames.bukkit.towny:towny", version.ref = "towny" }
discordsrv = { module = "com.discordsrv:discordsrv", version.ref = "discordsrv" }
supervanish = { module = "com.github.LeonMangler:SuperVanish", version.ref = "supervanish" }
bstats = { module = "org.bstats:bstats-bukkit", version.ref = "bstats" }
essentials = { module = "net.essentialsx:EssentialsX", version.ref="essentials" }