Skip to content

Commit

Permalink
* README
Browse files Browse the repository at this point in the history
  • Loading branch information
zawa-ch committed Aug 16, 2021
1 parent ad3e3df commit 74c6a9a
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,29 @@ Minecraft server commandline utilities

mcsvutilsはMinecraftサーバーの管理を行うためのコマンドラインユーティリティです。

## 依存パッケージ
## 概要

mcsvutils (Minecraft server utilities) は、Minecraftサーバーの実行イメージ、インスタンスを管理するためのスクリプトです。

主な機能は以下のとおりです。

()内は開発時のバージョンです。
- Minecraftサーバー インスタンスの管理
- サーバーインスタンスの起動・停止
- サーバーインスタンスへのコマンド送信
- サーバーインスタンスの起動確認
- サーバーインスタンスのコンソールへのアタッチ
- サーバーインスタンスのプロファイル化
- Minecraftサーバー 実行イメージの管理
- サーバー実行イメージのダウンロード
- サーバー実行イメージの内部リポジトリへの登録
- 内部リポジトリに登録された実行イメージを使用したサーバインスタンスの起動
- Spigot/CraftBukkitサーバーのビルド(試験的)

## 依存パッケージ

- bash (5.0.17)
- sudo (1.8.31)
- wget (1.20.3)
- curl (7.68.0)
- jq (1.6)
- screen (4.08.00)
- bash
- sudo
- wget
- curl
- jq
- screen

0 comments on commit 74c6a9a

Please sign in to comment.