Skip to content

Bash toolkit to easily make your minecraft server savegame into .tar archives & switch between versions.

Notifications You must be signed in to change notification settings

WangNianyi2001/minecraft-vanilla-server-version-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage: make command [i=<argument>]

Commands:

- help: Display this help message.

- status: Show status of selected version and the PID of running background (if available).

- start: Start the selected version.

- start-bg: Start the selected version in a detached process.

- stop-bg: Stop the detached running background.

- command: Send command to the detached running background.
	- <argument>: The command to be sent.

- backup: Make a backup file for current savegame.
	Note: Game must be stopped to make backup.

- query: Look for for a backup version.
	- <argument>: Version name.

- checkout: Rollback to a backup version.
	- <argument>: Version name.
	Note: If not only one version of name is found, operation will be terminated.

About

Bash toolkit to easily make your minecraft server savegame into .tar archives & switch between versions.

Topics

Resources

Stars

Watchers

Forks