Skip to content

Commit ee0fbd6

Browse files
committed
updated readme to include download links for those who dont want to build from source
1 parent 80adaf6 commit ee0fbd6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ conjunction with ScriptCraft and is not a replacement for ScriptCraft.
99

1010
To Use
1111
------
12-
1312
The 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

5355
Example - publishing a MQTT message when a minecraft block is broken...
5456

0 commit comments

Comments
 (0)