Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

Commit 9ac13db

Browse files
author
nafu-at
committed
v1.1.0
1 parent 243ca2e commit 9ac13db

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# TeamMessageBoard
2+
23
TeamMessageBoardはSoloServerCore3のアドオンとして動作するメッセージボードプラグインです。
34
このプラグインはチームで共有できるメッセージボードを提供します。
45

56
## 動作要項
7+
68
- Spigot 1.15.x
79
- MySQL or MariaDB 5.x ~
810

911
### 前提プラグイン
10-
- SoloServerCore 3.2.x ~
12+
13+
- SoloServerCore 4.x ~
1114

1215
## License
16+
1317
This plugin is published under Apache License 2.0.
18+
1419
```
1520
Copyright 2020 NAFU_at.
1621

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = 'page.nafuchoco'
25-
version = '1.1.0-RC.1'
25+
version = '1.1.0'
2626

2727
sourceCompatibility = '1.8'
2828
targetCompatibility = '1.8'

0 commit comments

Comments
 (0)