7a4a0bd4bd
feat: Expand PlayersApi with new endpoints for better player management feat: Update ServerApi to include new instance-related endpoints feat: Add new endpoints to ServiceAccountsApi for improved service account management fix: Update TokensRotateEndpoint and TokensStoreEndpoint to include new validation rules feat: Introduce ControlPlaneHttpClient for handling HTTP requests to the control plane feat: Implement PathBuilder for dynamic URI resolution feat: Add PlayerEntitlement and PlayerSessionProfile models for player data handling feat: Create server-related models including HeartbeatPayload, PresenceState, and ReadinessState feat: Develop RegistrationPayload and ServerInstance models for server management feat: Add ServerProfile model to encapsulate server instance details refactor: Update network class to include builder method for ControlPlaneClient chore: Update manifest.json for plugin metadata and dependencies
65 lines
734 B
Plaintext
65 lines
734 B
Plaintext
# Gradle
|
|
.gradle/
|
|
build/
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
.kotlin/
|
|
|
|
# Server testing directory
|
|
run/
|
|
|
|
# IntelliJ IDEA
|
|
.idea/
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
out/
|
|
!**/src/main/**/out/
|
|
!**/src/test/**/out/
|
|
|
|
# Eclipse
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
bin/
|
|
!**/src/main/**/bin/
|
|
!**/src/test/**/bin/
|
|
|
|
# NetBeans
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
|
|
# VS Code
|
|
.vscode/*
|
|
!.vscode/java-formatter.xml
|
|
!.vscode/settings.json
|
|
|
|
# Mac OS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
|
|
# Template specific
|
|
libs/HytaleServer.jar
|
|
buildSrc/
|
|
.github/
|
|
src/main/java/net/kewwbec/network/generated/ |