Releases: TFAGaming/SimpleShopGUI
Releases · TFAGaming/SimpleShopGUI
v1.2.0
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
v1.0.1
v1.0.0
v1.0.0-prerelease-2
- New maximum item price value.
- Updated Shop GUI.
- Updated
config.yml
with additional features. - More bug fixes...
v1.0.0-prerelease-1
The first release of the plugin.