Skip to content

Commit acb9b6f

Browse files
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
1 parent bbd720a commit acb9b6f

43 files changed

Lines changed: 128 additions & 398 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy-release-fancyholograms-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
java -jar deployment.jar ../../../../plugins/fancyholograms-v2/release_deployment_config.json
4343

4444
- name: Publish to reposilite (releases)
45-
run: ./gradlew :plugins:fancyholograms-v2:api:publishAllPublicationsToFancypluginsReleasesRepository
45+
run: ./gradlew :plugins:fancyholograms-v2:api:publishAllPublicationsToFancyinnovationsReleasesRepository
4646

4747
- name: Publish to reposilite (snapshots)
48-
run: ./gradlew :plugins:fancyholograms-v2:api:publishAllPublicationsToFancypluginsSnapshotsRepository
48+
run: ./gradlew :plugins:fancyholograms-v2:api:publishAllPublicationsToFancyinnovationsSnapshotsRepository

.github/workflows/deploy-release-fancyholograms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
java -jar deployment.jar ../../../../plugins/fancyholograms/release_deployment_config.json
4343

4444
- name: Publish to reposilite (releases)
45-
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancypluginsReleasesRepository
45+
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancyinnovationsReleasesRepository
4646

4747
- name: Publish to reposilite (snapshots)
48-
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancypluginsSnapshotsRepository
48+
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancyinnovationsSnapshotsRepository

.github/workflows/deploy-release-fancynpcs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
java -jar deployment.jar ../../../../plugins/fancynpcs/release_deployment_config.json
4343

4444
- name: Publish to reposilite (releases)
45-
run: ./gradlew :plugins:fancynpcs:api:publishAllPublicationsToFancypluginsReleasesRepository
45+
run: ./gradlew :plugins:fancynpcs:api:publishAllPublicationsToFancyinnovationsReleasesRepository
4646

4747
- name: Publish to reposilite (snapshots)
48-
run: ./gradlew :plugins:fancynpcs:api:publishAllPublicationsToFancypluginsSnapshotsRepository
48+
run: ./gradlew :plugins:fancynpcs:api:publishAllPublicationsToFancyinnovationsSnapshotsRepository

.github/workflows/deploy-snapshot-fancyholograms-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
java -jar deployment.jar ../../../../plugins/fancyholograms-v2/snapshot_deployment_config.json
4343

4444
- name: Publish to reposilite (snapshots)
45-
run: ./gradlew :plugins:fancyholograms-v2:api:publishAllPublicationsToFancypluginsSnapshotsRepository
45+
run: ./gradlew :plugins:fancyholograms-v2:api:publishAllPublicationsToFancyinnovationsSnapshotsRepository

.github/workflows/deploy-snapshot-fancyholograms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
java -jar deployment.jar ../../../../plugins/fancyholograms/snapshot_deployment_config.json
4343

4444
- name: Publish to reposilite (snapshots)
45-
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancypluginsSnapshotsRepository
45+
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancyinnovationsSnapshotsRepository

.github/workflows/deploy-snapshot-fancynpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
java -jar deployment.jar ../../../../plugins/fancynpcs/snapshot_deployment_config.json
4343

4444
- name: Publish to reposilite (snapshots)
45-
run: ./gradlew :plugins:fancynpcs:api:publishAllPublicationsToFancypluginsSnapshotsRepository
45+
run: ./gradlew :plugins:fancynpcs:api:publishAllPublicationsToFancyinnovationsSnapshotsRepository

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
See [docs/src/development-guidelines/contributing.md](docs/src/development-guidelines/contributing.md) for more information on how to contribute to the project.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Oliver Schlüter
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
![](docs/src/static/logos-and-banners/fancyplugins-banner.png)
5+
![](docs/src/static/logos-and-banners/fancyinnovations-banner.png)
66

77
[![Modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/modrinth_vector.svg)](https://modrinth.com/user/Oliver)
88
[![Hangar](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/available/hangar_vector.svg)](https://hangar.papermc.io/Oliver)
@@ -13,8 +13,8 @@
1313
[![discord-plural](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/compact/social/discord-plural_46h.png)](https://discord.gg/ZUgYCEJUEx)
1414

1515

16-
[![CodeFactor](https://www.codefactor.io/repository/github/fancymcplugins/fancyplugins/badge)](https://www.codefactor.io/repository/github/fancymcplugins/fancyplugins)
17-
[![Lines of Code](https://tokei.rs/b1/github/fancymcplugins/fancyplugins?category=code)](https://github.com/fancymcplugins/fancyplugins)
16+
[![CodeFactor](https://www.codefactor.io/repository/github/fancyinnovations/fancyplugins/badge)](https://www.codefactor.io/repository/github/fancyinnovations/fancyplugins)
17+
[![Lines of Code](https://tokei.rs/b1/github/fancyinnovations/fancyplugins?category=code)](https://github.com/fancyinnovations/fancyplugins)
1818

1919
</div>
2020

@@ -41,8 +41,8 @@
4141
- Quick E2E: generate a quick end-to-end environment for testing
4242

4343
Future packages that are planned to be added to the monorepo:
44-
- fancywebsite: https://github.com/FancyMcPlugins/FancyWebsite
45-
- (fancymorphs: https://github.com/FancyMcPlugins/FancyMorphs)
44+
- fancywebsite: https://github.com/FancyInnovations/FancyWebsite
45+
- (fancymorphs: https://github.com/FancyInnovations/FancyMorphs)
4646
- minecraft-client: a lightweight Minecraft client for testing
4747

4848
## Usage

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allprojects {
1515
mavenLocal()
1616
mavenCentral()
1717
maven("https://repo.papermc.io/repository/maven-public/")
18-
maven("https://repo.fancyplugins.de/releases")
18+
maven("https://repo.fancyinnovations.com/releases")
1919
maven(url = "https://jitpack.io")
2020
}
2121
}

0 commit comments

Comments
 (0)