Hytale ModReleased

AutoPickup

Say goodbye to chasing items down cliffs or losing diamonds in lava!

🐝 AutoPickup

Streamline Your Mining Experience

_Note: This is an early Access mod. If you run into issues, please join the BusyBee Discord or open an issue with the issues tab. The comment section is not for support.


✨ Why AutoPickup?

Say goodbye to chasing items down cliffs or losing diamonds in lava! AutoPickup is a premium quality-of-life plugin that secures items directly into player inventories, keeping your gameplay fast and your server environment clean.


🚀 Key Features

  • 📦 Direct-to-Inventory: Items from blocks and mobs go straight to you. No ground clutter!
  • 🧠 Smart Detection: Only picks up items from blocks you actually broke.
  • 🔍 Advanced Filtering: Use Whitelists or Blacklists to control exactly what gets collected.
  • ⚡ Performance-First: Zero-lag event handling, optimized for high-population servers.
  • 🔔 Custom Notifications: Supports Titles, Chat, or Notification toasts.
  • 🛑 Creative Support: Optionally disable the feature while in Creative mode.

🛠️ Commands & Permissions

Command Description Permission
/autopickup Toggle personal auto-pickup autopickup.toggle
/autopickup reload Reload configuration files autopickup.reload

⚙️ Configuration

Customize your experience via config.yml. Supports partial matching (e.g., "Ore" matches all types).

autopickup:
  # General Settings
  enabled: true
  default-enabled: false
  disable-in-creative: true

  # Technical Settings
  entry-expiry-ms: 500  # How long to keep break locations in memory
  pickup-delay-ticks: 0 # Delay before items are picked up

  # Notification Settings (TITLE, NOTIFICATION, CHAT, NONE)
  notification-type: "NOTIFICATION"
  toggle-notification-type: "TITLE"

  # Whitelist/Blacklist Settings
  whitelist-enabled: false
  blacklist-enabled: false

  # Whitelist Example (Only pickup these)
  whitelist:
    - "Ore_Copper_Shale"
    - "Ingredient_Bone_Fragment"

  # Blacklist Example (Pickup everything EXCEPT these)
  blacklist:
    - "Ingredient_Sac_Venom"
    - "Ingredient_Fabric_Scrap_Linen"

🐝 DEVELOPED BY BUSYBEE

AutoCollection is maintained by BusyBee Development. We focus on creating immersive, performance-optimized tools for the Hytale community.

🐛

Found a bug?

Report it via our ticket system and we'll look into it as soon as possible.

Open a Ticket