
Crazy Crates 4.10.2
Add unlimited crates to your server with 10 different crate types to choose from!
- Added a new way to define color/rgb for things like potions, leather_armor etc which should fix the potion#10040:229,164,229 issue trying to stack model data and color/rgb
"8":
# The name of the item to display in the gui.
DisplayName: "<red>Red Potion"
# The item to display in the gui.
DisplayItem: "potion"
# Prize display preview settings
Settings:
# The custom model data of the item, -1 is disabled.
Custom-Model-Data: -1
# The rgb used for the potion.
RGB: '229,164,229'
# Color: RED
# The amount to display in the gui.
DisplayAmount: 1
# The lower the number, the less likely to win it.
Weight: 15.0
# The list of items to win.
Items:
- "Item:potion, RGB:229,164,229" # Color:RED
- Flags has been removed from being a configuration option for Prizes
- If you used Flags, as long as it's not empty. It will simply hide everything, but lore/displayname.
- HideItemFlags: true/false will now function, it will hide all, but lore/displayname.
- hide-tool-tip:true/false is now an option for the `Items` section in Prizes.
- Updated to 1.21.4
- Added direct support for Nexo/ItemsAdder/Oraxen furniture.
- A new config option was added in the config.yml letting you choose which plugin to use.
- If you leave it blank, or as "None"... The plugin will pick whichever it finds first.
- If you find an issue with one of the other plugins, Set the option in the config.yml to `None` then restart your server.
- Updated misleading comment on Prize Commands.
- Added /cc as an alias.
- Updated /crates editor.
- The new format is /crates editor -c/--crate <crate_name> or -e/--exit (if you want to leave the mode), This will put you an editor mode for this specific crate.
- While in this mode, If you right-click a block, You will add a crate location. If you left-click a block, You will remove a crate location.
- You no longer need to shift click, or be in creative mode.