A module/plugin for ModSharp that allows players to apply econ items, including but not limited to weapon paintkit, stickers, musickits, agents, and more.
- Download the latest release from the releases page.
- Extract the contents of the zip file to the
{your_server_dir}/game/directory, which should contain a sharp directory. - Edit the
sharp/configs/weaponskin.jsoncfile to configure the database connection.
The request module is required for this module to work. If you have your own request implementation that does not rely on SQL, for example HTTP requests, you can make your own request module, but it must implement the same interface as the one provided by the request module.