Skip to content

Commit f312495

Browse files
author
m2en
committed
bump version
1 parent 497eae0 commit f312495

File tree

3 files changed

+9
-109
lines changed

3 files changed

+9
-109
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@
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) を参照してください。

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'net.azisaba.afnw'
6-
version = '0.6.0-beta'
6+
version = '1.0.0'
77

88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)