📄 Commands
The main plugin command name can be changed in the config.yml
. By default it's excellentcrates
or crates
.
[] - Optional, <> - Required
Flag -s will make silent command execution (target player won't be notified).
/crate [help]
- List of all plugin commands./crate reload
- Reload the plugin./crate drop <crate> <x> <y> <z> [world]
- Drop crate at specified world location./crate dropkey <key> <x> <y> <z> [world]
- Drop key at specified world location./crate open <crate>
- Open a crate./crate openfor <player> <crate> [-f] [-s]
- Open crate for a player. -f flag will ignore all crate requirements./crate give <player> <crate> [amount] [-s]
- Give crate to a player./crate key [help]
- List of all key sub-commands./crate key give <player> <key> [amount] [-s]
- Give key to a player./crate key giveall <key> [amount] [-s]
- Give key to all online players./crate key take <player> <key> [amount] [-s]
- Take keys from a player./crate key set <player> <key> [amount] [-s]
- Set keys amount for a player./crate key inspect [player]
- Inspect [player's] virtual keys.
/crate menu <menu> [player]
- Open crate menu (for a player)./crate preview <crate> [player]
- Open crate preview (for a player)./crate resetcooldown <player> <crate>
- Reset player's crate open cooldown./crate resetlimit <player> <crate> <reward>
- Reset player's reward win limit for a crate (or reward).
Last updated