mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
62 lines
3.2 KiB
TOML
62 lines
3.2 KiB
TOML
[versions]
|
|
paper = "1.21.11-R0.1-SNAPSHOT"
|
|
junit = "5.8.2"
|
|
nuotifier = "2.7.2"
|
|
velocity = "3.4.0-SNAPSHOT"
|
|
configurate = "4.2.0"
|
|
|
|
[plugins]
|
|
paper-userdev = { id = "io.papermc.paperweight.userdev", version = "2.0.0-beta.17" }
|
|
shadow = { id = "com.gradleup.shadow", version = "8.3.8" }
|
|
runpaper = { id = "xyz.jpenilla.run-paper", version = "2.3.1" }
|
|
|
|
[libraries]
|
|
paper-api = { group = "io.papermc.paper", name = "paper-api", version.ref = "paper" }
|
|
velocity-api = { group = "com.velocitypowered", name = "velocity-api", version.ref = "velocity"}
|
|
|
|
aikar-acf = { group = "co.aikar", name = "acf-paper", version = "0.5.1-SNAPSHOT" }
|
|
aikar-taskchain = { group = "co.aikar", name = "taskchain-bukkit", version = "3.7.2" }
|
|
|
|
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.12.0" }
|
|
commons-collections4 = { group = "org.apache.commons", name = "commons-collections4", version = "4.4" }
|
|
commons-math3 = { group = "org.apache.commons", name = "commons-math3", version = "3.6.1" }
|
|
|
|
cron-utils = { group = "com.cronutils", name = "cron-utils", version = "9.2.1" }
|
|
|
|
configurate-yaml = { group = "org.spongepowered", name = "configurate-yaml", version.ref = "configurate" }
|
|
gson = { group = "com.google.code.gson", name = "gson", version = "2.13.2" }
|
|
|
|
rabbitmq-client = { group = "com.rabbitmq", name = "amqp-client", version = "5.26.0" }
|
|
|
|
nuvotifier-api = { group = "com.github.NuVotifier.NuVotifier", name = "nuvotifier-api", version.ref = "nuotifier" }
|
|
nuvotifier-bukkit = { group = "com.github.NuVotifier.NuVotifier", name = "nuvotifier-bukkit", version.ref = "nuotifier" }
|
|
|
|
vault-api = { group = "com.github.MilkBowl", name = "VaultAPI", version = "1.7" }
|
|
luckperms-api = { group = "net.luckperms", name = "api", version = "5.4" }
|
|
|
|
aswm-api = { group = "com.infernalsuite.asp", name = "api", version = "4.0.0-SNAPSHOT"}
|
|
|
|
worldedit = { group = "com.sk89q.worldedit", name = "worldedit-bukkit", version = "7.2.8" }
|
|
hikaricp = { group = "com.zaxxer", name = "HikariCP", version = "5.0.1" }
|
|
fastutil = { group = "it.unimi.dsi", name = "fastutil", version = "8.5.8" }
|
|
protocollib = { group = "net.dmulloy2", name = "ProtocolLib", version = "5.4.0" }
|
|
barapi = { group = "me.confuser", name = "BarAPI", version = "3.5" }
|
|
ipaddress = { group = "com.github.seancfoley", name = "ipaddress", version = "2.0.2" }
|
|
jsoup = { group = "org.jsoup", name = "jsoup", version = "1.18.3" }
|
|
|
|
junit-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit" }
|
|
junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" }
|
|
|
|
slf4j-api = { group = "org.slf4j", name = "slf4j-api", version = "2.0.17" }
|
|
|
|
mythic-dist = { group = "io.lumine", name = "Mythic-Dist", version = "5.6.1" }
|
|
packetevents-spigot = { group = "com.github.retrooper", name = "packetevents-spigot", version = "2.11.2" }
|
|
placeholderapi = { group = "me.clip", name = "placeholderapi", version = "2.11.6" }
|
|
rtree2 = { group = "com.github.davidmoten", name = "rtree2", version = "0.9.3" }
|
|
ajQueue-api = { group = "us.ajg0702.queue.api", name = "api", version = "2.8.0" }
|
|
mariadb-client = { group = "org.mariadb.jdbc", name = "mariadb-java-client", version = "3.5.6" }
|
|
|
|
[bundles]
|
|
junit = ["junit-api", "junit-engine"]
|
|
nuvotifier = ["nuvotifier-api", "nuvotifier-bukkit"]
|