Skip to content

Ready to use Minecraft ScriptCraft and mqtt server, with python example

Notifications You must be signed in to change notification settings

radames/Minecraft-ScriptCraft-mqtt-IoT

Repository files navigation

Minecraft IoT Server

Following this you will need

  1. Python

  2. Mosquitto on OSX

  3. Scriptcraft with Craftbukkit

    +---------+ +---------------+ +-----------+ +----------------------------+ | Python | => | mosquitto_pub |=> | mosquitto | => | scriptcraft => craftbukkit | +---------+ +---------------+ +-----------+ +----------------------------+ () (mqtt) (mqtt)

Running the Minecraft Server with support for MQTT

You can start the script start.command or run

java -Xmx1024M -classpath craftbukkit-1.8.jar:sc-mqtt.jar org.bukkit.craftbukkit.Main

Python and MQTT

Make sure the mosquitto server is running then try the python script

python python/pythonMqtt.py

Releases

No releases published

Packages

No packages published

Languages