Merge pull request #237 from EhhChris/patch-1

CraftBukkit to Bukkit & Dependency Links
This commit is contained in:
garbagemule 2014-03-20 13:34:17 +01:00
commit 91bf71f1fc

View File

@ -10,11 +10,11 @@
To build MobArena, you need the following dependencies, which can all be To build MobArena, you need the following dependencies, which can all be
found on their respective websites/Bukkit pages/whatever: found on their respective websites/Bukkit pages/whatever:
- Craftbukkit - Bukkit by the Bukkit team http://dl.bukkit.org/downloads/bukkit/
- Vault by Sleaker - Vault by Sleaker http://dev.bukkit.org/bukkit-plugins/vault/
- Heroes by the HeroCraft team - Heroes by the HeroCraft team http://dev.bukkit.org/bukkit-plugins/heroes/
- SpoutPlugin by the Spout team - SpoutPlugin by the Spout team http://dev.bukkit.org/bukkit-plugins/spoutcraft-plugin/
- MagicSpells by nisovin - MagicSpells by nisovin http://dev.bukkit.org/bukkit-plugins/magicspells/
The dependencies (jar-files) should be placed in a lib-folder at the root The dependencies (jar-files) should be placed in a lib-folder at the root
of the project file structure, i.e. in the same folder as 'src'. of the project file structure, i.e. in the same folder as 'src'.
@ -143,4 +143,4 @@
<antcall target="clean-bin"/> <antcall target="clean-bin"/>
<delete file="${ant.project.name}.jar"/> <delete file="${ant.project.name}.jar"/>
</target> </target>
</project> </project>