Store plugin, designed to enhance your gameplay by providing a dynamic credit system that allows you to purchase essential items directly from the store.
If you want to donate or need a help about plugin, you can contact me in discord private/server
Discord nickname: schwarper
Discord link : Discord server
-
If you are using a custom weapon item, the settings should be as follows. You need to set the weapon name in the weapon section. You will also need to set the FollowCS2ServerGuidelines value from the core.json file to false.
"1": { "name": "Store Ak47", "uniqueid": "........vmdl", "type": "customweapon", "weapon": "weapon_ak47", "price": "0", "slot": "1", "enable": "true" }
-
You need to use cs2-tags plugin for tag items. If you are not using it, you will need to upload tagapi files to the cs2-store folder in plugins. If you do use it, it is sufficient to have the api file in the shared file.
- Download the plugin:
- Download the plugin from https://github.com/schwarper/cs2-store/releases.
- Install the plugin files:
- Place the contents of the
plugins
file in theaddons/counterstrikesharp/plugins
folder. - Place the contents of the
shared
file in theaddons/counterstrikesharp/shared
folder.
- Place the contents of the
- Restart or load the plugin:
- Restart your server or load the plugin using the command:
css_plugins load cs2-store
- Restart your server or load the plugin using the command:
- Configure the plugin settings:
- Once the plugin has loaded successfully, configure your settings in the
cs2-store.json
file located in theaddons/counterstrikesharp/config/plugins/
folder. In this file you can set database information, plugin settings and define items.
- Once the plugin has loaded successfully, configure your settings in the
- Finish the installation:
- Restart your server or reload the plugin for the settings to take effect.