24 lines
No EOL
1.1 KiB
TOML
24 lines
No EOL
1.1 KiB
TOML
[versions]
|
|
shadow = "9.2.0"
|
|
run-paper = "2.3.1"
|
|
papermc = "1.21.11-rc3-R0.1-SNAPSHOT"
|
|
velocity = "3.5.0-SNAPSHOT"
|
|
adventure = "5.2.0"
|
|
scrow-commandapi = "0.33-SNAPSHOT"
|
|
|
|
[plugins]
|
|
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
|
|
runpaper = { id = "xyz.jpenilla.run-paper", version.ref = "run-paper" }
|
|
scrow-basedependencies = { id = "scrow.base-dependencies" }
|
|
scrow-javalibrary = { id = "scrow.java-library" }
|
|
|
|
[libraries]
|
|
# https://docs.papermc.io/paper/dev/project-setup/
|
|
papermc-api = { module = "io.papermc.paper:paper-api", version.ref = "papermc" }
|
|
# https://docs.papermc.io/velocity/dev/creating-your-first-plugin/
|
|
velocity-api = { module = "com.velocitypowered:velocity-api", version.ref = "velocity" }
|
|
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" }
|
|
adventure-minimessage = { module = "net.kyori:adventure-text-minimessage", version.ref = "adventure" }
|
|
|
|
# http://forge.kentoj.de/scrow/-/packages/maven/de.kentoj.scrow:kencommandapi-core
|
|
scrow-commandapi-core = { module = "de.kentoj.scrow:kencommandapi-core", version.ref = "scrow-commandapi" } |