CrazyAuctions/gradle/libs.versions.toml

85 lines
2.9 KiB
TOML
Raw Normal View History

2024-09-03 04:54:38 +02:00
[plugins]
paperweight = { id = "io.papermc.paperweight.userdev", version.ref = "paperweight" }
hangar = { id = "io.papermc.hangar-publish-plugin", version.ref = "hangar" }
runPaper = { id = "xyz.jpenilla.run-paper", version.ref = "runPaper" }
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
2023-11-11 18:53:47 +01:00
[versions]
2024-09-03 04:54:38 +02:00
# Paper API
paper = "1.21.1-R0.1-SNAPSHOT"
velocity = "3.3.0-SNAPSHOT"
2024-09-03 05:01:16 +02:00
minecraft = "1.21.1"
2024-10-08 21:18:58 +02:00
brigadier = "1.3.10"
2024-09-03 04:54:38 +02:00
# Gradle Plugins
2024-10-08 21:18:58 +02:00
paperweight = "1.7.3"
2024-09-03 04:54:38 +02:00
runPaper = "2.3.0"
2024-10-08 21:18:58 +02:00
minotaur = "2.8.7"
2024-09-03 05:06:12 +02:00
hangar = "0.1.2"
2024-10-08 21:18:58 +02:00
shadow = "8.3.0"
2024-06-16 20:38:19 +02:00
2024-09-03 05:06:12 +02:00
# Bukkit Plugins
2024-06-16 20:38:19 +02:00
itemsadder = "3.6.3-beta-14"
2024-10-08 21:18:58 +02:00
decentholograms = "2.8.8"
2024-06-16 20:38:19 +02:00
headdatabaseapi = "1.3.1"
placeholderapi = "2.11.6"
2024-10-08 21:18:58 +02:00
fancyholograms = "2.3.3"
2024-06-16 20:38:19 +02:00
oraxen = "1.171.0"
vault = "1.7.1"
2024-10-08 21:18:58 +02:00
# Common API
2024-06-16 20:38:19 +02:00
triumph-cmd = "2.0.0-ALPHA-10"
jetbrains = "24.1.0"
2024-09-03 04:54:38 +02:00
adventure = "4.17.0"
2024-10-08 21:18:58 +02:00
gson = "2.10.1"
jalu = "1.4.1"
# Vital API
2024-09-22 22:05:21 +02:00
vital-paper = "0.0.7"
2024-06-16 20:38:19 +02:00
[libraries]
2024-10-08 21:18:58 +02:00
# Velocity API
2024-09-03 04:54:38 +02:00
velocity = { module = "com.velocitypowered:velocity-api", version.ref = "velocity" }
2024-10-08 21:18:58 +02:00
# Mojang API
brigadier = { module = "com.mojang:brigadier", version.ref = "brigadier" }
# Paper API
2024-09-03 04:54:38 +02:00
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
2024-10-08 21:18:58 +02:00
# Kyori API
2024-09-03 04:54:38 +02:00
kyori-logger = { module = "net.kyori:adventure-text-logger-slf4j", version.ref = "adventure" }
kyori-text = { module = "net.kyori:adventure-text-minimessage", version.ref = "adventure" }
kyori-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
2024-10-08 21:18:58 +02:00
# Bukkit Plugins API
2024-06-16 20:38:19 +02:00
decent-holograms = { module = "com.github.decentsoftware-eu:decentholograms", version.ref = "decentholograms" }
headdatabaseapi = { module = "com.arcaniax:HeadDatabase-API", version.ref = "headdatabaseapi" }
2024-10-08 21:18:58 +02:00
itemsadder = { module = "com.github.LoneDev6:api-itemsadder", version.ref = "itemsadder" }
fancy-holograms = { module = "de.oliver:FancyHolograms", version.ref = "fancyholograms" }
2024-06-16 20:38:19 +02:00
placeholderapi = { module = "me.clip:placeholderapi", version.ref = "placeholderapi" }
vault = { module = "com.github.MilkBowl:VaultAPI", version.ref = "vault" }
oraxen = { module = "io.th0rgal:oraxen", version.ref = "oraxen" }
2024-10-08 21:18:58 +02:00
cmi-api = { module = "CMI-API:CMI-API", version = "9.7.4.1" }
cmi-lib = { module = "CMILib:CMILib", version = "1.5.1.4" }
2024-10-08 21:18:58 +02:00
# Vital API
2024-09-08 05:17:08 +02:00
vital-paper = { module = "com.ryderbelserion.vital:paper", version.ref = "vital-paper" }
2024-10-08 21:18:58 +02:00
# Common API
triumph-cmds = { module = "dev.triumphteam:triumph-cmd-bukkit", version.ref = "triumph-cmd" }
2024-09-03 04:54:38 +02:00
jetbrains = { module = "org.jetbrains:annotations", version.ref = "jetbrains" }
2024-10-08 21:18:58 +02:00
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
jalu = { module = "ch.jalu:configme", version.ref = "jalu" }
2023-11-11 18:53:47 +01:00
[bundles]
2024-10-08 21:18:58 +02:00
# Soft Depends
dependencies = ["decent-holograms", "fancy-holograms", "cmi-lib", "cmi-api"]
# Shared with the git submodules
shared = ["headdatabaseapi", "placeholderapi", "oraxen", "vault"]
# Adventure API
adventure = ["kyori-api", "kyori-text", "kyori-logger"]