Detecting the sideness of mods with ServerPackCreator

Future updates of ServerPackCreator will be able to scan the mods of the modpack you are creating a server pack with for their sideness.Meaning: Whether a given mod in your modpack is clientside-only, serverside-only, or whether it needs to be…

Addons for ServerPackCreator!

Version 3.x.x will be supporting addons!A working example of such an addon is available at ServerPackCreatorExampleAddon. Dev-builds are available at my GitLab. Basically, the way it is currently implemented, it allows users to run any additional operation right after a…

Important update to ServerPackCreator

To all Fabric users who have used ServerPackCreator to create server packs for their Fabric modpacks!Kreezxil discovered a bug regarding the installation of the Fabric server in the server packs. SPC installed the servers for the wrong Minecraft versions for…

ServerPackCreator updated to 2.1.0

ServerPackCreator 2.1.0 releasedFeature expanded: As well as specifying directories which should be included in your server pack, you can now explicitly specify files from your modpack to be included in your server pack, too! In order to tell ServerPackCreator to…

GUI galore!

I’ve just released an update for ServerPackCreator which adds a GUI to the whole thing! Not to worry though. ServerPackCreator still supports being run via CLI, as you can see in the screenshot above.To continue using it via CLI, you…

Updates to ServerPackCreator

ServerPackCreator has reached version 1.3.1! The biggest new feature is generating a configuration file step-by-step, if none can be found when first starting ServerpackCreator. You will be asked to enter all the necessary information one by one, will then be…

Create your server pack with ServerPackCreator

ServerPackCreator is a Command Line Program(CLI) which aims to create a serverpack for any given modpack, thus making modpack-developing, or at least a part of it, a little less time-consuming. You customize the configuration to your liking and off you…