Skip to content

XeroAlpha/bililivelink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bilibili 直播间弹幕转发器

预先说好,这个套路只适合国际版!且需要支持 me 等命令!

要跑这个东西,你至少得安装 Node.js!

步骤:

  1. 下载或者克隆这个仓库。
  2. 在仓库目录下 npm install
  3. 根据下面的提示配置 config.json
  4. 在这个目录下运行 node index
  5. 打开 Minecraft,进入一个本地且已开启作弊的世界。
  6. 连接 WebSocket 服务器,通常输入 /connect 127.0.0.1:19134 即可,部分情况需要修改最后的端口号部分。
  7. 退出世界,进入其他世界/领域/服务器。
  8. 这时如果正常的话,弹幕的消息就能转发到服务器里啦!

配置文件示例:

// 注释仅为说明,请勿在 config.json 中加入注释!
{
    "method": "me", // 显示消息使用哪种命令
    "format": "%name%: %msg%", // 显示的格式
    "watch": [ // 监控的房间列表
        {
            "id": 23555200 // 房间号,这里以拔罐王柯洁为例
        }
    ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published