⚡ MTAutopickup ⚡ TeamMT ⚡ icon

⚡ MTAutopickup ⚡ TeamMT ⚡ -----

Never worry about dropped items ever again!




This update brings a minor fix with the relocation of the core library. This could cause issues if you were running multiple MT plugins and some of them are not updated!
----------, Nov 2, 2024

- Fixed a bug with permissions for toggles!
----------, Nov 2, 2024

A bit late to the party, however this update finally brings 1.20.6 and 1.21 support to the plugins!

As always, and especially now as 1.20.6 changed a lot of things, please join the discord and let us know if there are any issues!

This also fixes a small issue with how random numbers are generated
----------, Aug 18, 2024

With the previous updates, a lot of internal changes have been made.

This update removes a small field used for reflection which is no longer used by the API.
----------, Feb 29, 2024

This update fixes a bug with custom packets being sent in 1.20
----------, Feb 26, 2024

This update brings about two important bugfixes in the internal core library:
- Fixed titlebars not being properly translated in lower versions
- Fixed particles not working in 1.9
----------, Feb 26, 2024

This update brings a small bugfix which patches out the title bar not working properly in 1.8.x versions.
----------, Feb 25, 2024

This update brings a small bugfix which caused skulls to not work properly in 1.20.4 in certain cases.
----------, Feb 24, 2024

- Fixed an issue with how offhands gets handled in autoblocking
- Fixed a small issue with 1.8.8 compatibility
----------, Feb 17, 2024

This fixes an issue caused by a missing NBT tag setter in non 1.18 versions.

With that, full 1.20.4 support should be here!
----------, Feb 14, 2024

1.20.4 support has been added!
----------, Feb 14, 2024

The long awaited 1.20.2 support has finally arrived!

As always, if anything goes wrong, let us know through the Discord server!
----------, Nov 27, 2023

This update brings a small toggle which allows server admins to disable whether player items should be automatically picked up!
----------, Aug 26, 2023

This fixes an issue with how shulker boxes are handled, as well as bringing more consistent behaviour to how placeholder engagement functions!
----------, Aug 26, 2023

Fixed a small bug in the core library which sometimes caused cache misses on the class names, and it should bring far more consistent tick times to the plugin.
----------, Aug 25, 2023

- Fixed a bug with amount calculation
----------, Jul 3, 2023

This update brings the ability to add a custom name and lore on your custom drops. That way, you can add different properties to the dropped items!
----------, Jul 2, 2023

This update brings full hex color support using the standard &#123456 format in the messages file!

For more information check out the wiki

https://panel.masecla.dev/wiki/General Options/Messages File
----------, Jun 27, 2023

This update brings a small adjustment to how messages are handled in the plugins.

Specifically, this brings a performance increase in all versions between 1.12 and 1.16
----------, Jun 26, 2023

This update brings a full feature update to the plugin! MythicMobs support! There is now a toggle inside of the configuration (regenerate config if needed)

Other bugfixes:
- Fixed an issue where autoblocking would sometimes cause a warning in console
- Added a couple toggles and modified how priority works when it comes to plugins. This should more or less fix any issues with plugins handling events before or after MTAP in an unintended manner.
- Updated the version of the MTBackpacksAPI we are working with
----------, Jun 24, 2023

This update brings a patch for 1.20.1.

This has been thoroughly tested, however if any issue show up, please let us know!
----------, Jun 24, 2023

After countless hours spent by the development team to ensure everything is up to date, we happily present you Spigot 1.20 support.

This update brings full compatibility with all the features that this brings.

Please join our discord at https://discord.gg/FdMjWSP to report any issues you might have with any of the plugins in 1.20
----------, Jun 10, 2023

An issue was discovered with the compatibility for 1.17.1 when it comes to NBT tags.

This update brings a full patch to all of it!
----------, May 17, 2023

There was a bug in the time formatting API which caused certain durations to show up with erroneous commas.

This update brings a full patch as well as adding years as a potential time unit.
----------, Apr 24, 2023

Fixed an issue with ClassNotFoundException in versions under 1.18
----------, Mar 27, 2023

