Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyomotoi/minelink

A simple Minecraft server plugin transmit information by HTTP.
https://github.com/kyomotoi/minelink

Last synced: 3 months ago
JSON representation

A simple Minecraft server plugin transmit information by HTTP.

Awesome Lists containing this project

README

        

# MineLink
简单的 Minecraft Waterfall 服务器内至外交流方式

### Wat it can do | 他能做什么
· 通过本插件同服务器以外的聊天群聊交流!

### Features | 特点
· 简单、易上手

· 友好的报错处理机制

### Connection method | 连接方式
· HTTP GET

### Use | 使用方法
将本插件扔入 `plugins` 文件夹,启动你的服务器

待配置文件生成后,进行简单需求配置,重启方可。

### Standard | 通信标准
- HTTP GET
- params
- token:通信密钥 `str`
- sender:发送人名称 `str`
- message:消息内容 `str`

### License | 许可
本项目使用MIT。