Details
Supported Bukkit Versions
Changelog
- Added a simple API (let's start with simple things first)
- Copied utilities from ChestShop-4
- Made code really, really nicer to read
- Made every external plugin's wrapper a listener, so it listens to events instead of being hard-coded.
- Removed stackAmount from Shop and TransactionEvent's constructor.
- Fixed a bug in Bukkit (which changed ItemStacks in arguments - I'm looking at you, Bukkit team - BUKKIT-1864)
- Made the plugin more event-driven
- Added PreTransactionEvent which can be cancelled
- Fixed not placing B/S before prices
- Updated Heroes