Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kyomotoi/minelink
- Owner: Kyomotoi
- License: mit
- Created: 2021-08-07T03:51:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T07:38:54.000Z (over 3 years ago)
- Last Synced: 2024-04-13T23:10:40.237Z (9 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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。