Releases: evs-dev/SignBartering
Releases · evs-dev/SignBartering
SignBartering v2.0.1
SignBartering v2.0.0
Changelog:
Player-facing
- Added two shop types - [FREE] and [INFINITE]
- Changed player item quantity separator from ':' to '*' (for consistency between player- and plugin-formatted)
- Remade README images and some instructions
Behind the Scenes
- Refactored some of the code
- Introduced new system for line parsing, interpreting, and formatting that allows for multiple shop types (see 1e2f689 / FirstLine.java)
SignBartering v1.2.1
Changelog:
- Refactored almost all of the code
- Changed from tabs to 4 spaces
- Fixed bug where selling multiple of an item that relies on NBT (e.g. enchanted books) would only give one item
SignBartering v1.2.0
Changelog:
- Any container can now be used for a sign shop (double chests, shulkers, etc.)
- Signs can now be placed on any side of a container
- Added message sent to the owner of a shop when their shop is out of stock and someone tries to buy from it
- All items similar to enchanted books (like player heads) can now be properly sold and bought
- Fixed critical bugs from v1.1.2
SignBartering v1.1.2
DO NOT USE
This version has major bugs fixed in v1.2.0
Changelog:
- Items with NBT stored in a shop will have their NBT ignored (meaning enchanted books, custom player heads, etc. can be sold)
- Reordered funds/stock checks by putting stocks first so the buyer can know if a shop is stocked without having to have funds
SignBartering v1.1.1
Changelog:
- Fixed bug with enchanted books not being found in shop chests
- Fixed bug whereupon buying one enchanted book would make the rest in the shop chest vanish
SignBartering v1.1.0
Changelog:
- Added message for when someone buys from your shop
SignBartering v1.0.0
Initial release
Includes:
- [Sell] sign syntax
- Shop chest protection
- Selling