Commit Graph

44 Commits

Author SHA1 Message Date
Oliver
fb79b5eaed fancynpcs, fancyholograms, fancydialogs: Update FancyAnalytics 2025-11-27 14:45:47 +01:00
Oliver
c08a87a1c3 common: Add PluginMiddleware for logging 2025-09-01 21:55:13 +02:00
Oliver
001c903cbf Update logger to 0.0.7 everywhere 2025-08-30 15:05:36 +02:00
Oliver
c65f8c03bf Update FA sdk 2025-08-30 14:27:59 +02:00
Oliver
a5cf2af22e deployment-tool: Add platform-specific deployments and flag to send disc notification 2025-06-27 19:55:00 +02:00
dependabot[bot]
6c0ad6f917 chore(deps): bump com.google.code.gson:gson from 2.13.0 to 2.13.1 (#35)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.0 to 2.13.1.
- [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.13.0...gson-parent-2.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-24 14:17:43 +02:00
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
Oliver
5c409633f8 deployment: Fix string format order 2025-04-19 15:13:33 +02:00
Oliver
ca718a3dfd deployment: Fix commit hash 2025-04-19 15:09:43 +02:00
Oliver
55059bbd98 deployment: Update urls 2025-04-19 15:06:42 +02:00
Oliver
be83943fd9 deployment: Also show channel in discord notification 2025-04-19 14:50:54 +02:00
Oliver
ad4b45004d deployment: Add discord webhook notification 2025-04-19 14:49:27 +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
dependabot[bot]
79b686cf09 chore(deps): bump dev.masecla:Modrinth4J from 2.0.0 to 2.2.0 (#21)
Bumps [dev.masecla:Modrinth4J](https://github.com/masecla22/Modrinth4J) from 2.0.0 to 2.2.0.
- [Commits](https://github.com/masecla22/Modrinth4J/commits)

---
updated-dependencies:
- dependency-name: dev.masecla:Modrinth4J
  dependency-version: 2.2.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-01 19:55:18 +02:00
Oliver
496eb454ac quick-e2e: update plugin file copying logic and add directory creation 2025-03-30 15:33:44 +02:00
Oliver
b30d28f885 fancynpcs: add snapshot changelog and implement GitService for commit details 2025-03-29 22:30:07 +01:00
Oliver
17233dbaa4 deployment: add Modrinth API key to deployment scripts and update channel naming conventions 2025-03-29 21:55:37 +01:00
Oliver
84adb42dca deployment: update ModrinthService to use Modrinth4J API and improve version deployment 2025-03-29 21:49:25 +01: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
dependabot[bot]
12dc04fe39 chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1.
- [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.11.0...gson-parent-2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-15 16:04:18 +01:00
Oliver
2c66027e65 ci: downgrade Java version from 23 to 21 in build configuration 2025-03-15 15:15:35 +01:00
Oliver
4895bbe44c deployment: remove unused imports and clean up test configuration 2025-03-15 15:08:15 +01:00
Oliver
8c773581e4 deployment: remove unneeded dependencies 2025-03-15 15:05:02 +01:00
Oliver
4c5faf0a4d deployment: Refactor ModrinthService to improve configuration handling and add timeout settings 2025-03-15 14:51:02 +01:00
Oliver
aefbc8365e deployment: Update configuration to use version path for plugin deployment 2025-03-15 14:12:54 +01:00
Oliver
1c9a01544c deployment: Add Modrinth deployment configuration and service integration 2025-03-15 14:02:57 +01:00
Oliver
2184291060 deployment: Add Modrinth deployment functionality 2025-03-15 13:55:53 +01:00
Oliver
3a9bf95d77 Add deployment tool 2025-03-15 13:40:49 +01:00