Updated README and gitignore.

This commit is contained in:
2011-05-08 18:03:14 +01:00
parent 17b40ee3a7
commit c42aa1985f
2 changed files with 7 additions and 10 deletions

6
.gitignore vendored
View File

@@ -1,5 +1 @@
lib/*.jar /target
out
*.class
bukkitxmpp.jar
/dist

View File

@@ -4,16 +4,17 @@ BukkitXMPP
BukkitXMPP is a connectivity plugin that allows Minecraft chat to be mirrored BukkitXMPP is a connectivity plugin that allows Minecraft chat to be mirrored
in a XMPP MUC chatroom. in a XMPP MUC chatroom.
Requirements Build Requirements
------------ ------------------
BukkitXMPP requires Smack 3.1, the JARs should be placed in the "lib" folder BukkitXMPP uses the Maven2 build system to automatically aquire dependancies
in the root of your Minecraft server install. that the plugin requires.
BukkitXMPP uses the Smack API from Ignite Realtime, a pure Java XMPP library.
Setup Setup
----- -----
1. Copy over smack.jar, smackx.jar into the lib folder.
2. Copy bukkitxmpp.jar into your plugin folder 2. Copy bukkitxmpp.jar into your plugin folder
3. Reload your server 3. Reload your server
4. Edit the configuration in plugins/BukkitXMPP/ 4. Edit the configuration in plugins/BukkitXMPP/