Skip to content

Releases: schwarper/cs2-store

1.4

27 Aug 10:24
9e46e7f
Compare
Choose a tag to compare
  • Added skin option for playerskins

1.3

26 Aug 20:48
358e582
Compare
Choose a tag to compare
1.3
  • Added 5 second waiting time to gift credits process.

1.2

14 Aug 10:13
95aa788
Compare
Choose a tag to compare
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.

1.1

05 Aug 11:15
e0625bc
Compare
Choose a tag to compare
1.1
  • Fixed customweapon

1.0.0

04 Aug 16:54
e4a941e
Compare
Choose a tag to compare
  • Fixed an issue with the player skin menu.
  • Bunnyhop item added

0.2.9

02 Aug 01:36
ebe9396
Compare
Choose a tag to compare
  • Fixed some issues with the menu.
  • Added an option for playerskin items to be used in common outside of t and ct. If you set the slot value to 1, the model can now be used in both ct and t.
  • Fixed the tagapi issue.

0.2.8

26 Jul 19:02
431c3ae
Compare
Choose a tag to compare
  • 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;

0.2.7

09 Jul 13:10
3f2ae18
Compare
Choose a tag to compare
  • Fixed problem with tag item api.
  • Fixed typo in lang files.
  • Added FollowEntity to trail.
  • Added new item: Equipment
  • Added new module: Crash

0.2.6

25 Jun 05:15
2fec184
Compare
Choose a tag to compare
  • OnTick listener in menu merged with OnTick listener in event.
  • Added sound to play when selecting an option in the menu.
  • Added an option to use the confirmation menu.
  • The resetdatabase command now adds players from the server to the database after deleting the database.
  • Tag item added
  • Added new module: CoinFlip

Important

Json has been modified. Please change it by looking at the example or recreate it.

0.2.5

23 Jun 10:24
d74287c
Compare
Choose a tag to compare
  • Added confirmation menu that asks if you are sure if you will buy an item before you buy it.
  • Added new module: Quiz