Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 669 Bytes

MethodCommand

This is a library to make commands in bukkit more structured. Visit the wiki for more information.

You can download the latest version at: https://ci.int32.se/job/MethodCommand/lastBuild/

JavaDocs can be found at: https://ci.int32.se/job/MethodCommand/JavaDocs/

##Maven Integration

<repositories>
     <repository>
          <id>int32-repo</id>
          <url>https://ci.int32.se/plugin/repository/everything/</url>
    </repository>
</repositories>
<dependency>
     <groupId>se.ranzdo.bukkit</groupId>
     <artifactId>methodcommand</artifactId>
     <version>0.1</version>
     <scope>compile</scope>
</dependency>