EpicBackpacks
  • 👋🏻Welcome
  • ⚙️First install
  • 🖥️Commands
  • 👌Permissions
  • FAQ
    • Hat problem
    • Various problems
  • 📖Configurations
    • 📄Translations
    • 📷Skin
    • ⏳Open delay
    • 🔊Sounds
    • 🤏Auto pickup
    • 🎒Pre-filled backpacks
    • ⛔Whitelist/blacklist items
    • 📏Size
    • 🍳Recipe
  • Info
    • ✅Compatible plugins
      • ItemsAdder
      • ChestSort
      • PlaceholderAPI
      • UltimateStacker
      • NewItems
Powered by GitBook
On this page
  • How to toggle autopickup feature
  • How to disable autopickup completely for a single backpack

Was this helpful?

  1. 📖Configurations

🤏Auto pickup

How to toggle autopickup feature

Your players can disable/enable autopickup using the /ebpauto command. Permission: ebp.user.autopickup

How to disable autopickup completely for a single backpack

You can disable that feature completely for a single backpack adding the can_auto_pickup property.

  example_2:
    display_name: '&fExample custom texture'
    can_auto_pickup: false
    item:
      type: ITEM
      material: CHEST
    size: 2

Last updated 3 years ago

Was this helpful?