In 1.18 a new class was introduced in order to help with the management of skulls. This update brings a fix which allows the plugin to work using this class, even in versions prior to 1.18
----------, Mar 26, 2023

We noticed a couple of people reporting to us that when an item is fished up by the plugin, it tends to be quite confusing to not have an item.

As such, we've added a small toggleable option for adding an effect which displays when an item is caught more clearly.

The following needs to be added to the configuration:

Code (YAML):

# If this is true, a small indicator will be shown when a fish is caught
# as it can be hard to tell if you caught anything when no item is dropped.
auto-fish-effect
: true
 
----------, Mar 23, 2023

As features have been added over time to the plugin, the configuration has gotten a bit more complicated.

As such, we have decided to take a step back and simplify the configuration! A couple options have been moved, and custom drops no longer come preconfigured by default. We recommend a full regeneration.

Features:
- We have implemented fishing support. When someone fishes they will now receive the item they fished along with the XP
- We have implemented Armor Stand support. When someone breaks an armor stand, the item will no longer drop on the ground

Bug-fixes:
- Vanilla drops weren't being properly applied when killing mobs. This has now been fixed!
----------, Mar 23, 2023

Internal library change:
- Fixed an issue where the pointer file would be interpreted as an old config for migration
----------, Mar 23, 2023

Internal library change:
- All plugins now have a messages.yml file which points to the correct location
----------, Mar 22, 2023

Internal library change:
- Fixed an issue with skull serialization
----------, Mar 22, 2023

This update brings full compatibility with the 1.19.4 Spigot version!
----------, Mar 17, 2023

This update brings a large feature by building on top of the existing toggles system!

Options for disabled worlds and gamemodes are now handled through the toggles system. This update also adds a couple more useful features, the most important one being the addition of the "placeholders" condition inside the plugin.

Using this feature you are now able to toggle when a feature is enabled by conditional placeholders. As such you could have the autopickup feature be enabled only when you have an enchant on the currently held hand!

Here's an example of a config
Code (yml (Unknown Language)):

      gamemodes:
      - CREATIVE
      - SPECTATOR
      worlds:
      - WorldWithoutAutopickup
      placeholders:
      #  telekinesis-placeholder: # If these placeholders match, then autopickup will be disabled
      #    placeholder: "%telekinesis%"
      #    value: "false"
    enabled-on:
      # placeholders:
      #  telekinesis-placeholder: # Can be used to enable autopickup in certain situations
      #    placeholder: "%telekinesis%"
      #    value: "false"
 
----------, Feb 1, 2023

- Fixed an issue with how XP is handled for entities
----------, Jan 18, 2023

- Updated to new MTBackpack API (1.3.6, update to MTBackpack is required too)
----------, Jan 8, 2023

Added support for saplings and stem to be protected while autoplant is turned on, regardless of whether they are in fact fully grown or not.

To those of you migrating, you will need to add the following your config.yml

Code (Text):

auto-plant-stems:
- MELON_STEM
- PUMPKIN_STEM
- ATTACHED_MELON_STEM
- ATTACHED_PUMPKIN_STEM

auto-plant-saplings:
- OAK_SAPLING
- SPRUCE_SAPLING
- BIRCH_SAPLING
- JUNGLE_SAPLING
- ACACIA_SAPLING
- DARK_OAK_SAPLING
- SAPLING
 
As well as the following
Code (Text):

allow-break-stems: false # Allow breaking stem blocks when autoplant is on
allow-break-saplings: false # Allow breaking saplings when autoplant is on
 
----------, Jan 8, 2023

- Fixed protection plugins sometimes not working properly
----------, Jan 7, 2023

A couple quality of life changes to the plugin in order to ease some of the pain points expressed by users.

This update brings:
- Converted options auto-plant-worlds and auto-plant-gamemodes negative, so that by default the plugin will simply work everywhere
- Vanilla Minecraft statistics should now properly update.
- Fortune is now applied on vanilla drops
----------, Jan 7, 2023

This update brings far more fine-grained control over toggles. Up until now, it was a bit finicky to enable, disable, and the actual auto-pickup function was un-toggleable. There was also no way to mark certain cases as toggled off by default, so this is also fixed.

