Cloud Crates

Learn how to create a new crate

Create The File

Its recommended to copy and paste the default.yml to a different name to create a crate. Crates does not currently support in-game creation.

Once reloaded, your crate will load.

In-order to display it properly in the Selector GUI, open the inventory file "selector.yml". Scroll down to Crate-Options, and add the crate in with the following format, replacing <crate> with the crate name.

selector.yml
Crate-Options:
    "<crate>":
        Enabled: true
        Slot: 13

After this is configured to your liking, you can do /crates reload to finalize it.

Default Crate Configuration

Last updated