Releases: schwarper/cs2-store
Releases · schwarper/cs2-store
1.6
1.5
1.4
1.3
1.2
- Tag module has been removed from the store and will be reshared as a new module.
- Added
Item_Give
command to the API. - Made improvements to unequip command.
- Bunnyhop item is now equippable.
- Commands have been added to prevent events of unused items.
- A bug has been fixed where the names of silenced weapons in the customweapons item were not displayed correctly.
- The configuration file has been updated. The JSON file will now only contain items, while settings will be stored in a file with the
config.toml
extension.
- Thanks to @Mesharsky for .toml config
1.1
1.0.0
0.2.9
0.2.8
- Fixed a problem with deleting items worn by VIPs from the database.
- Added new modules: Hi-Lo, Slot Machine, Daily, Voucher, Salary
- Updated CSS API
Important
A new column has been added to the database in the store_players table. It is important for those using the plugin to process this command in sql.
ALTER TABLE store_players ADD COLUMN Vip BOOLEAN NOT NULL;