File tree Expand file tree Collapse file tree 3 files changed +9
-109
lines changed
Expand file tree Collapse file tree 3 files changed +9
-109
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616
1717## 前提プラグイン
1818
19+ AfnwCore2を導入したPaperを起動するには以下のプラグインが ` plugins/ ` に導入されている必要があります。
20+
1921- [ EssentialsX] ( https://essentialsx.net/downloads.html )
20- - [ ViaVersion] ( https://www.spigotmc.org/resources/viaversion.19254/ )
22+
23+ ## 使用API
24+
25+ - [ paper-api:1.17.1-R0.1-SNAPSHOT] ( https://papermc.io/repo/repository/maven-public/ )
26+ - [ JavaDoc] ( https://papermc.io/repo/repository/maven-public/ )
27+ - [ EssentialsX API] ( https://repo.essentialsx.net/releases/ )
2128
2229## Build
2330
@@ -27,9 +34,3 @@ gradle build
2734```
2835
2936なお、Intellij IDEAを使用している場合はすべてGUI上で使用可能です。
30-
31- ## コントリビュート
32-
33- Issueを作成する前にAfnw運営全体に対して報告を行ってください。また、悪用可能な不具合等はIssueを作成しないでください。
34-
35- PRを提出する際は [ コントリビュートガイド] ( .github/CONTRIBUTING.md ) を参照してください。
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55group = ' net.azisaba.afnw'
6- version = ' 0.6.0-beta '
6+ version = ' 1.0.0 '
77
88repositories {
99 mavenCentral()
You can’t perform that action at this time.
0 commit comments