Skip to content

Commit

Permalink
plugin.yml의 버전오류 수정.
Browse files Browse the repository at this point in the history
  • Loading branch information
taromati committed Jun 18, 2024
1 parent 61acdd1 commit 4162abe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Java 버전: 17 이상
1. 터미널에서 `gradlew jar` 실행

## **다운로드 방법**
1. Github(https://github.com/taromati/done-connector) 의 Release 에서 [다운로드](https://github.com/taromati/done-connector/releases/download/1.7.1/done-connector-1.7.1.jar)
1. Github(https://github.com/taromati/done-connector) 의 Release 에서 [다운로드](https://github.com/taromati/done-connector/releases/download/1.7.2/done-connector-1.7.2.jar)

## **실행 방법**

1. plugins 폴더에 done-connector-1.7.1.jar 파일을 넣고 마인크래프트 서버를 1회 실행 후 종료
1. plugins 폴더에 done-connector-1.7.2.jar 파일을 넣고 마인크래프트 서버를 1회 실행 후 종료
2. plugins 폴더에서 done-connector/config.yml 파일 수정
3. 마인크래프트 서버 실행

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'me.taromati'
version = '1.7.1'
version = '1.7.2'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: done-connector
version: '${version}'
main: me.taromati.doneconnector.DoneConnector
api-version: '1.20'
api-version: '1.18'
commands:
done:
description: 후원 기능 상태를 변경.
Expand Down

0 comments on commit 4162abe

Please sign in to comment.