mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-02 21:20:47 +00:00
still same 0.13.0 core nothing changed yet but with formatting appiled
55 lines
2.3 KiB
TOML
55 lines
2.3 KiB
TOML
[versions]
|
|
protobuf-plugin = "0.9.5"
|
|
protobuf = "3.25.8" # needed for reference to be used for protoc
|
|
slf4j = "2.0.17"
|
|
|
|
guava = "33.5.0-jre"
|
|
jedis = "5.2.0"
|
|
okhttp = "4.12.0"
|
|
configurateV3 = "3.7.3"
|
|
caffeine = "3.2.3"
|
|
adventure = "4.26.1"
|
|
adventure-bungeecord-platform = "4.4.1"
|
|
acf = "e2005dd62d"
|
|
bungeecordApi = "1.21-R0.5-SNAPSHOT"
|
|
velocity = "3.5.0-SNAPSHOT"
|
|
|
|
[plugins]
|
|
blossom = "net.kyori.blossom:2.2.0"
|
|
indragit = "net.kyori.indra.git:4.0.0"
|
|
shadow = "com.gradleup.shadow:9.3.1"
|
|
spotless = "com.diffplug.spotless:8.2.0"
|
|
protobuf = { id = "com.google.protobuf", version.ref = "protobuf-plugin" }
|
|
run-velocity = { id = "xyz.jpenilla.run-velocity", version = "2.3.1" }
|
|
|
|
[libraries]
|
|
# protobuf
|
|
protobuf = { group = "com.google.protobuf", name = "protobuf-java", version.ref = "protobuf" }
|
|
protoc = { group = "com.google.protobuf", name = "protoc", version.ref = "protobuf" }
|
|
|
|
# valiobungee
|
|
redisson = "org.redisson:redisson:4.3.0"
|
|
caffeine = "com.github.ben-manes.caffeine:caffeine:3.2.3"
|
|
# logging
|
|
slf4j = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j" }
|
|
|
|
# testing
|
|
testing-juipter = "org.junit.jupiter:junit-jupiter:6.0.3"
|
|
testing-slf4j-simple = { group = "org.slf4j", name = "slf4j-simple", version.ref = "slf4j" }
|
|
|
|
# redisbungee speific
|
|
guava = { module = "com.google.guava:guava", version.ref = "guava" }
|
|
jedis = { module = "redis.clients:jedis", version.ref = "jedis" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
configurateV3 = { module = "org.spongepowered:configurate-yaml", version.ref = "configurateV3" }
|
|
|
|
# minecraft speific
|
|
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
|
|
adventure-miniMessage = { module = "net.kyori:adventure-text-minimessage", version.ref = "adventure" }
|
|
acf-core = { module = "com.github.ProxioDev.commands:acf-core", version.ref = "acf" }
|
|
acf-bungeecord = { module = "com.github.ProxioDev.commands:acf-bungee", version.ref = "acf" }
|
|
acf-velocity = { module = "com.github.ProxioDev.commands:acf-velocity", version.ref = "acf" }
|
|
platform-bungeecord = { module = "net.md-5:bungeecord-api", version.ref = "bungeecordApi" }
|
|
adventure-platforms-bungeecord = { module = "net.kyori:adventure-platform-bungeecord", version.ref = "adventure-bungeecord-platform" }
|
|
platform-velocity = { module = "com.velocitypowered:velocity-api", version.ref = "velocity" }
|