-
Release 3.0.0-beta.1 Pre-release
released this
2022-02-11 11:03:33 +01:00 | 3471 commits to main since this release3.0.0-beta.1 (2022-02-11)
Added:
- Help Execute with
-helpto print some help about executing and using ServerPackCreator. - JVM args Customize JVM flags/args for your start scripts by editing
javaArgsin the config or clickingMenu->Edit->Edit Start-Scripts Java Argsin the menubar. - Addons/Plugins Expand ServerPackCreator with plugins and addons. See the example addon and it's branches for examples on how this can be done.
- ZIP-archives Generate a server pack from a zipped modpack by pointing
modpackDirat a ZIP-file, or upload one to any available web-instance. - Custom server-icon Include a custom server-icon in your server pack. Point
serverIconPathat any png, jpg, jpeg or bmp file. Click the folder icon in the GUI to select it from your computer. ServerPackCreator automatically scales it to 64x64. - Custom server.properties Include a custom server.properties in your server pack. Point
serverPropertiesPathat your custom properties-file. Click the Folder icon in the GUI to select it from your computer. - Fabric server launcher Fabric server packs will additionally receive the improved and new Fabric Server Launcher on top of the regular one. This is especially useful for managed servers, like BisectHosting ones, where you can not run scripts yourself.
- Version checks ServerPackCreator will automatically check for new available versions and notify you if there is one.
- If you wish to be notified about pre-releases as well, set
de.griefed.serverpackcreator.versioncheck.prereleaseinserverpackcreator.propertiestotrue
- If you wish to be notified about pre-releases as well, set
- Loading and saving configurations Save the last loaded configuration as well as the default serverpackcreator.conf, unless a new configuration was started.
- This is disabled by default. To enable it, set
de.griefed.serverpackcreator.configuration.saveloadedconfiginserverpackcreator.propertiestotrue
- This is disabled by default. To enable it, set
- And lots more...
Changed:
- Webservice Server packs which have not been downloaded and are older than one week will be automatically deleted.
- And lots more...
Fixed:
- Too many to list here...
For nitty gritty details as to what was added, changed, fixed etc. take a look at the changelog file
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Help Execute with