Skip to content

Commit b1df848

Browse files
committed
add online
1 parent d1036a6 commit b1df848

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

plugins/online/introduction-zh_cn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
为群组服展示所有在线玩家, 同时提供了点击事件以便于快速切换子服

plugins/online/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Display the online players for Group server, with click event to quickly join every sub-server.

plugins/online/plugin_info.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"id": "online",
3+
"authors": [
4+
{
5+
"name": "A-JiuA",
6+
"link": "https://github.com/A-JiuA"
7+
},
8+
{
9+
"name": "Nineking",
10+
"link": "https://github.com/NineKing32649163"
11+
},
12+
{
13+
"name": "YehowahLiu",
14+
"link": "https://github.com/YehowahLiu"
15+
}
16+
],
17+
"repository": "https://github.com/FAS-Server/Online",
18+
"branch": "master",
19+
"related_path": ".",
20+
"labels": ["information"]
21+
}

0 commit comments

Comments
 (0)