Rival Development
Purchase the plugins Discord
  • Welcome!
  • 🔹RIVAL TOOLS
    • 💜Rival Pickaxes
      • Installation
      • Placeholders
      • Custom Drops
      • Mine Setup
      • Configurations
        • config.yml
        • enchants.yml
        • minelevels.yml
        • crystals.yml
        • mines.yml
        • mobs.yml
        • levels.yml
        • disenchantmenu.yml
        • upgrademenu.yml
        • leaderboards.yml
        • captcha.yml
        • prestige.yml
        • shops.yml
    • 💚Rival Harvester Hoes
      • Installation
      • Placeholders
      • Commands and Permissions
      • API
      • Custom Drops
      • Farming Zones
      • Crop Levels
      • Configurations
        • config.yml
        • enchants.yml
        • croplevels.yml
        • leaderboards.yml
        • captcha.yml
        • settings.yml
        • shops.yml
        • croplevels.yml
    • 💙Rival Fishing Rods
      • Installation
      • Placeholders
      • Commands and Permissions
      • Custom Loot
      • API
    • ❤️Rival Mob Swords
      • Installation
      • Placeholders
      • Commands and Permissions
      • Configurations
        • config.yml
        • enchants.yml
        • leaderboards.yml
        • moblevels.yml
      • API
  • 🔹TOOL ADDONS
    • 🔸Rival Omni Tool Addon
  • 🔹Other Plugins
    • 🐰Rival Pets
      • Installation
      • Information
      • Create Your Own Boosts & Buffs
      • Configurations
        • config.yml
        • enhancements.yml
        • gui.yml
        • messages.yml
        • petboxes.yml
        • scrolls.yml
        • upgrades.yml
        • candy.yml
    • 🟢Rival EXP Shop
      • Installation
      • Information
    • 🟠Rival Credits
      • Installation
      • Information
  • General
    • ❔FAQ
    • ✍️Terms of Service
    • ☕API's
Powered by GitBook
On this page
  1. RIVAL TOOLS
  2. Rival Pickaxes

Custom Drops

Custom drops can be defined for each mine & material depending on the requirements of the drop

Possible drops

    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
        ############################## 
PreviousPlaceholdersNextMine Setup

Last updated 1 year ago

🔹
💜