🌊
AquaticCrates v2
  • What is AquaticCrates?
  • Features
  • Commands & Permissions
  • FAQ
  • Guides
    • Plugin installation
    • Creating your first crate
    • Setting up a crate
    • Key Settings
    • Reward Settings
      • Reward Actions
    • Preview Settings
    • Reroll Settings
    • Milestone Settings
    • Animation Settings
      • Animation Types
      • Animation Actions
  • Misc
    • Item Configuration
    • Colors
Powered by GitBook
On this page
  • material
  • Vanilla Item
  • ItemsAdder
  • Oraxen
  • HeadDatabase
  • MythicMobs
  • Aquatic Item Storage
  • display-name
  • lore
  • model-data
  • amount
  • enchants
  • flags
  1. Misc

Item Configuration

material

Material option has 2 usages. You can defined a minecraft material, or you can defined an ID of an Item from a different plugin that will be used!

Vanilla Item

If you want to use a regular minecraft item, just use "material: STONE" for example

ItemsAdder

Usage: "material: itemsadder:namespace:id"

Oraxen

Usage: "material: oraxen:itemId"

HeadDatabase

Usage: "material: hdb:headId"

MythicMobs

Usage: "material: mythicitem:itemId"

Aquatic Item Storage

Usage: "material: aquatic:itemId"

display-name

"display-name" set the name of the Item.

lore

"lore" is a description of your item.

model-data

"model-data" is an item NBT tag that is being used for Resource Packs

amount

"amount" sets an amount of your item. (min. 1, max. 64)

enchants

"enchants" is a list of enchantments that will be applied to the item

Example:

enchants:
    - "unbreaking:1"

flags

"flags" is a list of item flags that will be applied to the item

Example:

flags:
    - "HIDE_ENCHANTS"

PreviousAnimation ActionsNextColors

Last updated 1 year ago

Display Name, Lore, etc. supports Hex Colors & Gradients. I recommend checking the page!

Colors