Skip to content

Wiicart/CartCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CartCommands

A simple tree-based command framework for Bukkit and its forks.

Use

Extend the CommandTree class and use CommandTree#builder() to build the root node for the protected constructor.

CommandTree extends CommandExecutor, so you register the Command the traditional Bukkit way.

Maven

<dependency>
    <groupId>net.wiicart.commands</groupId>
    <artifactId>cart-commands</artifactId>
    <version>1.0</version>
</dependency>

Releases

No releases published

Packages

No packages published

Languages