Menu

Commands & Permissions

Below is a list of available commands for the CCrates plugin, along with their permissions and descriptions.

Command Permission Description
/ccrates reload ccrates.command.reload Reload the plugin.
/ccrates list ccrates.command.list Show the list of all crates.
/ccrates key give <player> <crate> <key-type> [amount] ccrates.command.keys.give Give keys to a player.
/ccrates key giveall <crate> <key-type> [amount] ccrates.command.keys.giveall Give keys to all players.
/ccrates key set <player> <crate> <amount> ccrates.command.keys.set Set a player's virtual keys.
/ccrates key take <player> <crate> <amount> ccrates.command.keys.take Remove virtual keys from a player.
/ccrates key get <player> <crate> ccrates.command.keys.get Get the keys of a player..
/ccrates open <player> <crate> ccrates.command.open Open a crate for a player (if they can open it).
/ccrates forceopen <player> <crate> ccrates.command.forceopen Open a crate for a player even if they can't open it.
/ccrates debug printdata <player> ccrates.command.debug.printdata Print user data of a player.
/ccrates debug savecache <player> ccrates.command.debug.savecache Force a cache saving to the database.
/ccrates broadcast <message> ccrates.command.broadcast Broadcast a message to all player. Also hook with Redis to send the message across multiple servers. (Use <new-line> to insert a new line).
/ccrates say <player> <message> ccrates.command.say Send a message to a player. (Use <new-line> to insert a new line).
/ccrates preview <crate> <player> ccrates.command.preview Open a crate preview for a player.
/ccrates place <crate> ccrates.command.place Assign a crate to the targetted block.
/ccrates modelengine assign <crate> ccrates.command.modelengine.assign Assign a crate to a ModelEngine model. (Requires ModelEngine4 installed on the server).
/ccrates edit addprize <crate> <chance> <max-chance> <rarity> <display-name> ccrates.command.edit.addprize Add the selected item as a prize for the crate
/ccrates edit setkeyitem <crate> ccrates.command.edit.setkeyitem Set the selected item as the key for the crate

If you need further assistance, refer to the rest of the wiki or contact support.