CrazyAuctions/gradle/libs.versions.toml

42 lines
1.5 KiB
TOML
Raw Normal View History

[versions]
# Minecraft
paper = "1.19.3-R0.1-SNAPSHOT"
# Adventure
adventure = "4.12.0"
2023-02-28 07:25:51 +01:00
# CrazyCore
crazycore = "1.1.0.0"
[libraries]
# Minecraft
2023-02-28 07:25:51 +01:00
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
2023-02-19 03:31:44 +01:00
spigot = { module = "org.spigotmc:spigot-api", version.ref = "paper" }
# Adventure
adventure_api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
adventure_text = { module = "net.kyori:adventure-text-minimessage", version.ref = "adventure" }
2023-02-28 07:25:51 +01:00
# CrazyCore
crazycore-paper = { module = "us.crazycrew.crazycore:crazycore-paper", version.ref = "crazycore" }
crazycore = { module = "us.crazycrew.crazycore:crazycore-core", version.ref = "crazycore" }
# Triumph Team
triumph_cmds = { module = "dev.triumphteam:triumph-cmd-bukkit", version = "2.0.0-SNAPSHOT" }
triumph_gui = { module = "dev.triumphteam:triumph-gui", version = "3.1.2" }
# Misc
bstats_bukkit = { module = "org.bstats:bstats-bukkit", version = "3.0.0" }
vault_api = { module = "com.github.MilkBowl:VaultAPI", version = "1.7" }
# Holograms
holographic_displays = { module = "me.filoghost.holographicdisplays:holographicdisplays-api", version = "3.0.0" }
decent_holograms = { module = "com.github.decentsoftware-eu:decentholograms", version = "2.7.8" }
cmi_api = { module = "com.Zrips.CMI:CMI-API", version = "9.2.6.1" }
cmi_lib = { module = "net.Zrips.CMILib:CMI-Lib", version = "1.2.4.1" }
# Placeholders
placeholder_api = { module = "me.clip:placeholderapi", version = "2.11.2" }