Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 4d9d622

Browse files
authored
Update README.md
1 parent 74917a6 commit 4d9d622

1 file changed

Lines changed: 24 additions & 8 deletions

File tree

README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,44 @@
33
## 它能干什么?
44
### 目前版本中,它可以做到:
55
- 当玩家加入游戏时,向他发出一条消息
6+
- 支持PlaceholderAPI的自定义计分板
67
- 与PlaceholderAPI几乎完美的配合
78
- 完全自定义功能开关
89

910
### 未来计划:
10-
- 添加计分板,Bossbar
11+
- 添加Bossbar
12+
- 添加礼包功能
1113
- 更多的功能
1214

1315
### 注意事项:
1416
- 当前为Alpha版本,可实现的功能不多,后续会添加更多功能
1517
- 请使用Spigot及其分支(Paper,Purpur等),插件可能在CraftBukkit上不起作用
1618
- 尽可能使用1.20.1,对于1.20.1以下版本不会提供支持
19+
- 计分板功能目前有问题,无法正常使用
1720

1821
#### 使用方法:丢入Plugins文件夹即可
1922
## 配置文件(config.yml):
2023
```yaml
21-
player:
22-
join:
23-
//是否开启登陆消息
24-
Enable: true
25-
//登陆时发送的消息
26-
Message: 欢迎%player_name%加入服务器
27-
//插件总开关
24+
# 插件总开关
25+
Enable: true
26+
player:
27+
join:
28+
# 是否开启登陆消息
29+
Enable: true
30+
# 登陆时发送的消息
31+
Message: 欢迎%player_name%加入服务器
32+
Scoreboard:
33+
# 是否启用计分板
2834
Enable: true
35+
# 计分板标题
36+
title: CSNKTools
37+
# 计分板内容
38+
line:
39+
- 名称:%player_name%
40+
- 等级:%player_level%
41+
- 延迟:%player_ping%
42+
- null
43+
# 计分板更新时间
44+
update: 5
2945
```
3046

0 commit comments

Comments
 (0)