diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:45:07 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:45:07 +0300 |
| commit | 31b9a8949ed0a288143e23bf739f2eb64fdc63be (patch) | |
| tree | 8a984fa143c38fccad461a77792d6864f3e82cd3 /meshmc/doc/meshmc.1.txt | |
| parent | 934382c8a1ce738589dee9ee0f14e1cec812770e (diff) | |
| parent | fad6a1066616b69d7f5fef01178efdf014c59537 (diff) | |
| download | Project-Tick-31b9a8949ed0a288143e23bf739f2eb64fdc63be.tar.gz Project-Tick-31b9a8949ed0a288143e23bf739f2eb64fdc63be.zip | |
Add 'meshmc/' from commit 'fad6a1066616b69d7f5fef01178efdf014c59537'
git-subtree-dir: meshmc
git-subtree-mainline: 934382c8a1ce738589dee9ee0f14e1cec812770e
git-subtree-split: fad6a1066616b69d7f5fef01178efdf014c59537
Diffstat (limited to 'meshmc/doc/meshmc.1.txt')
| -rw-r--r-- | meshmc/doc/meshmc.1.txt | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/meshmc/doc/meshmc.1.txt b/meshmc/doc/meshmc.1.txt new file mode 100644 index 0000000000..eca32ed1de --- /dev/null +++ b/meshmc/doc/meshmc.1.txt @@ -0,0 +1,64 @@ +MESHMC(1) +========== +:doctype: manpage + + +NAME +---- +meshmc - a launcher and instance manager for Minecraft. + + +SYNOPSIS +-------- +*meshmc* ['OPTIONS'] + + +DESCRIPTION +----------- +MeshMC is a custom launcher for Minecraft that allows you to easily manage +multiple installations of Minecraft at once. It also allows you to easily +install and remove mods by simply dragging and dropping. +Here are the current features of MeshMC. + +OPTIONS +------- +*-d, --dir*='DIRECTORY':: + Use 'DIRECTORY' as the MeshMC root. + +*-l, --launch*='INSTANCE_ID':: + Launch the instance specified by 'INSTANCE_ID'. + +*--alive*:: + Write a small 'live.check' file after MeshMC starts. + +*-h, --help*:: + Display help text and exit. + +*-v, --version*:: + Display program version and exit. +*-a, --profile*='PROFILE':: + Use the account specified by 'PROFILE' (only valid in combination with --launch). + +EXIT STATUS +----------- +*0*:: + Success + +*1*:: + Failure (syntax or usage error; configuration error; unexpected error). + +BUGS +---- +<https://github.com/Project-Tick/MeshMC/issues> + +RESOURCES +--------- +GitHub: <https://github.com/Project-Tick/MeshMC> + +Main website: <https://projecttick.org> + +AUTHORS +------- +peterix <peterix@gmail.com> + +// vim: syntax=asciidoc |
