forked from ashtton/spigot-command-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mario edited this page Mar 10, 2026
·
9 revisions
- Start using the framework by importing the framework into your project.
- Implement the logic into your commands, depending on your platform: Bukkit (and all of its variants, Spigot, Paper, Folia...), BungeeCord, or Velocity.
- Organize related subcommands under shared root aliases with Subcommand Groups.