> For the complete documentation index, see [llms.txt](https://docs.rivaldev.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rivaldev.xyz/rival-tools/rival-pickaxes/custom-drops.md).

# Custom Drops

## Possible drops

```yaml
    COAL_ORE:
      '1':
       ############################## 
        name: '&d&lEnchanted Coal'
       ############################## 
        material: COAL
       ############################## 
        base64:
         enabled: true
         value: '' #https://minecraft-heads.com/custom-heads
       ############################## 
        skull:
         enabled: true
         name: Steve
       ############################## 
        lore: 
         - '&7Lore'
         - '&7Lore'
       ############################## 
        glow: true
       ############################## 
        enchants: # Enchants https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/enchantments/Enchantment.html
         - 'DURABILITY:10'
       ############################## 
        flags:  # ItemFlags https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/ItemFlag.html
         - 'HIDE_ENCHANTS' 
       ##############################
        nbt: 
         integer:
           key: 'nbtitem'
           value: '1'
       ##############################  
        nbt: 
         string:
           key: 'nbtitem'
           value: 'Item'
       ############################## 
        nbt: 
         boolean:
           key: 'nbtitem'
           value: true
        ############################## 
        sell-price: 20
        ############################## 
        amount: 1-3
        ############################## 
        essence: 5-10
        ############################## 
        customdata: 1 # For Custom Textures 1.16+
        ############################## 
        xp: 3-5 # Amount of pickaxe xp  
        ##############################
        level-requirement: 5
        ############################## 
        prestige-requirement: 5
        ############################## 
        regions: 
        - 'mineregion'
        ############################## 
        permission: enchanted.coal
        ############################## 
```
