OneStopShop 2 icon

OneStopShop 2 -----

GUI Shop, 100% items supported, custom meta data supported, in-game configuration.




Changelog:
  • Fixed a issue with the Grief Prevention hook
----------, Nov 5, 2023

Changelog:
  • Fixed a issue where some yml files wouldn't load if their OS was set to a non-english language
----------, Sep 16, 2023

Changelog:
  • 1.20 support
----------, Jun 8, 2023

Changelog:
  • Changes to interface size will now reflect the size of the menu if the interface is not a custom menu interface
----------, May 9, 2023

Changelog:
  • Added config option in lang.yml (decimal_format_symbols) which will set the language and country for the value formatter. This uses a ISO 639 alpha-2 or alpha-3 language code (EN, IT, FR)
[​IMG]
  • Changed the default value format to #,###.## so it'll hide decimals by default when not present in the value
----------, May 7, 2023

Changelog:
  • 1.19.4 update
----------, Mar 14, 2023

Changelog:
  • Fixed a bug related to removing off-hand items when selling through a GUI or the command sellall
----------, Feb 16, 2023

Changelog:
  • The command /shop reset stock now runs asynchronously
----------, Feb 13, 2023

Changelog:
  • You now have the option to enable or disable each hook in the config.yml
  • Added direct support for the plugin Residence
----------, Feb 7, 2023

Changelog:
  • Added direct support for the following land claiming plugins (Sell Wand):
    GriefDefender, WorldGuard, Towny, GriefPrevention, FactionsUUID, Lands
  • Performance improvements
----------, Feb 1, 2023

Changelog:
  • Fixed a bug where if you were using MySQL and ran /shop reset stock it wouldn't update on the other servers
  • Fixed a issue with the remove item method, some recent changes were made that created an issue
----------, Jan 29, 2023

Changelog:
----------, Jan 27, 2023

Changelog:
  • Added new command /shop swap <shop/menu> <target> - This will open the target menu or shop and will allow you to swap item slots just by clicking two items
  • Cleaned up some MySQL code
----------, Jan 25, 2023

Changelog:
  • The plugin will only attempt database disconnection on restart if MySQL is enabled
----------, Jan 24, 2023

Changelog:
  • Added MySQL support
  • Created MySQL guide: https://lees-plugins.gitbook.io/onestopshop-2/mysql-guide
  • Tax is now displayed on shop display item
  • Fixed a small parsing issue when clicking on /shop help commands
  • Fixed a issue related to pagination page history
  • Sounds in the config are now under the same key for organization
  • Items in the config are now under the same key for organization
----------, Jan 19, 2023

Changelog:
  • /shop open was missing a tab complete, that has been fixed
----------, Jan 14, 2023

Changelog:
  • Reworked the command manager
  • Tab-Complete now works in console
  • Command syntax was moved out of the lang file to prevent future confusion when commands are updated
----------, Jan 14, 2023

Changelog:
  • Optimized a few methods used in this plugin
----------, Jan 12, 2023

Changelog:
  • Updated command manager, removed redundant code
  • Fixed some default lang
  • Clicking commands in /help will now suggest the sub-command instead of just the main command
  • Improved sorting algorithm (/shop worth list) and many methods used
----------, Jan 10, 2023

Changelog:
  • Small fix related to a /shop give arg error
----------, Jan 10, 2023

Changelog:
----------, Jan 8, 2023

Changelog:
  • Command /shop worth list will now only show 15 items per page
  • Added the command: /shop item model <number> - Allows you to set a model number to your hand item
----------, Dec 29, 2022

Changelog:
  • Display item and normal items are now saved separately internally for interface and menu items, so when you use /shop add or /shop remove it'll look for the display item or normal item just like shops
  • The command /shop worth list will no longer display duplicate items, so if you had redstone in two different shops it'll still only show one in the command list
  • Added many new errors messages to help with troubleshooting if you made a mistake
----------, Dec 29, 2022

Changelog:
  • Fixed a bug related to pagination
----------, Dec 25, 2022

