2012-01-18 13:19:26 +00:00
|
|
|
# Limited Creative
|
|
|
|
http://dev.bukkit.org/server-mods/limited-creative/
|
|
|
|
|
2012-03-03 11:55:46 +00:00
|
|
|
Required dependencies
|
|
|
|
---------------------
|
|
|
|
|
2012-03-03 11:53:20 +00:00
|
|
|
* [Bukkit](https://github.com/Bukkit/Bukkit)
|
2012-01-19 21:47:41 +00:00
|
|
|
|
2012-03-03 11:55:46 +00:00
|
|
|
Maven Dependencies for optional integrations
|
|
|
|
--------------------------------------------
|
|
|
|
|
2012-03-03 11:53:20 +00:00
|
|
|
* [WorldGuard](https://github.com/sk89q/worldguard)
|
|
|
|
* [WorldEdit](https://github.com/sk89q/worldedit)
|
2012-03-03 11:55:46 +00:00
|
|
|
|
|
|
|
Non-Maven dependencies for optional integrations
|
|
|
|
------------------------------------------------
|
|
|
|
|
2012-03-03 11:53:20 +00:00
|
|
|
* [xAuth](http://dev.bukkit.org/server-mods/xauth/)
|
|
|
|
* [AuthMe](http://dev.bukkit.org/server-mods/authme-reloaded/)
|
|
|
|
* [Multiverse-Core](http://dev.bukkit.org/server-mods/multiverse-core/)
|
2012-01-19 22:31:15 +00:00
|
|
|
|
2012-03-03 11:53:20 +00:00
|
|
|
----
|
|
|
|
|
2012-03-03 11:55:46 +00:00
|
|
|
To use Maven packaging
|
|
|
|
----------------------
|
|
|
|
|
2012-03-03 11:53:20 +00:00
|
|
|
You need to add the non-maven dependencies:
|
2012-03-03 11:55:46 +00:00
|
|
|
|
|
|
|
* download the jars and then...
|
2012-03-03 11:53:20 +00:00
|
|
|
* $ mvn install:install-file -Dfile=AuthMe.jar -DgroupId=uk.org.whoami -DartifactId=authme -Dversion=2.6.2 -Dpackaging=jar
|
|
|
|
* $ mvn install:install-file -Dfile=Multiverse-Core.jar -DgroupId=com.onarandombox -DartifactId=multiverse-core -Dversion=2.3-AB -Dpackaging=jar
|
|
|
|
* $ mvn install:install-file -Dfile=xAuth.jar -DgroupId=com.cypherx -DartifactId=xauth -Dversion=3.1 -Dpackaging=jar
|