-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
This is a list of all commands the Minepatch CLI supports
Links an instance to be used with Minepatch. Following this command you will be asked about a few details about the instance, mainly: Minecraft Version, Modloader and Launcher (Used for this instance)
id: A unique String to identify the instance in other commands
path: The path to the root folder of the targeted minecraft instance
minepatch instance link <id> <path>
Re-links / Renames an instance
old_id: The previously used unique identifier
new_id: The new unique identifier to be used
minepatch instance relink <old_id> <new_id>
Unlinks an instance from Minepatch. This also removes all Minepatch metadata placed into the instance folder
id: A unique String to identify the instance
minepatch instance unlink <id>
Lists all linked instances with metadata
minepatch instance list