mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-14 10:35:15 +01:00
47 lines
1.5 KiB
TOML
47 lines
1.5 KiB
TOML
[versions]
|
|
|
|
# Minecraft
|
|
paper = "1.19.3-R0.1-SNAPSHOT"
|
|
|
|
# Adventure
|
|
adventure = "4.12.0"
|
|
|
|
# RubyCore
|
|
ruby = "0.0.1.2"
|
|
|
|
[libraries]
|
|
|
|
# Minecraft
|
|
papermc = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
|
|
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" }
|
|
|
|
# RubyCore
|
|
ruby_api = { module = "net.dehya.ruby:ruby-core", version.ref = "ruby" }
|
|
ruby_paper = { module = "net.dehya.ruby:ruby-paper", version.ref = "ruby" }
|
|
|
|
# Configurations
|
|
|
|
yaml = { module = "me.carleslc.Simple-YAML:Simple-Yaml", version = "1.8.3" }
|
|
|
|
# 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" } |