-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
35 lines (30 loc) · 1.25 KB
/
libs.versions.toml
File metadata and controls
35 lines (30 loc) · 1.25 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
[versions]
# Minecraft
paper = "1.21.7-R0.1-SNAPSHOT"
#adventure
adventure = "4.23.0"
# Other
configurate = "4.1.2"
cmds = "2.0.0-SNAPSHOT"
papi = "2.11.6"
towny = "0.98.1.3"
discordsrv = "1.25.1"
supervanish = "6.2.17"
bstats = "3.0.0"
essentials = "2.19.4"
griefprevention = "16.18.1"
[libraries]
# Minecraft
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
# Adventure
adventure-configurate = { module = "net.kyori:adventure-serializer-configurate4", version.ref = "adventure" }
# 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" }
griefprevention = { module = "com.github.TechFortress:GriefPrevention", version.ref = "griefprevention"}