mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-12 10:24:29 +01:00
66 lines
2.1 KiB
TOML
66 lines
2.1 KiB
TOML
[versions]
|
|
# Minecraft
|
|
paper = "1.20.6-R0.1-SNAPSHOT"
|
|
minecraft = "1.20.6"
|
|
|
|
# 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"
|
|
vital = "1.5.9"
|
|
|
|
# Paper
|
|
paperweight = "1.7.1"
|
|
runPaper = "2.3.0"
|
|
hangar = "0.1.2"
|
|
|
|
# Other
|
|
shadowJar = "8.1.7"
|
|
|
|
# Modrinth
|
|
minotaur = "2.+"
|
|
|
|
[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" }
|
|
|
|
headdatabaseapi = { module = "com.arcaniax:HeadDatabase-API", version.ref = "headdatabaseapi" }
|
|
placeholderapi = { module = "me.clip:placeholderapi", version.ref = "placeholderapi" }
|
|
|
|
vault = { module = "com.github.MilkBowl:VaultAPI", version.ref = "vault" }
|
|
|
|
itemsadder = { module = "com.github.LoneDev6:api-itemsadder", version.ref = "itemsadder" }
|
|
oraxen = { module = "io.th0rgal:oraxen", version.ref = "oraxen" }
|
|
|
|
# Libraries
|
|
triumph-cmds = { module = "dev.triumphteam:triumph-cmd-bukkit", version.ref = "triumph-cmd" }
|
|
triumph-gui = { module = "dev.triumphteam:triumph-gui", version.ref = "tirumph-gui" }
|
|
|
|
jetbrains = { module = "org.jetbrains:annotations", version.ref = "jetbrains" }
|
|
|
|
vital-paper = { module = "com.ryderbelserion.vital:paper", version.ref = "vital" }
|
|
vital-core = { module = "com.ryderbelserion.vital:core", version.ref = "vital" }
|
|
|
|
[bundles]
|
|
holograms = ["fancy-holograms", "decent-holograms"]
|
|
triumph = ["triumph-cmds", "triumph-gui"] |