CLI Commands
This section shows the commands of mcman. You can type mcman
, mcman help
or mcman --help
for a basic list of it.
Cheatsheet
- Create
mcman init
: create new servermcman init --mrpack <source>
: create server from mrpackmcman init --packwiz <source>
: create server from packwiz
- Build
mcman build
: build the servermcman run
: build then run the servermcman run --test
: build then run to test if it worksmcman dev
: start a dev session
- Addons
mcman import url <url>
: import an addon from urlmcman import datapack <url>
: import datapacks
- Export/Import
mcman import packwiz <source>
: import packwiz packsmcman import mrpack <source>
: import mrpacksmcman export packwiz [pack folder]
: export as packwiz packmcman export mrpack [filename.mrpack]
: export as mrpack
- Info
mcman info
: show info about the servermcman version
: show version
- Cache
mcman cache path
: print cache pathmcman cache open
: open the cache foldermcman cache list [-d]
: list caches,-d
for detailedmcman cache clear
: delete caches without confirm
- Misc
mcman markdown
: render markdown templatesmcman download <dl>
: download a downloadablemcman world unpack [world]
: unzip a worldmcman pull <file>
: pull files fromserver/
toconfig/
mcman env gitignore
: edit git dotfilesmcman env docker
: create default docker files