[+] Fixes sell hook for Dynamic Shop
[+] Fixes loading issues with 1.20.4
[+] Fixes a bug to do with 1.20.4 NBT Utils
[+] Fixed support for 1.20.4
[+] Updated the EconomyShopGUI hook
Also noticed I made an issue with the version number which is now fixed
[+] Fixed an issue with placing chests next to one another, thanks
@HoMeRsOn for helping test
[+] Fixs a few bugs with 1.20- Thanks
@SynthCraft for helping out with this!
[+] Fixed support for 1.20
[+] Added support for 1.20
[+] Added support for 1.19
[+] Fixed Sellhook with EconomyGUI
[+] Updated the EconomyShopGUI hook
[+] Fixed a bug with the last two updates ..
[+] Fixed a bug relating to last update to do with double chests - apologies this took so long, I went away at the worst possible time!
[+] [+] Bug fix for 1.18.2
[+] Fix issue with placing chests next to one another
[+] Compiled on Java 16, should work on Java 16
@old_babyy
[+] Fixed a GUI Shop hook
[+] Added the ability to put %PLAYER_NAME% in the hologram of a sellchest
@MasterClashpro
[+] Added Support for EconomyShopGUI, to enable this add this to
hooks.yml
Code (Text):
useEconomyShopGUI: true
[+] Fixed an issue with the worth.yml the plugin generates not working
@azzyboopedurnose
[+] Added support for Dynamic Shop
@nico.
[+] The plugin will now generate a worth.yml file - You can use this file to override sell price values over other plugins, or if you don't have any of the sell hooks installed!
[+] Very basic metrics added to the plugin, see main page for more info
[+] Fixed a bug that was spamming console everytime a piston went off
@Wolgix
[+] Fixed a bug with Shopguiplus throwing an error upon selling
@Wolgix
[+] Fixed a bug that allowed pistons to push the holograms of chests around
[+] Fixed a bug that could be used to dupe a sell chests in certain conditions
@DatsMaboi
[+] Fixed a bug preventing the plugin to load if Essentials was not installed and CMI was
[+] Fixed a bug where items would disappear in the chest and not sell
[+] Improved performance greatly of when a player logs in, checking if chests are in loaded chunks or not
[+] Support for 1.16 - Seemed to work fine on 1.16 prior to this release, but it will be supported from this version onwards.
[+] Fixed a typo issue that prevented CMI hook from working
[+] Fixed a NPE when setting up a hologram @SemiMute
[+] Added '/chests sync' command, it will force all chests to sell so they link up
[+] When a sellchest was placed, if it was next to an armour stand (or a a minion with my minions plugin) it would be removed. So sellchests will no longer remove random armourstands next to it
[+] Please read carefully if you wish to enable the ability to toggle holograms on/off
In
config.yml please add
Code (Text):
#SHIFT_LEFT or SHIFT_RIGHT, NONE to disable
hologram_disable_button: SHIFT_LEFT
in
messages.yml please add
Code (Text):
hologram_disabled: "&7You have &c&lDISABLED &7the hoppers hologram!"
hologram_enabled: "&7You have &a&lENABLED &7the hoppers hologram!"
[+] Support for the latest ShopGUI+ API

[+] Fixed issue with items being sold that are worth nothing, or bellow the minimum sell value set in config.yml
[+] Fixed an issue with chunks causing lagg when loading, thanks
@Phooo for helping me with this

[+] Fixed issue if chunk was null, due to world not being loaded
[+] Fix NPE when selling with ShopGUI+
PLEASE ADD THESE TWO VALUES:
IN
CONFIG.YML:
Code (Text):
# -- Sell Settings --
#Currently, each time a chest sells the user will get a message. Would you like to make it so every X amount of minutes, they get a message of the sum they've made?
#If so, set this to a number > 0
TimeBetweenUserSumMessages: -1
IN
MESSAGES.YML
Code (Text):
#If TimeBetweenUserSumMessages is > 0 in config.yml, this message is given every X amount of minutes instead of the sellchest_sell
sellchest_sum: "&bYour sell chests have made &6$&e%MONEYMADE% &bover the last %TIME% Minutes"
[+] Added the ability to give the user a sum of the total money he/she has made over the last X amount of minutes, rather than every sellchest sell

[+] SellChests can no longer be moved via Pistons
PLEASE ADD THIS TO YOUR config.yml <<<
Code (Text):
#If an item is less than or equal to this number, the item will not be sold and will stay in the chest
#So set this to a minus number if you want it to remove all items pretty much from the chests
minimum_sell_value: 0
[+] Added a minimum sell value (items priced below this sell value will not be sold) As currently it will get rid of all items (even if they are priced at 0)
@VozikCZE
[+] Fixed an issue that prevented plugin from loading due to last update
NOTE PLEASE ADD THIS TO HOOKS.YML
Code (Text):
** REMEMBER INDENTATION
useCMI: true
[+] Added support for CMI shop
[+] Fixed an issue which has caused holograms to dupe multiple times when a server crashes (or anyway that prevents the plugin from removing them on a server shutdown).
[+] When doing "" as a message, it was sending a player a black message, now it sends nothing
@Joostie15
[+] Fixed issue with the about command displaying incorrect info
[+] Bug fix when breaking a chest whilst its owner is not online
[+] If a player breaks a SellChest who's owner is not online, it'll now give them the correct chest instead of a blank chest.
[+] Updated for EssentialsX 2.16
[+] If you are experiencing holograms being duped or other issues similar, try this update. - Now if a chest is broken (and its a sell chest but the owner is not online) some additional code is ran to prevent an issue occurring.
[+] Fixed possible NPE while using the Essentials Hook
[+] Fixed an issue with 1.12 + Essentials causing the wrong amounts to be given
[+] Changed hologram placement calculation to improve placement for bigger holos
[+] The entities that are used for Holograms are now small, meaning blocks can be placed more easily around them.
[+] Plugin will auto delete bugged chests if they try and sell
[+] Fixed NPE caused when plugin used in conjunction with WildChests
[+] Issue with duplicating holograms when placing chests is fixed.
[+] Added sanity checks to ensure that a Sellchest exists before loading it. This should stop issues occurring relating to holograms having no attached chest.
[+] If a player has a hopper in hand and is shift clicking, it will no longer display stats and will allow the player to place a hopper
[+] Fixed an internal error relating to the Give command
[+] Fixed an issue where holograms / Armour Stands near a SellChest will get deleted
[+] Fixed an issue where if a server crashed, holograms would bug - This update will fix that + Fix any bugged ones ingame
[+] Another important update, fixed duplication of Armourstands to do with chunk loading
[+] Sanity check when a chest is loaded, that a chest actually exists in that spot
[+] Fixed issue with chunks not being unloaded, caused an issue with the Holograms - This is quite an important update.
[+] Fixed block-breaking on 1.8 servers
[+] Fixed issue with Factions hook
[+] Fixed a issue where entities (used for holograms) were duplicating
If you are updating from a previous version, please reset hooks.yml
[+] Money sold from chests can now go straight into a faction
@DamagedShadows
[+] Money sold from chests can now go straight into a faction
@DamagedShadows
[+] Major performance increase by implementing my own Holograms, rather than using Holographic Displays
[+] Holographic Displays no longer required for holograms
[+] An issue that caused a chest not to load if it was unloaded by a chunk and then reloaded again
[+] Have just added various stuff and fixed various bugs while plugin was being improved, including the ability to list sell chests available to use.