Skip to content

Commit

Permalink
[fix]READMEの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
nova-27 authored Sep 19, 2022
1 parent d8f4e0d commit fc4a919
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[![download](https://img.shields.io/github/downloads/nova-27/MCWebPlugin/total?color=blue)](https://github.com/nova-27/MCWebPlugin/releases)
[![license](https://img.shields.io/github/license/nova-27/MCWebPlugin?color=b8b8b8)](https://github.com/nova-27/MCWebPlugin/blob/main/LICENSE)
[![download](https://img.shields.io/github/downloads/nova-27/CrafterePostPlugin/total?color=blue)](https://github.com/nova-27/CrafterePostPlugin/releases)
[![license](https://img.shields.io/github/license/nova-27/CrafterePostPlugin?color=b8b8b8)](https://github.com/nova-27/CrafterePostPlugin/blob/main/LICENSE)

# MCWebPlugin
このプラグインは、[MCWeb](https://mcviewer.netlify.app/)公式のSpigotプラグインです。
# CrafterePostPlugin
このプラグインは、[CrafterePost](https://crafterepost.netlify.app/)公式のSpigotプラグインです。
選択した範囲をSchematic([Sponge Schematic Specification Version 2](https://github.com/SpongePowered/Schematic-Specification/blob/master/versions/schematic-2.md))建築形式やMCSR(Minecraft Schematic based Recording)録画形式のファイルに出力します。
出力したデータを[MCWeb](https://mcviewer.netlify.app/)に投稿し、利用することができます
出力したデータを[CrafterePost](https://crafterepost.netlify.app/)に投稿できます

## 導入
現時点では**Spigot 1.18.x**でのみ動作確認済みです。

1. [Releases](https://github.com/nova-27/MCWebPlugin/releases)から最新のプラグインをダウンロードします。
1. [Releases](https://github.com/nova-27/CrafterePostPlugin/releases)から最新のプラグインをダウンロードします。
2. 依存プラグインである[WorldEdit](https://dev.bukkit.org/projects/worldedit/files)[ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/)をダウンロードします。
3. ダウンロードした3つのプラグインを、Spigotサーバーの`plugins`フォルダに移動します。

## コマンド一覧
- `/mcweb schem`
- `/crapos schem`
- WorldEditのwandで選択した範囲をSchematic形式で出力します。
- 出力ファイル: `plugins/MCWeb/test.schem`
- `/mcweb record`
- 出力ファイル: `plugins/CrafterePost/test.schem`
- `/crapos record`
- WorldEditのwandで選択した範囲をMCSR形式で録画開始・停止します。
- 出力ファイル: `plugins/MCWeb/test.mcsr`
- 出力ファイル: `plugins/CrafterePost/test.mcsr`

## ビルド
1. ソースコードをダウンロードします。
```shell
git clone https://github.com/nova-27/MCWebPlugin.git
git clone https://github.com/nova-27/CrafterePostPlugin.git
```
2. ビルドします。
```shell
cd MCWebPlugin
cd CrafterePostPlugin
./gradlew shadowJar
```
3. `build/libs`ディレクトリにプラグインjarが生成されます。
Expand Down

0 comments on commit fc4a919

Please sign in to comment.