As a simple example to install CS2 plugin for CSS framework, we will use our
Reserved
Slots plugin. This plugin only uses an autogenerated config file to edit settings.
Steps
Download the latest version of the plugin (Reserved Slots )
In the downloaded file there is a folder ReservedSlots , and in this file
there are 3 other files (ReservedSlots.pdb , ReservedSlots.dll , ReservedSlots.deps.json )
Since the plugin is called ReservedSlots, upload all these files to /plugins/ReservedSlots/
Restart the server
After restarting the server a configuration file is created in counterstrikesharp/configs/plugins/ReservedSlots/ and there you can edit your plugin settings.
After editing the config settings, you need to restart the server
Your plugin folder structure should look like this
addons
└── counterstrikesharp
└── plugins
└── ReservedSlots
├── ReservedSlots.pdb
├── ReservedSlots.dll
└── ReservedSlots.deps.json
Caution
The plugin must always be in the same folder as the plugin name
Some plugins also contain lang or other configuration files. These files must also be uploaded to the same folder in the plugins folder.