Skip to content

Bukkit tree-based command framework (WIP)

Notifications You must be signed in to change notification settings

Wiicart/CartCommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 13, 2025
c90f568 · · Sep 13, 2025

History

4 Commits
Jul 29, 2025
Sep 13, 2025
Jul 29, 2025
Sep 13, 2025
Sep 13, 2025

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


    net.wiicart.commands
    cart-commands
    1.1

sion>1.1</version>
</dependency>
gt;

Releases

No releases published

Packages

No packages published

Languages