Skip to content

mqtt-support

Compare
Choose a tag to compare
@walterhiggins walterhiggins released this 18 Jan 00:02
· 414 commits to master since this release

Instructions

Download scriptcraft.jar and copy it to your craftbukkit's plugins/ directory. Reload or start Craftbukkit.

MQTT Support Only

This is the first release which includes mqtt support (for two-way communication with Arduinos or other devices which use the MQTT protocol). If you want to use ScriptCraft with an Arduino or other MQTT device, then you'll need to have a separate jar file to be included in the classpath when running CraftBukkit. See https://github.com/walterhiggins/scriptcraft-extras-mqtt/ for more information. Download sc-mqtt.jar and copy it to the craftbukkit directory (not the plugins/ directory) and include it in the classpath when starting craftbukkit. java -cp sc-mqtt.jar:craftbukkit.jar org.bukkit.craftbukkit.Main .