Changelog:
  • Added command: /shop info - will show you next restock if dynamic or stock is enabled, total shop items and the shop mode, more info will be displayed in the future most likely
  • Added broadcast when a shop restock happens
  • /shop reset stock now resets the auto restock timer
----------, Dec 25, 2022

Changelog:
  • Added command: /shop reset stock - reset the stock
  • Fixed a small issue with auto restocking
----------, Dec 24, 2022

Changelog:
  • Added command /shop sellmenu
  • Added command /shop version
  • Added command /shop set shop <shop> stock <amount>
  • Added command /shop set shop <shop> stock-median <amount>
  • Added two new shop modes, stock and dynamic
  • Added auto restock option
  • Added tax option for transactions
  • Updated wiki with new commands and how to use new config options: https://lees-plugins.gitbook.io/onestopshop-2/
----------, Dec 24, 2022

Changelog:
  • Cleaned up some internal code, no noticeable changes
----------, Dec 14, 2022

Changelog:
  • Added toggle option for shop border in config.yml (shop-border-enabled), the bottom row is considered the interface row when toggled off
----------, Dec 11, 2022

Changelog:
  • Fixed an issue related to /shop reload
----------, Dec 10, 2022

Changelog:
  • Added transaction_sell_only default interface - interface for a shop item with only a sell value
  • Added transaction_buy_only default interface - interface for a shop item with only a buy value
  • You'll need to add this into your interfaces.yml if you already created one or you can simply delete it and restart to get a fresh new one
  • Fixed regex issue not accepting a 0 value in /shop commands
----------, Dec 10, 2022

Changelog:
  • Added command: /shop add <interface> <target>
  • Added command: /shop remove <interface> <target>
  • Added command: /shop create <interface> <name>
  • Added command: /shop delete <interface> <target>
  • /shop worth list won't show items with zero value now and it'll show the display name of a item if available
  • Removed file gui_items.yml
  • Removed gui.yml
  • Added interfaces.yml
  • Updated wiki with new interface system
  • Updated default lang command syntaxes and descriptions for new commands, you'll want to delete those keys in the lang.yml and restart if you want the new lang or you can simply delete the lang.yml and restart
----------, Dec 8, 2022

Changelog:
  • Added /shop item lore copy - will copy your hand item lore
  • Added /shop item lore paste - will paste copied lore onto hand item
----------, Dec 4, 2022

Changelog:
  • Added command /shop delete <menu/shop> <target>, allows you to delete shops or menus in-game
  • Added more checks for errors with /shop add, /shop open and /shop remove
  • Added a check in menus to make sure the sub-menu or shop exists
  • Updated wiki with new command
----------, Dec 3, 2022

Changelog:
  • Fixed an issue with the command /shop add menu <menu>, wasn't setting capitalized enum key in item meta data
----------, Dec 3, 2022

Changelog:
  • Fixed /shop item lore, wasn't working quite as intended
----------, Dec 3, 2022

Changelog:
  • Added API class for plugin addons, wiki update for new API coming soon
----------, Dec 1, 2022

Changelog:
  • Changed some default lang for /shop item
----------, Nov 19, 2022

Changelog:
  • Added /shop item itemflag <flag> <true/false>
  • Updated wiki with new command
----------, Nov 19, 2022

Changelog:
  • Added /shop item enchant <enchantment> <level>
  • Updated wiki with new command
----------, Nov 18, 2022

Changelog:
  • Added sell wand handler, works with chests, barrels and shulker boxes
  • Added /shop give <player> <sellwand> <amount> - Gives target user a sell wand, works in console as well
  • Added /shop item lore clear - you can now clear lore from a item
  • Added config option for denying anvil wand renaming
  • Updated wiki with new command
----------, Nov 17, 2022

Changelog:
  • Faster item worth lookups
  • Added sub-command /shop worth list
----------, Nov 14, 2022

Changelog:
  • Cleaned up some code
  • Added tab complete for a few sub-commands in /shop set
----------, Nov 13, 2022

Resource Information
Author:
----------
Total Downloads: 117
First Release: Nov 13, 2022
Last Update: Nov 5, 2023
Category: ---------------
All-Time Rating:
11 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings