Skip to content

Commit a376d9d

Browse files
committed
Update README.md
1 parent bf60fcd commit a376d9d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# SchemUploader
2+
![LogoArt](https://i.gyazo.com/b5b852f4e74c7d76377c7d5fb37ba17f.png)
23

34
Allows you to upload/download WorldEdit schem files to/from Discord.
4-
![2023-03-01_15h05_33](https://user-images.githubusercontent.com/16362824/222058389-8fa598f7-990a-45ad-bb42-8a78609e9212.png)
55

66
## Usage
77

88
- Upload
99
`/schem_upload <schem_name> [message]`
1010
- Download
1111
`/schem_download <schem_name> <schem_file_URL> [-f]`
12+
![Video](https://i.gyazo.com/683abfa22a46fe11bd3136d0d64da91f.gif)
1213

1314
### How to get schem file URL
1415
Right-click on the attached file and click "Copy link"
15-
![2023-03-01_15h06_38](https://user-images.githubusercontent.com/16362824/222058621-5f81e3fd-d3e1-408c-ae4b-41366c481684.png)
16+
![How to Get Link](https://i.gyazo.com/ded5a89d3618424bc29ecbf6a270bac2.png)
1617

1718
## Requirements
1819

README_ja.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# SchemUploader
2+
![LogoArt](https://i.gyazo.com/b5b852f4e74c7d76377c7d5fb37ba17f.png)
23

34
WorldEditのschemファイルをDiscordにアップロード/ダウンロードできるようにします。
4-
![2023-03-01_15h05_33](https://user-images.githubusercontent.com/16362824/222058389-8fa598f7-990a-45ad-bb42-8a78609e9212.png)
55

66
## 使い方
77

88
- アップロード
99
`/schem_upload <schem名> [メッセージ]`
1010
- ダウンロード
1111
`/schem_download <schem名> <schemファイルのURL> [-f]`
12+
![Video](https://i.gyazo.com/683abfa22a46fe11bd3136d0d64da91f.gif)
1213

1314
### schemファイルのURL取得方法
1415
添付ファイルを右クリックし、「リンクをコピー」をクリックします
15-
![2023-03-01_15h06_38](https://user-images.githubusercontent.com/16362824/222058621-5f81e3fd-d3e1-408c-ae4b-41366c481684.png)
16+
![How to Get Link](https://i.gyazo.com/ded5a89d3618424bc29ecbf6a270bac2.png)
1617

1718
## 動作環境
1819

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.kamesuta</groupId>
88
<artifactId>SchemUploader</artifactId>
9-
<version>1.6-SNAPSHOT</version>
9+
<version>1.7-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SchemUploader</name>

0 commit comments

Comments
 (0)