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
|
|
|
|
---------------------
|
|
|
|
|
2013-03-24 21:26:53 +00:00
|
|
|
* [plib](https://github.com/possi/plib)
|
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 14:35:33 +00:00
|
|
|
Dependencies for optional integrations
|
|
|
|
--------------------------------------
|
2012-03-03 11:55:46 +00:00
|
|
|
|
2012-03-03 11:53:20 +00:00
|
|
|
* [WorldGuard](https://github.com/sk89q/worldguard)
|
|
|
|
* [xAuth](http://dev.bukkit.org/server-mods/xauth/)
|
2012-07-14 19:18:30 +00:00
|
|
|
* [AuthMe](http://dev.bukkit.org/server-mods/authme-reloaded/) ([GitSource](https://github.com/Multiplayer-italia/AuthMe-Reloaded))
|
2012-03-03 11:53:20 +00:00
|
|
|
* [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 14:35:33 +00:00
|
|
|
For required development snapshots, that aren't found by maven, you have to clone the project and do:
|
|
|
|
$ mvn install
|
2012-07-14 19:18:30 +00:00
|
|
|
in the directory of the project
|