UNPKG
koishi-plugin-mc-status-bot
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
轻松获取我的世界服务器信息
github.com/wncf/koishi-plugin-mc-status-bot
wncf/koishi-plugin-mc-status-bot
koishi-plugin-mc-status-bot
/
lib
/
utils
/
mcFormat.d.ts
4 lines
(3 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
import
{
ImcServer
}
from
"../model/server"
;
export
declare
const
mcFormat
:
(
name
:
string
,
address
:
string
,
server
:
any
,
options
?:
any
) =>
string
;
export
declare
const
serverListFormat
:
(
serverList
:
ImcServer
[]
) =>
string
;