CrazyAuctions/gradle/libs.versions.toml

66 lines
2.1 KiB
TOML
Raw Normal View History

2023-11-11 18:53:47 +01:00
[versions]
2024-06-16 20:38:19 +02:00
# Minecraft
2024-06-20 06:56:07 +02:00
paper = "1.21-R0.1-SNAPSHOT"
minecraft = "1.21"
2024-06-16 20:38:19 +02:00
# Plugins
itemsadder = "3.6.3-beta-14"
headdatabaseapi = "1.3.1"
placeholderapi = "2.11.6"
decentholograms = "2.8.8"
fancyholograms = "2.2.0"
worldguard = "7.0.10"
oraxen = "1.171.0"
nbtapi = "2.13.0"
vault = "1.7.1"
# Libraries
triumph-cmd = "2.0.0-ALPHA-10"
tirumph-gui = "3.1.7"
jetbrains = "24.1.0"
kyori = "4.17.0"
2024-07-23 04:53:03 +02:00
vital = "2.0.1"
2024-06-16 20:38:19 +02:00
# Paper
paperweight = "1.7.1"
2024-06-16 20:38:19 +02:00
runPaper = "2.3.0"
hangar = "0.1.2"
2024-06-16 20:38:19 +02:00
# Other
shadowJar = "8.1.7"
2023-11-11 18:53:47 +01:00
2024-06-16 20:38:19 +02:00
# Modrinth
minotaur = "2.+"
2024-03-05 18:08:54 +01:00
2024-06-16 20:38:19 +02:00
[plugins]
paperweight = { id = "io.papermc.paperweight.userdev", version.ref = "paperweight" }
hangar = { id = "io.papermc.hangar-publish-plugin", version.ref = "hangar" }
shadowJar = { id = "io.github.goooler.shadow", version.ref = "shadowJar" }
runPaper = { id = "xyz.jpenilla.run-paper", version.ref = "runPaper" }
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }
[libraries]
# Plugins
decent-holograms = { module = "com.github.decentsoftware-eu:decentholograms", version.ref = "decentholograms" }
fancy-holograms = { module = "de.oliver:FancyHolograms", version.ref = "fancyholograms" }
2023-11-27 07:17:59 +01:00
2024-06-16 20:38:19 +02:00
headdatabaseapi = { module = "com.arcaniax:HeadDatabase-API", version.ref = "headdatabaseapi" }
placeholderapi = { module = "me.clip:placeholderapi", version.ref = "placeholderapi" }
2023-11-11 18:53:47 +01:00
2024-06-16 20:38:19 +02:00
vault = { module = "com.github.MilkBowl:VaultAPI", version.ref = "vault" }
2023-11-11 18:53:47 +01:00
2024-06-16 20:38:19 +02:00
itemsadder = { module = "com.github.LoneDev6:api-itemsadder", version.ref = "itemsadder" }
oraxen = { module = "io.th0rgal:oraxen", version.ref = "oraxen" }
2024-06-16 20:38:19 +02:00
# Libraries
triumph-cmds = { module = "dev.triumphteam:triumph-cmd-bukkit", version.ref = "triumph-cmd" }
triumph-gui = { module = "dev.triumphteam:triumph-gui", version.ref = "tirumph-gui" }
2024-06-16 20:38:19 +02:00
jetbrains = { module = "org.jetbrains:annotations", version.ref = "jetbrains" }
2023-11-11 18:53:47 +01:00
2024-06-16 20:38:19 +02:00
vital-paper = { module = "com.ryderbelserion.vital:paper", version.ref = "vital" }
vital-core = { module = "com.ryderbelserion.vital:core", version.ref = "vital" }
2023-11-11 18:53:47 +01:00
[bundles]
holograms = ["fancy-holograms", "decent-holograms"]
triumph = ["triumph-cmds", "triumph-gui"]