Commit Graph

20 Commits

Author SHA1 Message Date
Oliver
acb9b6f717 Rebranding (#36)
* Update branding in docs

* Update branding in README.md

* Update branding in plugin READMEs

* Update branding in plugins

* Update branding in libraries

* Update branding in the remaining places

* Add CONTRIBUTING.md and LICENSE files

* More branding in docs
2025-04-24 14:12:32 +02:00
dependabot[bot]
2f331cd49f chore(deps): bump com.google.code.gson:gson from 2.12.1 to 2.13.0 (#30)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.12.1...gson-parent-2.13.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-17 16:37:49 +02:00
Oliver
496eb454ac quick-e2e: update plugin file copying logic and add directory creation 2025-03-30 15:33:44 +02:00
Oliver
05e60499b9 quick-e2e: fix compile error 2025-03-16 21:36:48 +01:00
Oliver
bfb484026a quick-e2e: use java 21 2025-03-16 21:01:27 +01:00
Oliver
09f2153e29 quick-e2e: Update README.md 2025-03-16 19:53:06 +01:00
Oliver
c966870c5b quick-e2e: Add HTTP requests for fetching project version list and info from Modrinth API 2025-03-16 19:51:22 +01:00
Oliver
18f343de22 quick-e2e: Add shutdown hook and process management to Main class 2025-03-16 19:51:08 +01:00
Oliver
06e18e7572 quick-e2e: Refactor Main and StartServerService to improve task execution and process handling 2025-03-16 19:25:38 +01:00
Oliver
2bda8bb7db quick-e2e: Add CopyFileService to handle file copying and update Main class to utilize it 2025-03-16 19:23:07 +01:00
Oliver
d925b211fb quick-e2e: Add GradleService to run Gradle tasks and update Main class to utilize it 2025-03-16 19:09:46 +01:00
Oliver
7827f251f6 quick-e2e: Update README.md to include TODOs for future enhancements 2025-03-16 18:48:33 +01:00
Oliver
72b6031ebc quick-e2e: Add OPsService to manage player OPs and integrate Mojang API for UUID retrieval 2025-03-16 18:48:25 +01:00
Oliver
97c75fa634 quick-e2e: Add StartServerService to initiate server process and update Main class 2025-03-16 18:31:45 +01:00
Oliver
f57aae8d8b quick-e2e: Refactor package structure to organize services under 'steps' directory 2025-03-16 18:20:29 +01:00
Oliver
4afc1bcf80 quick-e2e: Refactor PaperDownloadService to use Context for server file downloads 2025-03-16 18:19:45 +01:00
Oliver
780d418c2a quick-e2e: Add Context and StartScriptService to manage server environment and script generation 2025-03-16 18:15:21 +01:00
Oliver
8c3e123719 quick-e2e: Add EulaService to handle EULA acceptance and update Main class logic 2025-03-16 17:53:43 +01:00
Oliver
4c4e617bf5 quick-e2e: Implement PaperDownloadService and configuration management for server file downloads 2025-03-16 17:50:00 +01:00
Oliver
b2fc904441 Add quick-e2e tool for E2E environment setup 2025-03-16 17:17:23 +01:00