- Fix an issue where the plugin would try to register a task twice resulting in console errors.
- Prevent the collector gui from being opened if someone is in the members section.
- Add the ability to use tipped arrows with custom potion effects in the gui.
- Only display page arrows if there is more than one page of items.
- Fixed an issue that caused collectors to not be registered when placed with the off hand.
- Fixed an issue where opped users & users with the collectors.admin permission could not remove collectors.
- Fixed a duplication error with open GUIs.
- Optimized the fetching of item prices.
- Replaced some deprecated methods.
- Added missing configuration values for the collector GUI
- Split the sellall button in the collectors gui to Owned & Trusted Collectors
- Collector items in the /collectors gui now appear as the same material that they are set as.
- Added a configuration option to disable auto save messages.
- Added custom_model_data support for GUI items.
This is a major update be sure to read the full patch notes below!
New configuration setting:
- Added support for multiple shop plugins via ShopsBridge
- If the collector type is not a hopper it will now allow hoppers in the same chunk to function.
- Optimized various aspects of the code.
- Dropped support for anything below 1.19 - 1.20.x
You must add this to the top of your configuration file. By default it will use AUTO.
YAML:# Which plugin should we use for prices? # Valid options: Auto, CMI, EconomyShopGUI, Essentials, ExcellentShop, GUIShop, newtShop, QuantumShop, ShopGUIPlus, zShop. prices_provider: Auto
- Total worth placeholder is now formatted in the hologram.
- Added a configurable delay for hologram updating
- Update ZithiumLibrary
New Optimizations:
- Added a new {OWNER} placeholder for the holograms.
- Experimental optimizations.
The new optimizations in place should help improve the performance of the plugin. One of the most notable is we no longer update the hologram each time it picks up an item and instead will wait 15 seconds before updating it.
We also now will cache the prices from ShopGUI+ when called so we don't always have to fetch them.
As always feel free to message me if there are any issues with this update.
- Fixed an issue that didn't allow the plugin to work on servers below 1.19
- Possibly fixed an issue relating to the MiniMessage library not being shaded into the jar correctly.
- Fixed an issue where the filler items in all_collectors_gui would not update based on the configuration file settings.
