EzBoost Commands
Table of contents
This document details all commands provided by EzBoost, including syntax, arguments, permissions, and usage examples.
Player Commands
/boost
- Description: Opens the boosts GUI where players can browse and activate available boosts. If the GUI is disabled, displays usage information.
- Permission:
ezboost.use - Usage:
/boost -
Example:
/boostOpens the interactive boosts menu.
/boost <boostKey>
- Description: Directly activates a specific boost by its key, bypassing the GUI.
- Permission:
ezboost.use+ezboost.boost.<boostKey>(per-boost permission) - Usage:
/boost <boostKey> -
Example:
/boost speedActivates the “speed” boost if available and permitted.
/boosttop
- Description: Displays the top boost buyers leaderboard, ranked by total boosts purchased.
- Permission:
ezboost.top - Usage:
/boosttop -
Example:
/boosttopShows the all-time top boost buyers.
Admin Commands
/ezboost create
- Description: Opens the admin GUI for creating and managing boosts. Allows administrators to define new boosts with effects, durations, cooldowns, and more.
- Permission:
ezboost.admin - Usage:
/ezboost create -
Example:
/ezboost createOpens the boost creation interface.
/ezboost reload
- Description: Reloads all configuration files and messages at runtime without restarting the server.
- Permission:
ezboost.reload - Usage:
/ezboost reload -
Example:
/ezboost reloadReloads boosts.yml, gui.yml, messages.yml, and other config files.
/ezboost give <player> <boostKey> [amount]
- Description: Gives boost token items to a player. Tokens can be redeemed by right-clicking them to activate the boost.
- Permission:
ezboost.give - Usage:
/ezboost give <player> <boostKey> [amount] - Parameters:
<player>: The target player’s name<boostKey>: The key of the boost to give tokens for[amount]: Optional amount of tokens (default: 1)
-
Example:
/ezboost give Steve speed 5Gives 5 speed boost tokens to player Steve.
For detailed permissions documentation, see docs/permissions.md.
Notes
- Boost keys are case-insensitive.
- Players must have both
ezboost.useand the specificezboost.boost.<key>permission to activate a boost. - The admin GUI (
/ezboost create) provides an intuitive interface for creating boosts without editing config files directly. - Boost tokens are consumable items that players can right-click to activate boosts instantly.</content>