Made the gems item unstackable and unplaceable as a way to prevent issues/duping, these changes are not toggleable.
Fixed shop items not being buyable.
Fixed shop item actions causing errors in console or just not working properly
Updated dependencies to latest to support 1.20.X
Added a buyable: false boolean to set items as a non-buyable item By default this boolean is set to true to keep compatibility with most items
Added permission based locking per item/category. This will allow you to lock certain items or categories behind ranks etc. All you need to do is add a permission: 'example.permission' to any item/category
Removed all local player data files SQLite will create a .db file inside of the plugin folder now
Fixed the decimal placeholder to actually be decimal instead of commas
MongoDB will be removed with the release of 3.4 i recommend moving over to MySQL/MariaDB if you need database support if not SQLite is available for local data saving.