https://github.com/kurone-kito/minecraft-manager-docker
🐳 The Docker-based tool that manages Minecraft's world; since 2018.11
https://github.com/kurone-kito/minecraft-manager-docker
docker docker-compose minecraft minecraft-server server-side utilities
Last synced: about 2 months ago
JSON representation
🐳 The Docker-based tool that manages Minecraft's world; since 2018.11
- Host: GitHub
- URL: https://github.com/kurone-kito/minecraft-manager-docker
- Owner: kurone-kito
- License: mit
- Created: 2018-11-21T00:31:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T23:10:30.000Z (about 3 years ago)
- Last Synced: 2025-02-08T01:25:57.917Z (over 1 year ago)
- Topics: docker, docker-compose, minecraft, minecraft-server, server-side, utilities
- Language: PowerShell
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.ja.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.ja.md
Awesome Lists containing this project
README
# Minecraft-server manager for docker-compose
The Docker-based tool that manage Minecraft's world.
Docker ベースの Minecraft サーバー管理ツールです。
## Dependencies (必要なもの)
- docker
- docker-compose
It working with Windows and Mac only.
Windows と Mac のみで動作確認しています。
## Usage (使い方)
### Prepare (準備)
Clone this repository and open the folder with Terminal (PowerShell in Windows).
このリポジトリをダウンロード&解凍、もしくは clone して、このフォルダをターミナル(Windows の場合 PowerShell)で開きます。
Depending on the environment such as Linux sudo may be needed, because depending on Docker.
Docker に依存しているため、Linux など環境次第では `sudo` が必要になる場合があります。
### Start (はじめる)
```sh
$ docker-compose up -d
```
The world data will be built automatically.
自動的にワールドデータが構築されます。
### Stop (とめる)
```sh
$ docker-compose down
```
Stop the server. The world data will remain.
サーバーを止めます。ワールドは残ります。
### Uninstall (すてる)
```sh
$ docker-compose down -v
```
Stop the server and uninstall the world data.
ワールドデータをアンインストールします。
### Backup (ワールドのバックアップをとる)
It'll automatically restart the server.
自動的にサーバーの再起動も行います。
```sh
$ ./backup
=> 20190810_114514.tar.bz2
$ ./backup foo
=> foo.tar.bz2
```
### Restore (バックアップしたワールドを復元する)
```sh
$ ./restore 20190810_114514.tar.bz2
```
Backup files must be located in the same folder.
バックアップファイルは同一フォルダに配置しておく必要があります。
#### download data and play locally (ワールドをダウンロードしてシングルプレイする)
It working with Windows and Mac only.
現状 Mac と Windows のみの対応です。
```sh
$ ./save
```
You can also perform backup at the same time by adding the `-o` option.
また、`-o` オプションをつけることでバックアップも同時に行うことができます。
```sh
$ ./save -o
=> 20190810_114514.tar.bz2
$ ./save -o foo
=> foo.tar.bz2
```
### Settings (設定する)
Place the following `.env` file in the same folder.
下記の内容の `.env` ファイルを、同一フォルダに設置します。
```dotenv
SEED=Kuroneko
OPS=kuronekito
```
たくさんのお馬さんがいる平原にスポーンできます。フゥーー!