Skip to content

Releases: evs-dev/SignBartering

SignBartering v2.0.1

11 Mar 19:03

Choose a tag to compare

Changelog:

  • Fixed chests not locking
  • Minor code changes

SignBartering v2.0.0

08 Feb 15:22

Choose a tag to compare

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

06 Feb 21:20
8a20347

Choose a tag to compare

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

31 Jul 16:33

Choose a tag to compare

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

31 Jul 14:42
f070e7f

Choose a tag to compare

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

30 Jul 21:07

Choose a tag to compare

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

30 Jul 21:06

Choose a tag to compare

Changelog:

  • Added message for when someone buys from your shop

SignBartering v1.0.0

28 Jul 15:59

Choose a tag to compare

Initial release

Includes:

  • [Sell] sign syntax
  • Shop chest protection
  • Selling