mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
482 B
Plaintext
34 lines
482 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# papermc
|
|
|
|
> Manage a Minecraft server.
|
|
> More information: <https://github.com/Edenhofer/minecraft-server/blob/main/minecraftd.sh.in#L480>.
|
|
|
|
- Start a server:
|
|
|
|
`papermc start`
|
|
|
|
- Stop a server:
|
|
|
|
`papermc stop`
|
|
|
|
- Restart a server:
|
|
|
|
`papermc restart`
|
|
|
|
- Backup a world:
|
|
|
|
`papermc backup`
|
|
|
|
- Restore world data from a backup:
|
|
|
|
`papermc restore {{path/to/file}}`
|
|
|
|
- Display help:
|
|
|
|
`papermc`
|