Releases: CurseForgeCommunity/cf-mc-server
Releases · CurseForgeCommunity/cf-mc-server
v1.2.0
Features
- Automatic filtering of client-side only mods (As long as the author marked the files correctly that is..)
v1.1.3
Bug fixes
- We now also use the correct java to launch Forge servers again. Neat huh?
v1.1.2
Bug Fixes
- Forge needs to be installed/started in another way in Minecraft 1.16+, so we do it like they want to now
- Server can actually start properly now, since I use the full executable path for the file. Clever huh?
v1.1.1
Bug Fixes
- Properly escape dynamic data, so that
Spectre.Console
doesn't try to convert things like [1.18.2]
into colors.
v1.1.0
Features
- Automatic installer based on file name (or arguments)
- Interactive mode lets you add java arguments now (default
-Xms4G -Xmx4G
)
- If a mod author has turned off the download possibility for 3rd party clients, we now show a list of mods that need manual attention.
v1.0.6
Fixes
- If the
DownloadUrl
is empty, we fetch it directly through the API as a workaround
v1.0.5
Fixes
- Use only JAR-files when locating installers for Forge/Fabric, no need to try and invoke a log-file..
v1.0.4
Fixes
- Use full path for
chmod
and redirect output (in case we need it, and to make it stop crashing when we read the output)
v1.0.3
Fixes
- Older Forge versions had a different file name, so we added support for that as well (by checking two variants during the install)
v1.0.2
Changes
- Made the interactive installer the default when you invoke the executable, so that people won't have to know how to read documentation or use a command line terminal.