2.1.2 Jul 23, 2023
Version 2.1.2
  • Added open command /dropcollector open <type>
  • Added an option to create collector on region creation (currently only supports BentoBox, FabledSkyBlock, GriefPrevention, SSB2)
  • Added piston requirement option to auto-harvest

 

Config changes can be found in here


2.1.1 Jul 6, 2023
Version 2.1.1

- Fixed an error on servers older than 1.13
- Fixed levelling issue on servers using SSB2
- Dropped MySQL and MongoDB support. For now, we will continue with YAML, however I have plans on adding h2 or sqlite on v3 and drop yaml support as well.
- Fixed an NPE caused by ShopGui+.
- CollectedItem's now have Auto Sell Enabled setting. This makes each item have its own auto sell status.
- Don't delete the collector when the entity no longer exists
- Added custom model data support to all the gui items
- Added PlaceholderAPI to all the messages & items
- Added an option to make Citizens NPCs glow

Config Changes can be found in here


2.1.0 Jun 17, 2023
Version 2.1.0
  • Added 1.20(.1) support
  • Send an error message when amount < 0
  • Add distance and delay to auto harvest & kill. However, auto-harvest still don't have delay feature. Keep in mind, this is an version update and not a full update.

 

Settings:
  auto-harvest-distance: -1 # the maximum distance this ability should work. Takes the collector as the center point.

  auto-kill-distance: -1 # the maximum distance this ability should work. Takes the collector as the center point.
  auto-kill-delay: 30 # when should we kill the entity? Default: 30 ticks

2.0.9 Jun 10, 2023
Version 2.0.9
  1.  Now supports QuickShop's preview items.
  2. Update the island level on some plugins when a block has been broken by mine ability.
  3. Don't allow players to wear creator items
  4. Fix a little problem with GriefPrevention
  5. Only count storage contents for empty slots

1.20 support will be added in a few days, the plugin should work just fine in 1.20. I am just waiting for some libraries we use to be updated to 1.20. It will be ready and released in a few days!


2.0.8 May 25, 2023
Version 2.0.8
- Added List command for players. They can now access their collectors via a GUI.
- You can now disable and item's sales and make it to store only by setting its price to -1.
 
Make sure to add these to your config!
  Config Changes

2.0.7 May 9, 2023
Version 2.0.7

- Added Item Actions Gui (Support for Bedrock players)

- Fixed reload command. Reload command updates the messages and guis now.

- Added remove item to the settings gui.

- We are now creating the citizens registry after 5 ticks to avoid some problems.

  Config Changes

2.0.6 May 3, 2023
Version 2.0.6
- Disable the abilities if the player no longer has the permission
- Fix a problem with item max stack size
 
No config changes

2.0.5 May 2, 2023
Version 2.0.5

- Some fixes with the auto-sell and sell-all

- Added distance setting to auto-break ability

- Fixed an error with SuperiorSkyblock2 hook

Settings:
  auto-break-distance: 10 # the maximum distance this ability should work. Takes the collector as the center point.

2.0.4 Apr 30, 2023
Version 2.0.4

- Added new detailed metrics.

- Removed OneStopShop hook due to it is no longer supported.

- Added migration system to migrate your collectors from other plugins. Currently on supports GeikCiftci v5.

- Added silk option to auto-break feature.

Settings:
  auto-break-silk: true # uses an enchanted pickaxe

2.0.3 Apr 30, 2023
Version 2.0.3
- Don't allow players to sell items when storage is empty, added a message.
 
Messages:
  collector-is-empty: "<prefix> <red>This collector is empty."

2.0.2 Apr 29, 2023
Version 2.0.2
- Added tax upgrades
- Some fixes

2.0.1 Apr 23, 2023
Version 2.0.1

- Some fixes

- Added translation for the items in the logs.


2.0.0 Apr 23, 2023
Version 2.0.0 | IMPORTANT
- This version fixes an important dupe! PLEASE UPDATE TO THE LATEST!
- Changed the entire gui design. (you can still use the old design by setting Gui.modern: false)
- Added auto-break ability.
- Added permission requirement for abilities.
- Added settings gui where players can change their collector's settings such as Auto Kill, Harvest, Sell and Mine.
- Enabling/disabling Auto-Sell is no longer in the main gui. Moved into the new settings gui.
- Added Citizens support. (We still support the other plugins, this just an improvement)
- Added estimated productivity. (you can show it as per-hour, per-minute and per-day)
- Collectors no longer have a limit or a level. Upgrades are now implemented to items instead of collectors.
- Players can not place collectors too close now. (the distance between collectors must be at least 3 blocks *3x3*)
- Added permission requirement for upgrades. You can now add permissions for upgrades.
- Added progress bar.
- Changed default collector types/entities.
- Every collector entity (such as crop and drop), has abilities list which decides if it should run auto-break, auto-harvest, auto-kill and auto-sell now.

1.1.5 Apr 11, 2023
Version 1.1.5

- Fixed explosion feature

- Fixed SaberFactions support, again.

- It now gives the collectors to the owner of the region when a region has been deleted and has collectors


1.1.4 Apr 4, 2023
Version 1.1.4

- Updated XSeries

- Added support for 1.19.4 materials

- Fixed an IllegalArgumentException

- Fixed Factions support


1.1.3 Apr 2, 2023
Version 1.1.3

- Added Factions Support

- Updated dependencies



1.1.1 Jan 24, 2023
Version 1.1.1
  • Integrated replant feature for newer versions
  • Blocked players to place collectors right next to each other

1.1.0 Jan 23, 2023
Version 1.1.0
  • Updated NBTAPI
  • Fixed Lands support
  • Fixed some other stuff

1.0.8 Nov 29, 2022
Version 1.0.8
  • Added an option that allows you to enable dropping items inside an collector on TNT explosions
  • You are now able to set a collector's initial level
  • Player argument on give command is now required.
  • You can now disable and enable upgrade system.
  • Added [ICODE]first-log[/ICODE] and [ICODE]last-log[/ICODE] placeholders for info item.


1.0.4 Sep 4, 2022
Version 1.0.4

- Some fixes


1.0.3 Aug 28, 2022
Version 1.0.3

- Added Lands support

- Some fixes


1.0.0 Aug 9, 2022