-
Notifications
You must be signed in to change notification settings - Fork 0
Home
MaxTheCodingPenguin edited this page Jan 3, 2026
·
2 revisions
- 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).