attribute gui
All checks were successful
Build / build (push) Successful in 2m47s

This commit is contained in:
unurled 2024-03-12 15:06:20 +01:00
parent a75ddc2ac3
commit 3bbd427d7c
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F
4 changed files with 166 additions and 1 deletions

View file

@ -10,12 +10,15 @@ description = "The main SR plugin."
repositories {
mavenCentral()
maven("https://repo.xenondevs.xyz/releases")
}
dependencies {
paperweight.paperDevBundle("1.20.4-R0.1-SNAPSHOT")
implementation("redis.clients:jedis:5.1.2")
implementation("xyz.xenondevs.invui:invui:1.26")
}
java {