Skip to content

Commit

Permalink
chore: update current repository references to FreshKernel (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Jul 8, 2024
1 parent 7e255ed commit d8b1872
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown_link_check_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^(http|https):\\/\\/(?!github\\.com\\/ellet0\\/kraft-sync\\/).*"
"pattern": "^(http|https):\\/\\/(?!github\\.com\\/FreshKernel\\/kraft-sync\\/).*"
}
]
}
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ changes
and commit them, then push the branch to your fork, and you will get a link to send a PR to the upstream repository

If you don't have anything specific in mind to improve or fix, you can take a look at
the [issues](https://github.com/ellet0/kraft-sync/issues) or take a look at
the [issues](https://github.com/FreshKernel/kraft-sync/issues) or take a look at
the todos of the project, they all start with `TODO:` so you can search in your IDE or use the todos tab of the IDE

> We highly recommend contacting us if you're planning to make big changes.
Expand Down Expand Up @@ -47,7 +47,7 @@ To set up your IDE for this project, so you can test the changes:
<summary>IntelliJ IDEA Community Edition</summary>
Use one of the shared run configurations of IntelliJ IDEA in `.idea` which will be available in:

![IntelliJ IDEA Run Configurations](https://github.com/ellet0/kraft-sync/assets/73608287/e852c5c7-2133-4c96-95b4-2daa75f5464e)
![IntelliJ IDEA Run Configurations](https://github.com/FreshKernel/kraft-sync/assets/73608287/e852c5c7-2133-4c96-95b4-2daa75f5464e)

<details>
<summary>Or if you want to add custom run configurations</summary>
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Kraft Sync Script ⛏️🔄

![GitHub Release](https://img.shields.io/github/v/release/ellet0/kraft-sync)
![GitHub Pre-Release](https://img.shields.io/github/v/release/ellet0/kraft-sync?include_prereleases&label=pre-release)
![License](https://img.shields.io/github/license/ellet0/kraft-sync)
![Build and test](https://github.com/ellet0/kraft-sync/actions/workflows/build.yml/badge.svg?branch=main)
![GitHub repo size](https://img.shields.io/github/repo-size/ellet0/kraft-sync)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ellet0/kraft-sync)
![GitHub Release](https://img.shields.io/github/v/release/FreshKernel/kraft-sync)
![GitHub Pre-Release](https://img.shields.io/github/v/release/FreshKernel/kraft-sync?include_prereleases&label=pre-release)
![License](https://img.shields.io/github/license/FreshKernel/kraft-sync)
![Build and test](https://github.com/FreshKernel/kraft-sync/actions/workflows/build.yml/badge.svg?branch=main)
![GitHub repo size](https://img.shields.io/github/repo-size/FreshKernel/kraft-sync)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/FreshKernel/kraft-sync)
![JAR Size](https://img.shields.io/badge/JAR_Size-2.8_MB-blue)
![Obfuscated JAR Size](https://img.shields.io/badge/Obfuscated_JAR_Size-1.78_MB-blue)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/ellet0/kraft-sync/total)
![GitHub Repo stars](https://img.shields.io/github/stars/ellet0/kraft-sync)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/FreshKernel/kraft-sync/total)
![GitHub Repo stars](https://img.shields.io/github/stars/FreshKernel/kraft-sync)

AN **experimental** lightweight & simple and quick script that helps you to sync the content of a **Minecraft Java
instance**.
Expand All @@ -30,7 +30,7 @@ The script will sync the following:
If you're a player interested in joining a server, **make sure you trust the server administration** on this
matter—unless you're confident you know what you're doing.

![Screenshot](https://github.com/ellet0/kraft-sync/assets/73608287/fc645eee-62a7-4f43-89ef-98677524446e)
![Screenshot](https://github.com/FreshKernel/kraft-sync/assets/73608287/fc645eee-62a7-4f43-89ef-98677524446e)

The script might introduce **Breaking Changes** as it's still in the early stages. We will provide migration
instructions if there is any breaking change in each release. Some features might not be available yet, or unstable.
Expand Down Expand Up @@ -358,7 +358,7 @@ custom URL.
<details>
<summary id="q4">I have an issue/bug or feature request</summary>

File an issue in the [issues](https://github.com/ellet0/kraft-sync/issues) with detailed information as much as you can,
File an issue in the [issues](https://github.com/FreshKernel/kraft-sync/issues) with detailed information as much as you can,
with the error and what are you trying to do and how to reproduce it.
We will do our best to help fix it.

Expand All @@ -372,7 +372,7 @@ We have another script called [MC Mods Sync](https://github.com/ellet0/mc-mods-s
which is limited to syncing the mods only, requiring the admin
to upload the mods on GitHub and then download them,
other than many issues we discussed like storage limitation and LICENSE
issues, it's easier to set up and maintain for the admin side yet less flexible
issues, it's easier to set up and maintain the admin side yet less flexible
and simpler.

</details>
Expand Down Expand Up @@ -534,7 +534,7 @@ Thanks to:

[Kotlin]: https://kotlinlang.org/

[Releases]: https://github.com/ellet0/kraft-sync/releases
[Releases]: https://github.com/FreshKernel/kraft-sync/releases

[Minecraft Launcher]: https://www.minecraft.net/download

Expand Down
2 changes: 1 addition & 1 deletion admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ way, the script will get information like the hashing, the mod side (if it's ser
(required) and all the available information like the mod name

if you have a launcher that have downloading mods directly from the launcher, and it's not supported in this list, feel
free to submit a feature request in the [issues](https://github.com/ellet0/kraft-sync/issues)
free to submit a feature request in the [issues](https://github.com/FreshKernel/kraft-sync/issues)

### ⭐️ Important for mods uploaded to Curse Forge:

Expand Down
2 changes: 1 addition & 1 deletion admin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.ktlint)
}

group = "net.freshplatform"
group = "org.freshkernel"
version = libs.versions.project.get()

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
alias(libs.plugins.ktlint)
}

group = "net.freshplatform"
group = "org.freshkernel"
version = libs.versions.project.get()

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions common/src/main/kotlin/constants/ProjectInfoConstants.kt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
package constants

object ProjectInfoConstants {
const val REPOSITORY_URL = "https://github.com/ellet0/kraft-sync"
const val REPOSITORY_URL = "https://github.com/FreshKernel/kraft-sync"
const val DISPLAY_NAME = "Kraft Sync"
const val NORMALIZED_NAME = "kraft-sync"

// At the moment, we don't have a website; this will make it easier to provide a link to it later
const val WEBSITE_URL = REPOSITORY_URL

const val LIBS_VERSIONS_TOML_FILE_URL =
"https://raw.githubusercontent.com/ellet0/kraft-sync/main/gradle/libs.versions.toml"
"https://raw.githubusercontent.com/FreshKernel/kraft-sync/main/gradle/libs.versions.toml"

// TODO: This will always download the latest pre-release, will need to update the URL later
const val LATEST_SYNC_SCRIPT_JAR_FILE_URL = "https://github.com/ellet0/kraft-sync/releases/download/latest/kraft-sync.jar"
const val LATEST_SYNC_SCRIPT_JAR_FILE_URL = "https://github.com/FreshKernel/kraft-sync/releases/download/latest/kraft-sync.jar"
}
8 changes: 6 additions & 2 deletions dev-local-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
alias(libs.plugins.ktlint)
}

group = "net.freshplatform"
group = "org.freshkernel"
version = libs.versions.project.get()

dependencies {
Expand All @@ -16,7 +16,11 @@ tasks.test {
}

kotlin {
jvmToolchain(libs.versions.java.get().toInt())
jvmToolchain(
libs.versions.java
.get()
.toInt(),
)
}

application {
Expand Down
2 changes: 1 addition & 1 deletion sync-script/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.ktlint)
}

group = "net.freshplatform"
group = "org.freshkernel"
version = libs.versions.project.get()

dependencies {
Expand Down

0 comments on commit d8b1872

Please sign in to comment.