Bukkit Plugin - Seperated Inventories per GameMode
Go to file
2012-03-03 12:53:20 +01:00
lang v1.2.0-alpha: 2012-03-02 20:40:10 +01:00
src/de/jaschastarke/minecraft first maven step 2012-03-03 11:42:14 +01:00
.gitignore first maven step 2012-03-03 11:42:14 +01:00
config.yml v0.9.5-beta: 2012-02-25 17:08:06 +01:00
plugin.yml v1.2.0-alpha: 2012-03-02 20:40:10 +01:00
pom.xml next maven step 2012-03-03 12:53:20 +01:00
README.md next maven step 2012-03-03 12:53:20 +01:00

Limited Creative

http://dev.bukkit.org/server-mods/limited-creative/

Required dependencies:

Maven Dependencies for optional integrations:


To use Maven packaging: You need to add the non-maven dependencies:

  • download the jars and then:
  • $ 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