Skip to content

Releases: TFAGaming/SimpleShopGUI

v1.2.0

03 Dec 20:23
d83e609
Compare
Choose a tag to compare

API Version: 1.21.1

  • The entire code was restructured, including the database.
  • Added two database providers: MySQL and PostgreSQL
  • The table was renamed from "sold_items" to "shop_items", and "category"'s datatype was changed from TEXT (string) to integer. (Please read the warning)
  • Removed unnecessary spaces and functions.

Warning

If you use this plugin on a server but with an older version, you must notify all players to re-take their items from the shop because the table has been restructured. This means you must delete the table (from the database) and let the plugin create a new one, or without notifying players, copy the data from the old table and insert it on a new table (not recommended).

v1.1.0

13 Sep 10:55
d06a048
Compare
Choose a tag to compare

API Version: 1.21.1

  • Added new optional argument for /shop command: /shop (category)
  • Added banned items in config.yml
    • Banned items are items that cannot be listed in the shop. It can be configured in the configuration file.
  • Other smaller changes.

v1.0.1

09 Sep 11:36
96dddf4
Compare
Choose a tag to compare

API Version: 1.21.1

  • The "Help?" item in the /shop command GUI now has a toggle value in config.yml.

v1.0.0

08 Sep 14:28
e7156c3
Compare
Choose a tag to compare

API Version: 1.21.1

  • New limits for player ranks.
  • New permissions handler.
  • Fixed missing materials in ItemRarityCategorizer.java.

v1.0.0-prerelease-2

07 Sep 21:28
79028ea
Compare
Choose a tag to compare
v1.0.0-prerelease-2 Pre-release
Pre-release
  • New maximum item price value.
  • Updated Shop GUI.
  • Updated config.yml with additional features.
  • More bug fixes...

v1.0.0-prerelease-1

06 Sep 17:12
8a983ba
Compare
Choose a tag to compare
v1.0.0-prerelease-1 Pre-release
Pre-release

The first release of the plugin.