File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ conjunction with ScriptCraft and is not a replacement for ScriptCraft.
99
1010To Use
1111------
12-
1312The sc-mqtt.jar file which this project builds must be included in the
14- classpath when starting up bukkit. Copy the sc-mqtt.jar file into the
15- craftbukkit directory. The craftbukkit server must be started like
16- this (on Linux)...
13+ classpath when starting up bukkit. (You can download the library from
14+ < http://scriptcraftjs.org/download/extras/mqtt/ > ) Copy the
15+ sc-mqtt.jar file into the craftbukkit directory. The craftbukkit
16+ server must be started like this (on Linux)...
1717
1818 java -cp scmqtt.jar:craftbukkit.jar org.bukkit.craftbukkit.Main
1919
@@ -47,8 +47,10 @@ Once started in this way, you can connect to an MQTT broker using the following
4747 // optional callback to handle connection loss
4848 });
4949
50-
51- sc-mqtt uses the [ Eclipse Paho MQTTV3 Client] [ paho ] library.
50+ You will need to grab a version of ScriptCraft from 2014-01-17 or
51+ later here < http://scriptcraftjs.org/download > if you don't want to
52+ build from source. sc-mqtt uses the [ Eclipse Paho MQTTV3 Client] [ paho ]
53+ library.
5254
5355Example - publishing a MQTT message when a minecraft block is broken...
5456
You can’t perform that action at this time.
0 commit comments