FIXES:
- Fixed config & config saving
- Fixed non enchanted item purchases
- Fixed item selling
FIXES:
- Fixed purchases not functioning without item enchantments
- Fixed support for CraftBukkit without Spigot API.
- Fixed mob spawners not correctly setting Entity ID.
ADDED:
- Added item enchantments
- Added automatic saving, no more save buttons.
- Switch all items to ItemID, Material names are completely gone
- Added an Item Editor to every shop page. Much easier to set items.
- Added a global item searchbar. You can now search items in Minecraft. All of the items are pulled from the internet. No need for manual updating
- Item ID's, Item Data ID's, Item Slot's are now automatically set once an item is chosen
- Added "Escape only" option
- Updated inventory title GUI
REMOVED:
- Removed save buttons. It is now 100% automatic.
- Removed material search.
- Removed Item ID, Item Data, Item Slot fields, these are automatic
FIXES:
- Updated to the most stable GUIShop 6.0.2
- Updated to support latest config
- Fixed glitchy program dragging
- Fixed configs not saving
- Fixed buying, selling, just about everything broken in GUIShop.
FIXES:
- Fixed this weird bug that people were having where the shop wouldn't pre-load leading to error code 110. This would cause the plugin to do nothing and say "unknown command"
- Fixed some priorities allowing other plugins to have more inventory control
ADDITIONS:
- Added the option in config.yml that allows users to press escape to take them back to the menu rather than escaping. When set to false, the shop will just close as per usual.
FIXES:
- Fixed a case where opening the shop then closing the shop would lock the players inventory.
FIXES:
- Fixed some cases where if certain users didnt have guishop.slot.X they could simply take items from the shop inventory.
- Updated for 1.10.2 and below.
ADDITIONS:
- Converted project from Java Swing to Java FXML Application
- Added Multi-Threading
- Cleaned up GUI Interface
- Re-Coded Inventory Systems
- Updated to support Multi-Controller Processing
- Fixed item search not removing results when backspacing
- Updated to newest GUIShop plugin
- No longer using -source 1.6
- Updated Material Lib
- Updated Shop Lib
FIXES:
- Fixed clicking out of inventory
- Fixed mouse twitching to middle of screen every click
- Fixed clicking empty slots causing bugs
- Fixed un-sellable items not returning when attempted to be sold
- Fixed selling anything with 0.X cents. Anything under 1$ is returned.
- Fixed plugin loading methods. No longer using Main()
- Fixed clicking personal slots, than the shop causing a dupe.
- Fixed Instant close bug when clicking blank personal inventory slot.
NEW:
- Re-Coded loading system to lift weight off the server. The plugin
would load from the config every time a player types /shop. The shops
now load ONCE when the first player joins the server after a reboot.
REMOVED:
- Removed old caching system, found way more efficient way.
- Removed console spam messages
TOUCH-UPS:
- Cleaned up most of the handler code
- Garbage cleanup within handlers
