Add a dedicated player page

This commit is contained in:
2026-05-18 00:52:24 -04:00
parent 823ee61a07
commit d74b07f00e
23 changed files with 1619 additions and 327 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ plugins {
}
group = "dev.plex"
version = "1.6"
version = "1.7"
description = "Module-HTTPD"
repositories {
@@ -27,7 +27,7 @@ dependencies {
implementation("org.projectlombok:lombok:1.18.46")
annotationProcessor("org.projectlombok:lombok:1.18.46")
compileOnly("io.papermc.paper:paper-api:26.1.2.build.+")
implementation("dev.plex:server:1.6")
implementation("dev.plex:server:1.7-SNAPSHOT")
implementation("org.json:json:20251224")
implementation("org.reflections:reflections:0.10.2")
plexLibrary("org.eclipse.jetty:jetty-server:12.1.9")