Skip to content
MaxTheCodingPenguin edited this page Jan 3, 2026 · 2 revisions

Welcome to the CommandBundle wiki!

Features

  • Define and manage named bundles via /bundle.
  • Each bundle is registered as a real command on the server.
  • Player-friendly listing and info views for bundles.
  • Support for multiple subcommands per bundle.
  • Per-bundle permission configuration so only specific groups can use a bundle.
  • Granular admin permission system for managing bundles:
    • commandbundle.* wildcard for full access.
    • Separate permissions for adding, removing, listing, viewing, reloading, editing, and managing subcommands/permissions.
  • Command actions support:
    • Delays, conditions, random selection.
    • Variables and simple JSON field access.
    • Loops over lists of values.
    • Host OS commands (if enabled).
    • HTTP webhooks (if enabled).

Getting Started

  1. Installation Guide
  2. Usage Guide
  3. Features

Clone this wiki locally