Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@TFAGaming TFAGaming released this 03 Dec 20:23
d83e609

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).