To those of you who already have the plugin, either regenerate the config, or add this to your config
Code (yml (Unknown Language)):

toggles:
  autoplant:
    toggleable: true # If this is true, players will be able to toggle autoplanting
    permission: teammt.mtautopickup.autoplant # This is the permission required to toggle autoplanting
    enabled-by-default: true # If this is true, players will have autoplanting enabled by default
    shortcuts: [autoplant, plant, planting] # These are the commands which will be used for toggling autoplanting
  autosmelt:
    toggleable: true
    enabled-by-default: true
    shortcuts: [as, smelt, autosmelt]
  autoblock:
    toggleable: true
    enabled-by-default: true
    shortcuts: [autoblock, ab, autocompact, autocompress, compress, compact]
  autopickup:
    toggleable: true
    enabled-by-default: true
    shortcuts: [autopickup, ap, pickup, pick, pick-up, pick-up-items, pickup-items]
 
Bugfixes:
- Fixed some possible errors which could happen in odd cases.
- Modified some messages inside messages.yml to be more clear and in accordance with toggles
----------, Jan 6, 2023

This version brings full compatibility with 1.19.3, among some other changes:

- Ensured 1.19.3 compatibility
- Ensured MTBackpacks 1.3.2
compatibility
- Modified how MTAutopickup hooks into external backpack plugins to make sure cross-version support is maintained intact.
----------, Jan 2, 2023

- Fixed an issue with ItemFrames
- Fixed an incompatibility with MTBackpacks (make sure to update that too!)

Also added this option to config.yml

Code (Text):
# If this is enabled, all items that are inside item frames will be picked up by the plugin
pickup-item-frames: true
----------, Dec 17, 2022

- Fixed an issue with XP on mobs sometimes being wrongly delivered and XP on blocks only being delivered when there is something to drop.
- Implemented the option for chests and containers to be picked up
- Turning on /mtap debug will now also display whenever the plugin grants you an item as well as when a mob is killed
- Fixed an issue with inventory full detection when not using MTBackpacks
----------, Oct 8, 2022

- Quick hotfix update, accidentally made a piece of code return the opposite of what it should have caused the inventory full message to sometimes show up when it should not have.
----------, Oct 7, 2022

- Made the algorithm for the empty inventory far more precise!

- Implemented the option for default-drop to be able to easily redirect vanilla drops from any item not overridden within the config. This should allow for really quick configurations on servers!
----------, Oct 6, 2022

- Added sweet berry bushes to the plugin so they are now autopickup-ed
- Fixed an issue where ripe crops would not be considered ripe without using autoplant when being automatically picked up
- Fixed an issue with how vertical crops are handled when they don't have another crop on top
----------, Oct 5, 2022

- Vertical drop collection will now happen even when autoplant is turned off
- Fixed a simple issue with messages and full inventory
- Implemented items being dropped on inventory full and inventory full notifications when automatically picking up things
- Enabling the integration for MTBackpack without the plugin no longer causes errors
- Config now sets the MTBackpack integration to true by default
- Removed a debug message left in there
- Improved handling for the full inventory
- Optimized how items are given when dealing with large quantities
----------, Oct 4, 2022

You can now disable the ability to break ripe crops!
This should 100% fix any issues that might arise with spotty replanting.
You will need to add this line to your config
With that being said, we've also fixed a minor bug with how canceling drop rates worked in <1.12.2.

Code (YAML):
allow-break-non-ripe : false # Allow breaking non-ripe crops
----------, Sep 30, 2022

- Added main command to manage the plugin
- Removed some debugs left in there
- Fixed an issue with how crops are handled post-flattening
----------, Sep 28, 2022

- Fixed an issue with how blocking outputs are calculated
----------, Sep 25, 2022

- Added some aliases
----------, Sep 19, 2022

Fixed an issue with how skulls are generated.
----------, Aug 30, 2022

Resource Information
Author:
----------
Total Downloads: 51
First Release: Aug 28, 2022
Last Update: Nov 2, 2024
Category: ---------------
All-Time Rating:
9 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings