There was an error while loading. Please reload this page.
1 parent 243ca2e commit 9ac13dbCopy full SHA for 9ac13db
2 files changed
README.md
@@ -1,16 +1,21 @@
1
# TeamMessageBoard
2
+
3
TeamMessageBoardはSoloServerCore3のアドオンとして動作するメッセージボードプラグインです。
4
このプラグインはチームで共有できるメッセージボードを提供します。
5
6
## 動作要項
7
8
- Spigot 1.15.x
9
- MySQL or MariaDB 5.x ~
10
11
### 前提プラグイン
-- SoloServerCore 3.2.x ~
12
13
+- SoloServerCore 4.x ~
14
15
## License
16
17
This plugin is published under Apache License 2.0.
18
19
```
20
Copyright 2020 NAFU_at.
21
build.gradle
@@ -22,7 +22,7 @@ plugins {
22
}
23
24
group = 'page.nafuchoco'
25
-version = '1.1.0-RC.1'
+version = '1.1.0'
26
27
sourceCompatibility = '1.8'
28
targetCompatibility = '1.8'
0 commit comments