https://github.com/welteki/minecraft2mqtt
Connect Minecraft to MQTT
https://github.com/welteki/minecraft2mqtt
Last synced: 3 months ago
JSON representation
Connect Minecraft to MQTT
- Host: GitHub
- URL: https://github.com/welteki/minecraft2mqtt
- Owner: welteki
- License: mit
- Created: 2018-08-16T13:11:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T09:30:26.000Z (over 6 years ago)
- Last Synced: 2025-02-23T06:03:38.158Z (3 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft2mqtt
[](https://github.com/mqtt-smarthome/mqtt-smarthome)
[![License][mit-badge]][mit-url]Connect your minecraft server to MQTT through the [spigot-OH-plugin](https://github.com/ibaton/bukkit-openhab-plugin)
## Getting started
**Prerequisites**
You need to have a running minecraft server with the [bukkit-OH-plugin](https://github.com/ibaton/bukkit-openhab-plugin) installed.
**Installation**
```
npm install -g minecraft2mqtt
```**Usage**
```
minecraft2mqtt --help
```## Topics and Payloads
**Receive**
```
bukkit/status/
```Payload is `true` or `false`
## License
MIT © [Han Verstraete](https://github.com/welteki)
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
[mit-url]: LICENSE