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
This commit is contained in:
Oliver
2025-04-24 14:12:32 +02:00
committed by GitHub
parent bbd720a90d
commit acb9b6f717
43 changed files with 128 additions and 398 deletions

View File

@@ -14,7 +14,7 @@ java {
repositories {
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.fancyplugins.de/releases")
maven("https://repo.fancyinnovations.com/releases")
}
dependencies {

View File

@@ -25,7 +25,7 @@ public class ModrinthService {
this.api = ModrinthAPI.rateLimited(
UserAgent.builder()
.authorUsername("Oliver")
.contact("oliver@fancyplugins.de")
.contact("oliver@fancyinnovations.com")
.build(),
apiKey
);

View File

@@ -14,7 +14,7 @@ java {
repositories {
mavenCentral()
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.fancyplugins.de/releases")
maven("https://repo.fancyinnovations.com/releases")
}
dependencies {