JetsSellChests | CHESTS THAT SELL | HOLOGRAMS | VOIDCHESTS | BOOSTERS | TAX | 1.8 - 1.20 icon

JetsSellChests | CHESTS THAT SELL | HOLOGRAMS | VOIDCHESTS | BOOSTERS | TAX | 1.8 - 1.20 -----

An advanced Auto-sell chest plugin! Create chests with pre-defined boosters to give to people!




[+] 1.21 Support
----------, Sep 8, 2024

[+] Fixes sell hook for Dynamic Shop
[+] Fixes loading issues with 1.20.4
----------, Feb 24, 2024

[+] Fixes a bug to do with 1.20.4 NBT Utils
----------, Feb 1, 2024

[+] Fixed support for 1.20.4
----------, Jan 8, 2024

[+] Updated the EconomyShopGUI hook

Also noticed I made an issue with the version number which is now fixed
----------, Sep 30, 2023

[+] Fixed an issue with placing chests next to one another, thanks @HoMeRsOn for helping test
----------, Sep 21, 2023

[+] Fixs a few bugs with 1.20- Thanks @SynthCraft for helping out with this!
----------, Jul 26, 2023

[+] Fixed support for 1.20
----------, Jul 17, 2023

[+] Added support for 1.20
----------, Jun 27, 2023

[+] Added support for 1.19
[+] Fixed Sellhook with EconomyGUI
----------, Jul 15, 2022

[+] Updated the EconomyShopGUI hook
[+] Fixed a bug with the last two updates ..
----------, Mar 14, 2022

[+] 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!
----------, Mar 13, 2022

[+] [+] Bug fix for 1.18.2
----------, Mar 6, 2022

[+] Bug fix for 1.18.2
----------, Mar 6, 2022

[+] Fix issue with placing chests next to one another
----------, Jan 5, 2022

[+] Support for 1.18
----------, Jan 3, 2022

[+] 1.17 support
----------, Oct 16, 2021

[+] Compiled on Java 16, should work on Java 16 @old_babyy
[+] Fixed a GUI Shop hook
----------, Jun 9, 2021

[+] Added the ability to put %PLAYER_NAME% in the hologram of a sellchest @MasterClashpro
----------, Apr 20, 2021

[+] Added Support for EconomyShopGUI, to enable this add this to hooks.yml
Code (Text):

    useEconomyShopGUI: true
 
----------, Apr 16, 2021

[+] Fixed an issue with the worth.yml the plugin generates not working @azzyboopedurnose
----------, Feb 17, 2021

[+] Added support for Dynamic Shop @nico.
----------, Feb 7, 2021

[+] 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
----------, Jan 22, 2021

[+] Fixed a bug that was spamming console everytime a piston went off @Wolgix
----------, Oct 25, 2020

[+] Fixed a bug with Shopguiplus throwing an error upon selling @Wolgix
----------, Oct 7, 2020

[+] Fixed a bug that allowed pistons to push the holograms of chests around
----------, Oct 6, 2020

[+] Fixed a bug that could be used to dupe a sell chests in certain conditions @DatsMaboi
----------, Oct 1, 2020

[+] Fixed a bug preventing the plugin to load if Essentials was not installed and CMI was
----------, Sep 24, 2020

[+] 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
----------, Jul 26, 2020

[+] Support for 1.16 - Seemed to work fine on 1.16 prior to this release, but it will be supported from this version onwards.
----------, Jul 6, 2020

[+] Fixed a typo issue that prevented CMI hook from working
----------, Jun 23, 2020

[+] Fixed a NPE when setting up a hologram @SemiMute
----------, Nov 4, 2019

[+] Added '/chests sync' command, it will force all chests to sell so they link up
----------, Nov 1, 2019

[+] 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
----------, Oct 20, 2019

[+] ChestSellEvent added @hassan7000
----------, Sep 22, 2019

[+] 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!"
 
----------, Sep 9, 2019

[+] Support for the latest ShopGUI+ API ;)
----------, Aug 19, 2019

[+] Fixed issue with items being sold that are worth nothing, or bellow the minimum sell value set in config.yml
----------, Aug 15, 2019

