Skip to content

Frequently Asked Questions

  • Add -Dnet.kyori.ansi.colorLevel=truecolor to your startup flags!
  1. Type /crazycrates editor --crate Menu.

  2. Right click to add a location, left click to break a location.

  3. Type /crazycrates editor --exit to exit the mode.

  4. Right click to the view menu. It’s that easy!

2. Why can’t my players open crates, but people who have /op etc. can?

Section titled “2. Why can’t my players open crates, but people who have /op etc. can?”

Set spawn-protection to 0 in server.properties then restart your server!

2. HideItemFlags no longer works, what do I use now?

Section titled “2. HideItemFlags no longer works, what do I use now?”

This is an example where we hide the enchantments on an ItemStack

Mystery-Crate:
Item: "chest"
Name: "<bold><white>???</white></bold>"
Lore:
- "<gray>You may choose 4 crates.</gray>"
flags:
components:
- "enchantments"

3. Why cant I use physical keys on crates?

Section titled “3. Why cant I use physical keys on crates?”

Certain Items such as a Tripwire Hook cannot be used on blocks.

The event is called, and the server deems the event canceled, which tells our plugin that there was no right click.

4. What do I need to do? I’ve been using the old way of doing Prizes.

Section titled “4. What do I need to do? I’ve been using the old way of doing Prizes.”
  1. Run the command /crazycrates migrate -mt [NewItemFormat/CratesDeprecated]

  2. You can specify a crate name by doing /crazycrates migrate -mt [insert_migration_type] -c [crate_name]

All types are case-sensitive, and everything under Generic requires no special configuration

The generic configuration (CrateExample.yml) on default installation will work for all of these.

You only have to change the CrateType option at the top of the file.

Crate Types
  • CrateOnTheGo
  • FireCracker
  • QuickCrate
  • QuadCrate
  • Roulette
  • Wonder
  • Wheel
  • War