FIXES:
- Fixed selling not giving money for sell-able items
- Fixed non sell-able items from being taken from your inventory
- Fixed console messages being created by GUIShop
BIG UPDATE! YOU ARE REQUIRED TO DELETE YOUR OLD CONFIGS AND MAKE NEW ONES. IF YOU WOULD LIKE A CONFIG CONVERTER, PM ME!
New:
- 100% Recode
- New Item ID System
- New Item Data System
- New Inventory Loading System
- New load balancing
- Adding sell/buy command list
- sell:false is no longer needed. Just remove - sell entirely.
- Item and Data ID's are now ItemIDataID. - data is no longer needed.
Fixes:
- Fixed item duplication
- Fixed GUIShop from breaking other plugins
- Fixed selling...
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:
- Updated for Bukkit & Cauldron. Sorry guys! (Personally think Bukkit should have getClickedInventory but w.e)
FIXES:
- Fixed a case where opening the shop and closing it would lock up your own player 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.
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
FIXES:
- Fixed clicking outside of inventory
- Fixed clicking empty slots
- Removed debug messages