[+] Fixed an issue with chunks causing lagg when loading, thanks @Phooo for helping me with this ;)
----------, Aug 6, 2019

[+] Fixed issue if chunk was null, due to world not being loaded
----------, Jul 5, 2019

[+] Fix NPE when selling with ShopGUI+
----------, Jul 4, 2019

[+] Fixed a NPE when login @SwiftSwamp
----------, Jul 1, 2019

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 ;)
----------, Jun 23, 2019

[+] SellChests can no longer be moved via Pistons
----------, Jun 11, 2019

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
----------, Jun 5, 2019

[+] Fixed an issue that prevented plugin from loading due to last update
----------, Jun 1, 2019

[+] Added /chests reload
----------, May 21, 2019

NOTE PLEASE ADD THIS TO HOOKS.YML
Code (Text):

** REMEMBER INDENTATION
  useCMI: true

 
[+] Added support for CMI shop
----------, May 20, 2019

[+] 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).
----------, May 19, 2019

[+] When doing "" as a message, it was sending a player a black message, now it sends nothing @Joostie15
----------, May 12, 2019

[+] Fixed issue with the about command displaying incorrect info
----------, May 5, 2019

[+] Bug fix when breaking a chest whilst its owner is not online
----------, May 5, 2019

[+] 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.
----------, May 4, 2019

[+] Updated for EssentialsX 2.16
----------, Apr 28, 2019

[+] 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.
----------, Apr 27, 2019

[+] Fixed possible NPE while using the Essentials Hook
----------, Apr 25, 2019

[+] Fixed an issue with 1.12 + Essentials causing the wrong amounts to be given
----------, Apr 14, 2019

[+] Changed hologram placement calculation to improve placement for bigger holos
----------, Apr 13, 2019

[+] Hologram will no longer spawn in chest @Fra_Troplol
----------, Apr 5, 2019

[+] The entities that are used for Holograms are now small, meaning blocks can be placed more easily around them.
----------, Mar 16, 2019

[+] Plugin will auto delete bugged chests if they try and sell
----------, Mar 15, 2019

[+] Fixed NPE caused when plugin used in conjunction with WildChests
----------, Mar 14, 2019

[+] Issue with duplicating holograms when placing chests is fixed.
----------, Mar 13, 2019

See last update
----------, Mar 12, 2019

[+] Added sanity checks to ensure that a Sellchest exists before loading it. This should stop issues occurring relating to holograms having no attached chest.
----------, Mar 12, 2019

[+] 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
----------, Mar 10, 2019

[+] Fixed an issue where holograms / Armour Stands near a SellChest will get deleted
----------, Mar 8, 2019

[+] Fixed an issue where if a server crashed, holograms would bug - This update will fix that + Fix any bugged ones ingame
----------, Mar 2, 2019

[+] 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
----------, Feb 22, 2019

[+] Fixed issue with chunks not being unloaded, caused an issue with the Holograms - This is quite an important update.
----------, Feb 22, 2019

[+] Fixed block-breaking on 1.8 servers
----------, Feb 21, 2019

[+] Fixed issue with Factions hook
[+] Fixed a issue where entities (used for holograms) were duplicating
----------, Feb 21, 2019

If you are updating from a previous version, please reset hooks.yml

[+] Money sold from chests can now go straight into a faction @DamagedShadows
----------, Feb 21, 2019

[+] Money sold from chests can now go straight into a faction @DamagedShadows
----------, Feb 21, 2019

[+] Major performance increase by implementing my own Holograms, rather than using Holographic Displays
[+] Holographic Displays no longer required for holograms
----------, Feb 18, 2019

[+] An issue that caused a chest not to load if it was unloaded by a chunk and then reloaded again
----------, Feb 17, 2019

[+] Have just added various stuff and fixed various bugs while plugin was being improved, including the ability to list sell chests available to use.
----------, Feb 16, 2019

Resource Information
Author:
----------
Total Downloads: 401
First Release: Feb 16, 2019
Last Update: Sep 8, 2024
Category: ---------------
All-Time Rating:
20 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings