Releases: Griefed/ServerPackCreator
Maintenance Release 7.0.1
7.0.1 (2024-09-28)
📔 Docs
- New base license agreement (f12baba)
🦊 CI/CD
- Update package-lock from dependabot updates (4c286be)
- deps-dev: bump @typescript-eslint/parser (9a7e0b3)
- deps-dev: bump eslint in /serverpackcreator-web-frontend (2479e13)
- deps-dev: Bump express in /serverpackcreator-web-frontend (3aac371)
- deps: bump com.formdev:flatlaf in /serverpackcreator-app (9d6600c)
- deps: bump de.comahe.i18n4k in /serverpackcreator-plugin-example (e2051a8)
- deps: bump org.jetbrains.kotlinx:kotlinx-coroutines-swing (4f2380f)
- deps: bump org.junit.jupiter:junit-jupiter-api (ca23c3b)
- deps: bump org.springframework.boot:spring-boot-devtools (8412d0f)
- deps: bump pinia in /serverpackcreator-web-frontend (08b0b84)
- deps: bump vue in /serverpackcreator-web-frontend (28f489d)
- deps: bump vue-router in /serverpackcreator-web-frontend (74e70b3)
- Docker: Use up to date casing in Dockerfile (dde8552)
- Installer: Exclude install4j script from source (cb939b2)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Release 7.0.0
7.0.0 (2024-09-27)
✂️ Refactor
- Import optimizations (820de32)
- Improve modpack logging incase it wasn't found (776b233)
- Remove unnecessary import (9c5cf0d)
✨ Milestone
- CLI rework: Interactive command-based CLI along with some improvements and additions. (4bd5dce)
💎 Improvements
- Add -withallinconfigsdir argument and rearrange app start code (64584c6)
📔 Docs
- Fun Stuff chapter. Added chapter for self-contained, self-extracting scripts as wrappers for server packs for EZ distribution (11b9b47)
📦 Other
🦊 CI/CD
- Include source files as optional selection in installers (e413afd)
- Make source files non-optional as it conflicts with the way we include the main jar (12ac741)
- Include app tests in report (b769839)
- Switch dependabot branch to develop (daf4768)
🧨 Breaking changes!
- Remove ConfigurationEditor in favor of basic config generation from modpack directory. You may edit the generated config in your favourite text-editor afterwards. (4295be9)
🧪 Tests
- Tests for CLI commands to ensure functionality (8c62e25)
- Use call to defaultConf instead of explicit path (d7a8fc8)
🚀 Features
-feelinglucky
argument and command to generate a server pack from a modpack without needing a config first. Supports--destination
, too. (8a98957)
🛠 Fixes
- Append .conf to config files during saving if they don't end with it (620c93f)
- Get correct value for modloader version from minecraftinstance.json (5cfb9db)
- Make feelingLucky command usable in interactive cli (2a05f20)
- Make scripts writable during creation to prevent incorrect content (15e41ba)
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Pre-Release 7.0.0-beta.5
7.0.0-beta.5 (2024-09-27)
🦊 CI/CD
- Make source files non-optional as it conflicts with the way we include the main jar (12ac741)
About Pre-Releases
Do not release or publish a server pack generated using a pre-release of ServerPackCreator to your users.
If you do, and it turns out that your server pack doesn't work because of a bug in ServerPackCreator, that's on you for using a pre-release.
When using pre-release installers, make sure to uninstall the previous pre-release first. Otherwise, the installers
own version checks may trigger an error out of my control. After uninstalling, install the newly downloaded one and
you're good to go.
Only use the installers if you are versed in system-administration, manually editing and removing services, editing registries,
so on and so forth.
Alphas
Alphas are feature-incomplete and very likely to have bugs. Consider them broken by default. Use at your own risk!
Betas
Betas are feature-complete and probably have bugs. Additional features may be added during the beta-phase of any given release, though.
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Pre-Release 7.0.0-beta.4
7.0.0-beta.4 (2024-09-26)
🦊 CI/CD
- Include source files as optional selection in installers (e413afd)
About Pre-Releases
Do not release or publish a server pack generated using a pre-release of ServerPackCreator to your users.
If you do, and it turns out that your server pack doesn't work because of a bug in ServerPackCreator, that's on you for using a pre-release.
When using pre-release installers, make sure to uninstall the previous pre-release first. Otherwise, the installers
own version checks may trigger an error out of my control. After uninstalling, install the newly downloaded one and
you're good to go.
Only use the installers if you are versed in system-administration, manually editing and removing services, editing registries,
so on and so forth.
Alphas
Alphas are feature-incomplete and very likely to have bugs. Consider them broken by default. Use at your own risk!
Betas
Betas are feature-complete and probably have bugs. Additional features may be added during the beta-phase of any given release, though.
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Pre-Release 7.0.0-beta.3
7.0.0-beta.3 (2024-09-25)
✂️ Refactor
- Import optimizations (820de32)
💎 Improvements
- Add -withallinconfigsdir argument and rearrange app start code (64584c6)
📦 Other
- Cleanups and removal of outdated information (3f85d28)
About Pre-Releases
Do not release or publish a server pack generated using a pre-release of ServerPackCreator to your users.
If you do, and it turns out that your server pack doesn't work because of a bug in ServerPackCreator, that's on you for using a pre-release.
When using pre-release installers, make sure to uninstall the previous pre-release first. Otherwise, the installers
own version checks may trigger an error out of my control. After uninstalling, install the newly downloaded one and
you're good to go.
Only use the installers if you are versed in system-administration, manually editing and removing services, editing registries,
so on and so forth.
Alphas
Alphas are feature-incomplete and very likely to have bugs. Consider them broken by default. Use at your own risk!
Betas
Betas are feature-complete and probably have bugs. Additional features may be added during the beta-phase of any given release, though.
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Pre-Release 7.0.0-beta.2
7.0.0-beta.2 (2024-09-25)
✂️ Refactor
- Remove unnecessary import (9c5cf0d)
📦 Other
- List NeoForge too (df7870e)
🦊 CI/CD
- Include app tests in report (b769839)
🧪 Tests
- Tests for CLI commands to ensure functionality (8c62e25)
- Use call to defaultConf instead of explicit path (d7a8fc8)
🛠 Fixes
- Append .conf to config files during saving if they don't end with it (620c93f)
- Get correct value for modloader version from minecraftinstance.json (5cfb9db)
About Pre-Releases
Do not release or publish a server pack generated using a pre-release of ServerPackCreator to your users.
If you do, and it turns out that your server pack doesn't work because of a bug in ServerPackCreator, that's on you for using a pre-release.
When using pre-release installers, make sure to uninstall the previous pre-release first. Otherwise, the installers
own version checks may trigger an error out of my control. After uninstalling, install the newly downloaded one and
you're good to go.
Only use the installers if you are versed in system-administration, manually editing and removing services, editing registries,
so on and so forth.
Alphas
Alphas are feature-incomplete and very likely to have bugs. Consider them broken by default. Use at your own risk!
Betas
Betas are feature-complete and probably have bugs. Additional features may be added during the beta-phase of any given release, though.
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Pre-Release 7.0.0-beta.1
7.0.0-beta.1 (2024-09-23)
✂️ Refactor
- Improve modpack logging incase it wasn't found (776b233)
✨ Milestone
- CLI rework: Interactive command-based CLI along with some improvements and additions. (4bd5dce)
📔 Docs
- Fun Stuff chapter. Added chapter for self-contained, self-extracting scripts as wrappers for server packs for EZ distribution (11b9b47)
🦊 CI/CD
- Switch dependabot branch to develop (daf4768)
🧨 Breaking changes!
- Remove ConfigurationEditor in favor of basic config generation from modpack directory. You may edit the generated config in your favourite text-editor afterwards. (4295be9)
🚀 Features
-feelinglucky
argument and command to generate a server pack from a modpack without needing a config first. Supports--destination
, too. (8a98957)
🛠 Fixes
- Make feelingLucky command usable in interactive cli (2a05f20)
- Make scripts writable during creation to prevent incorrect content (15e41ba)
About Pre-Releases
Do not release or publish a server pack generated using a pre-release of ServerPackCreator to your users.
If you do, and it turns out that your server pack doesn't work because of a bug in ServerPackCreator, that's on you for using a pre-release.
When using pre-release installers, make sure to uninstall the previous pre-release first. Otherwise, the installers
own version checks may trigger an error out of my control. After uninstalling, install the newly downloaded one and
you're good to go.
Only use the installers if you are versed in system-administration, manually editing and removing services, editing registries,
so on and so forth.
Alphas
Alphas are feature-incomplete and very likely to have bugs. Consider them broken by default. Use at your own risk!
Betas
Betas are feature-complete and probably have bugs. Additional features may be added during the beta-phase of any given release, though.
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Pre-Release 7.0.0-alpha.3
7.0.0-alpha.3 (2024-09-23)
✂️ Refactor
- Improve modpack logging incase it wasn't found (776b233)
🛠 Fixes
- Make feelingLucky command usable in interactive cli (2a05f20)
- Make scripts writable during creation to prevent incorrect content (15e41ba)
About Pre-Releases
Do not release or publish a server pack generated using a pre-release of ServerPackCreator to your users.
If you do, and it turns out that your server pack doesn't work because of a bug in ServerPackCreator, that's on you for using a pre-release.
When using pre-release installers, make sure to uninstall the previous pre-release first. Otherwise, the installers
own version checks may trigger an error out of my control. After uninstalling, install the newly downloaded one and
you're good to go.
Only use the installers if you are versed in system-administration, manually editing and removing services, editing registries,
so on and so forth.
Alphas
Alphas are feature-incomplete and very likely to have bugs. Consider them broken by default. Use at your own risk!
Betas
Betas are feature-complete and probably have bugs. Additional features may be added during the beta-phase of any given release, though.
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Pre-Release 7.0.0-alpha.2
7.0.0-alpha.2 (2024-09-22)
📔 Docs
- Fun Stuff chapter. Added chapter for self-contained, self-extracting scripts as wrappers for server packs for EZ distribution (11b9b47)
🦊 CI/CD
- Switch dependabot branch to develop (daf4768)
🧨 Breaking changes!
- Remove ConfigurationEditor in favor of basic config generation from modpack directory. You may edit the generated config in your favourite text-editor afterwards. (4295be9)
🚀 Features
-feelinglucky
argument and command to generate a server pack from a modpack without needing a config first. Supports--destination
, too. (8a98957)
About Pre-Releases
Do not release or publish a server pack generated using a pre-release of ServerPackCreator to your users.
If you do, and it turns out that your server pack doesn't work because of a bug in ServerPackCreator, that's on you for using a pre-release.
When using pre-release installers, make sure to uninstall the previous pre-release first. Otherwise, the installers
own version checks may trigger an error out of my control. After uninstalling, install the newly downloaded one and
you're good to go.
Only use the installers if you are versed in system-administration, manually editing and removing services, editing registries,
so on and so forth.
Alphas
Alphas are feature-incomplete and very likely to have bugs. Consider them broken by default. Use at your own risk!
Betas
Betas are feature-complete and probably have bugs. Additional features may be added during the beta-phase of any given release, though.
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.
Pre-Release 7.0.0-alpha.1
7.0.0-alpha.1 (2024-09-21)
✨ Milestone
- CLI rework: Interactive command-based CLI along with some improvements and additions. (4bd5dce)
About Pre-Releases
Do not release or publish a server pack generated using a pre-release of ServerPackCreator to your users.
If you do, and it turns out that your server pack doesn't work because of a bug in ServerPackCreator, that's on you for using a pre-release.
When using pre-release installers, make sure to uninstall the previous pre-release first. Otherwise, the installers
own version checks may trigger an error out of my control. After uninstalling, install the newly downloaded one and
you're good to go.
Only use the installers if you are versed in system-administration, manually editing and removing services, editing registries,
so on and so forth.
Alphas
Alphas are feature-incomplete and very likely to have bugs. Consider them broken by default. Use at your own risk!
Betas
Betas are feature-complete and probably have bugs. Additional features may be added during the beta-phase of any given release, though.
If you are updating from version 5 or older and used the installers, then make sure to uninstall any previous version(s)
before using the installers for versions 6 and newer.
Additional Installer-Notes
It is recommended to have administration-privileges when using the Windows and macOS installers.
I am not a member of the Apple Developer Program and won't pay for codesign-certificates, therefor installers are unsigned.
Running a given installer may produce warnings depending on what OS you are using. You may choose to install it anyway, please be aware though that doing so is, in general, not a safe practice. For ServerPackCreator, though, it is unfortunately the only way to run the installer.
macOS DMG
MacOS will complain about potential security risks and refuse to install and run ServerPackCreator. To circumvent this, please see the official guides depending on your version of macOS: Ventura, Monterey or newer.
Windows EXE
Hit "More information" if the Windows SmartScreen-message pops up. Afterward, a button will appear which will let you run the installer anyway.