Skip to content

skytopia/sk89q-command-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sk89q-command-framework

NOTE: This repository is no longer maintained, but a second iteration of this framework is still active.

sk89q-command-framework is the command framework from sk89q's WorldEdit. It has been factored out so it may be used in other projects without having to include WorldEdit as a dependency.

Compiling

You need to have Maven installed (http://maven.apache.org). Once installed, simply run:

mvn clean install

Maven will automatically download dependencies for you. Note: For that to work, be sure to add Maven to your "PATH".

Distribution

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.OvercastNetwork.sk89q-command-framework</groupId>
    <artifactId>command-framework-bukkit</artifactId>
    <version>master-SNAPSHOT</version>
</dependency>

Contributing

Your submissions have to be licensed under the GNU General Public License v3.

About

A command framework by sk89q

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%