Skip to content

Commit abb76cf

Browse files
committed
更新自述文件与许可证
1 parent 1854f44 commit abb76cf

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BBSToper许可协议
22

3-
版权所有 (c) 2018-2019 R_Josef <[email protected]>
3+
版权所有 (c) 2018-2021 R_Josef <[email protected]>
44

55
授予任何获得此软件副本的人免费许可.
66
免费许可的权利包括: 使用, 修改, 再分发, 出售.

README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
# BBSToper
2-
这是一个检测mcbbs服务器宣传贴顶帖后,玩家输入指令领取奖励的bukkit插件
3-
此插件的mcbbs页面:[https://www.mcbbs.net/thread-789082-1-1.html](https://www.mcbbs.net/thread-789082-1-1.html)
2+
3+
这是一个检测mcbbs服务器宣传贴顶帖后,玩家输入指令领取奖励的bukkit插件.
4+
5+
此插件的mcbbs页面:[https://www.mcbbs.net/thread-789082-1-1.html](https://www.mcbbs.net/thread-789082-1-1.html)
6+
47
可用发行版: [https://github.com/R-Josef/BBSToper/releases](https://github.com/R-Josef/BBSToper/releases)
58

69
## 许可
10+
711
本软件的许可请查看[LICENCE](https://github.com/R-Josef/BBSToper/blob/master/LICENSE)文件.
812

913
## 用到的库
10-
1. [Bukkit](https://dev.bukkit.org/)
11-
2. [Jsoup](https://jsoup.org/)
12-
3. [bStats](https://bstats.org/)
13-
4. [PlaceHolderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI)
14+
15+
1. [Jsoup](https://jsoup.org/)
16+
2. [bStats](https://bstats.org/)
17+
3. [PlaceHolderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI)
1418

1519
## 构建
16-
此项目采用maven构建, 提供了pom文件, clone此git库后可以使用maven进行构建
20+
21+
此项目采用maven构建, 提供了pom文件, clone此git库后可以使用maven进行构建.
1722

1823
## 使用方法
24+
1925
1. 获得一份构建好的jar文件, 请查看[https://github.com/R-Josef/BBSToper/releases](https://github.com/R-Josef/BBSToper/releases)
2026
2. 将构建好的文件放入plugins文件夹
2127
3. 前往mcbbs复制您的帖子id并替换掉配置文件中默认链接中的id
@@ -56,6 +62,7 @@
5662
| `/bbstoper reload` | `bbstoper.reload` | 重载插件 |
5763

5864
## PlaceholderAPI 占位符
65+
5966
本插件提供了一些基于PlaceHolderAPI的占位符(Placeholders), 要想使用这些占位符就必须在服务端上同时运行了[PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI)插件.
6067

6168
| 占位符 | 描述 |

0 commit comments

Comments
 (0)