Skip to content
Open
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3d6b30e
Refactor: Rename project to "surf-maintenance" and replace template c…
TheBjoRedCraft Nov 6, 2025
e719c88
Refactor: Update .gitignore to streamline ignored files and directories
TheBjoRedCraft Nov 6, 2025
22e1aaa
Refactor: Update maintenance packet handling to use serverbound packe…
TheBjoRedCraft Nov 7, 2025
b320cf5
Refactor: Add VCS configuration for commit message inspection and dir…
TheBjoRedCraft Nov 7, 2025
e28252c
feat: Update maintenance MOTD to include server information and Disco…
TheBjoRedCraft Nov 7, 2025
82d8949
refactor: Replace MaintenanceBridge with direct plugin configuration …
TheBjoRedCraft Nov 7, 2025
1b79a84
refactor: Simplify maintenance mode checks in ProxyConnectionsListener
TheBjoRedCraft Nov 7, 2025
a3ff17e
feat: Implement maintenance mode kick command and update player handling
TheBjoRedCraft Nov 7, 2025
f9173dd
feat: Enhance maintenance mode functionality with server and group ma…
TheBjoRedCraft Nov 7, 2025
e309e76
feat: Add reload command for maintenance configuration and implement …
TheBjoRedCraft Nov 8, 2025
d08af61
feat: Add Gradle and Kotlin configuration files for project setup
TheBjoRedCraft Nov 8, 2025
3dfc276
feat: Introduce MaintenanceApplication class and update imports in bo…
TheBjoRedCraft Nov 9, 2025
b400e25
feat: Update maintenance MOTD to include bold formatting for maintena…
TheBjoRedCraft Nov 13, 2025
2a1a3a2
feat: Update Gradle configuration with specific gradleHome and gradle…
TheBjoRedCraft Nov 13, 2025
6fc359a
feat: Remove unnecessary modules from Gradle settings
TheBjoRedCraft Nov 13, 2025
ce4098d
Update README.md
TheBjoRedCraft Nov 13, 2025
214d399
feat: Refactor maintenance check to use currentServer directly
TheBjoRedCraft Nov 13, 2025
c1175e5
Merge remote-tracking branch 'origin/version/1.21.10' into version/1.…
TheBjoRedCraft Nov 13, 2025
285fbd4
fix: Remove duplicate inspection tool entry in vcs.xml
TheBjoRedCraft Nov 18, 2025
f3039b9
feat: remove cloud, only velocity
TheBjoRedCraft Dec 20, 2025
9da143d
feat: Add maintenance toggle checks to event listeners and update MOT…
TheBjoRedCraft Dec 20, 2025
0a1d908
fix: Simplify maintenance activation success message text
TheBjoRedCraft Dec 20, 2025
94f6706
refactor: Remove unused imports and redundant constructor parameters …
TheBjoRedCraft Dec 20, 2025
5b2c656
feat: Integrate Redis for maintenance status synchronization across i…
TheBjoRedCraft Dec 23, 2025
6578439
feat: Add GitHub Actions workflow for publishing to Maven & creating …
TheBjoRedCraft Dec 26, 2025
cc4e561
refactor: Update Gradle configuration and dependencies for maintenanc…
TheBjoRedCraft Jan 3, 2026
5ab238f
refactor: Update Kotlin plugin settings and simplify Redis API initia…
TheBjoRedCraft Jan 4, 2026
f51d81a
chore: Bump version to 1.21.10-1.0.1-SNAPSHOT
TheBjoRedCraft Jan 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .gitattributes

This file was deleted.

173 changes: 46 additions & 127 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,131 +1,50 @@
### Intellij template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.iml
*.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
.idea/workspace.xml
.idea/misc.xml
.idea/discord.xml
.idea/material_theme_project_new.xml
*.iws

# IntelliJ
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# SonarLint plugin
.idea/sonarlint/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Gradle template
.gradle
**/build/
!src/**/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties

# Cache of project
.gradletasknamecache

# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
### Eclipse ###
.apt_generated
.classpath

### Kotlin template
# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*


# Ignore Gradle build output directory
build
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store

### Other ###
run/
.kotlin/
19 changes: 19 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# surf-cloud-plugin-template
Template for surf-cloud applications
# surf-maintenance
Maintenance plugin for surf-cloud applications
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven("https://repo.slne.dev/repository/maven-public/") { name = "maven-public" }
}
dependencies {
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.7+")
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.10+")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.parallel=true
org.gradle.caching=true
kotlin.code.style=official
kotlin.stdlib.default.dependency=false
version=1.21.7-1.0.0
version=1.21.10-1.0.0-SNAPSHOT
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
14 changes: 2 additions & 12 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
rootProject.name = "surf-cloud-plugin-template"
rootProject.name = "surf-maintenance"

include("surf-cloud-plugin-template-api:surf-cloud-plugin-template-common-api")
include("surf-cloud-plugin-template-api:surf-cloud-plugin-template-client-api:surf-cloud-plugin-template-client-common-api")
include("surf-cloud-plugin-template-api:surf-cloud-plugin-template-client-api:surf-cloud-plugin-template-client-paper-api")
include("surf-cloud-plugin-template-api:surf-cloud-plugin-template-client-api:surf-cloud-plugin-template-client-velocity-api")
include("surf-cloud-plugin-template-api:surf-cloud-plugin-template-server-api")

include("surf-cloud-plugin-template-core:surf-cloud-plugin-template-core-common")
include("surf-cloud-plugin-template-core:surf-cloud-plugin-template-core-client")
include("surf-cloud-plugin-template-paper")
include("surf-cloud-plugin-template-velocity")
include("surf-cloud-plugin-template-server")
include("surf-maintenance-velocity")

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading