diff --git a/README.md b/README.md index 5ac89a0..a041f79 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ This repository is licensed under [Apache 2.0][license]. [banner]: https://raw.githubusercontent.com/simplecloudapp/branding/refs/heads/main/readme/banner/releases.png -[issue-bug-report]: https://github.com/theSimpleCloud/v3-releases/issues/new?labels=bug&projects=template=01_BUG-REPORT.yml&title=%5BBUG%5D+%3Ctitle%3E -[issue-feature-request]: https://github.com/theSimpleCloud/v3-releases/discussions/new?category=ideas +[issue-bug-report]: https://github.com/simplecloudapp/v3-releases/issues/new?labels=bug&projects=template=01_BUG-REPORT.yml&title=%5BBUG%5D+%3Ctitle%3E +[issue-feature-request]: https://github.com/simplecloudapp/v3-releases/discussions/new?category=ideas [docs-thisproject]: https://docs.simplecloud.app/v3 [docs-contribute]: https://docs.simplecloud.app/contribute diff --git a/components.yml b/components.yml index 992e881..08291a3 100644 --- a/components.yml +++ b/components.yml @@ -1,6 +1,6 @@ components: - name: auto-updater - githubRepo: https://github.com/theSimpleCloud/auto-updater + githubRepo: https://github.com/simplecloudapp/auto-updater version: v0.0.1-dev.c636158 files: - releaseFile: auto-updater.jar @@ -8,7 +8,7 @@ components: destination: components/auto-updater/ - name: controller - githubRepo: https://github.com/theSimpleCloud/simplecloud-controller + githubRepo: https://github.com/simplecloudapp/simplecloud-controller version: v0.0.30-dev.baf5999 files: - releaseFile: controller-runtime.jar @@ -19,7 +19,7 @@ components: destination: components/libs/ - name: serverhost - githubRepo: https://github.com/theSimpleCloud/serverhost-droplet + githubRepo: https://github.com/simplecloudapp/serverhost-droplet version: v0.0.2-dev.828934f files: - releaseFile: serverhost-runtime.jar @@ -27,7 +27,7 @@ components: destination: components/serverhost - name: player - githubRepo: https://github.com/theSimpleCloud/player-droplet + githubRepo: https://github.com/simplecloudapp/player-droplet version: v0.0.1-dev.7763c51 files: - releaseFile: player-runtime.jar @@ -44,7 +44,7 @@ components: destination: templates/droplet-plugins/bungeecord - name: metrics - githubRepo: https://github.com/theSimpleCloud/metrics-droplet + githubRepo: https://github.com/simplecloudapp/metrics-droplet version: v0.0.1-dev.84dd934 files: - releaseFile: metrics-runtime.jar @@ -52,7 +52,7 @@ components: destination: components/metrics/ - name: event-wrapper - githubRepo: https://github.com/theSimpleCloud/event-wrapper + githubRepo: https://github.com/simplecloudapp/event-wrapper version: v0.0.1-dev.f8aeaa3 files: - releaseFile: event-wrapper-bungeecord.jar @@ -66,7 +66,7 @@ components: destination: templates/sc-plugins/velocity - name: server-registration - githubRepo: https://github.com/theSimpleCloud/server-registration-plugin + githubRepo: https://github.com/simplecloudapp/server-registration-plugin version: v0.0.1-dev.511eb40 files: - releaseFile: registration-bungeecord.jar @@ -80,7 +80,7 @@ components: destination: templates/sc-plugins/velocity - name: server-connection - githubRepo: https://github.com/theSimpleCloud/server-connection-plugin + githubRepo: https://github.com/simplecloudapp/server-connection-plugin version: v0.0.1-dev.0a99723 files: - releaseFile: connection-bungeecord.jar @@ -94,7 +94,7 @@ components: destination: templates/sc-plugins/velocity - name: proxy-essentials - githubRepo: https://github.com/theSimpleCloud/proxy-essentials-plugin + githubRepo: https://github.com/simplecloudapp/proxy-essentials-plugin version: v0.0.1-dev.dead7eb files: - releaseFile: proxy-bungeecord.jar @@ -108,7 +108,7 @@ components: destination: templates/sc-plugins/velocity - name: signs - githubRepo: https://github.com/theSimpleCloud/sign-plugin + githubRepo: https://github.com/simplecloudapp/sign-plugin version: v0.0.1-dev.fbc9c1a files: - releaseFile: sign-paper.jar @@ -116,7 +116,7 @@ components: destination: templates/sc-plugins/paper - name: npcs - githubRepo: https://github.com/theSimpleCloud/npc-plugin + githubRepo: https://github.com/simplecloudapp/npc-plugin version: v0.0.1-dev.b83574a files: - releaseFile: simplecloud-npc.jar @@ -124,7 +124,7 @@ components: destination: templates/sc-plugins/paper - name: placeholders - githubRepo: https://github.com/theSimpleCloud/placeholder-plugin + githubRepo: https://github.com/simplecloudapp/placeholder-plugin version: v0.0.1-dev.b3634ce files: - releaseFile: placeholder-plugin.jar @@ -132,7 +132,7 @@ components: destination: templates/sc-plugins/paper - name: notify - githubRepo: https://github.com/theSimpleCloud/notify-plugin + githubRepo: https://github.com/simplecloudapp/notify-plugin version: v0.0.1-dev.6794171 files: - releaseFile: notify-bungeecord.jar @@ -146,7 +146,7 @@ components: destination: templates/sc-plugins/velocity - name: command - githubRepo: https://github.com/theSimpleCloud/command-plugin + githubRepo: https://github.com/simplecloudapp/command-plugin version: v0.0.1-dev.91cac39 files: - releaseFile: command-bungeecord.jar diff --git a/contents/components/auto-updater/application.yml b/contents/components/auto-updater/application.yml index 7c9f6f4..828af13 100644 --- a/contents/components/auto-updater/application.yml +++ b/contents/components/auto-updater/application.yml @@ -1,4 +1,4 @@ -github-repository: theSimpleCloud/v3-releases +github-repository: simplecloudapp/v3-releases files: - release-file: auto-updater.jar output-file: ../auto-updater/auto-updater.jar diff --git a/contents/components/controller/application.yml b/contents/components/controller/application.yml index b624c58..6304af3 100644 --- a/contents/components/controller/application.yml +++ b/contents/components/controller/application.yml @@ -1,4 +1,4 @@ -github-repository: theSimpleCloud/v3-releases +github-repository: simplecloudapp/v3-releases files: - release-file: controller-runtime.jar output-file: ../controller/controller-runtime.jar diff --git a/contents/components/envoy/application.yml b/contents/components/envoy/application.yml index e192f52..b047391 100644 --- a/contents/components/envoy/application.yml +++ b/contents/components/envoy/application.yml @@ -1,4 +1,4 @@ -github-repository: theSimpleCloud/v3-releases +github-repository: simplecloudapp/v3-releases files: - release-file: envoy-bootstrap.yaml output-file: ../envoy/envoy-bootstrap.yaml diff --git a/contents/components/metrics/application.yml b/contents/components/metrics/application.yml index 060b2c4..fec47cc 100644 --- a/contents/components/metrics/application.yml +++ b/contents/components/metrics/application.yml @@ -1,4 +1,4 @@ -github-repository: theSimpleCloud/v3-releases +github-repository: simplecloudapp/v3-releases files: - release-file: metrics-runtime.jar output-file: ../metrics/metrics-runtime.jar diff --git a/contents/components/player/application.yml b/contents/components/player/application.yml index 33a9694..9f583aa 100644 --- a/contents/components/player/application.yml +++ b/contents/components/player/application.yml @@ -1,4 +1,4 @@ -github-repository: theSimpleCloud/v3-releases +github-repository: simplecloudapp/v3-releases files: - release-file: player-runtime.jar output-file: ../player/player-runtime.jar diff --git a/contents/components/serverhost/application.yml b/contents/components/serverhost/application.yml index ef754ec..4aed494 100644 --- a/contents/components/serverhost/application.yml +++ b/contents/components/serverhost/application.yml @@ -1,4 +1,4 @@ -github-repository: theSimpleCloud/v3-releases +github-repository: simplecloudapp/v3-releases files: - release-file: serverhost-runtime.jar output-file: ../serverhost/serverhost-runtime.jar