Get the last played maps.
Shows a list of the last played maps. It has console support. It also uses built-in Queues from .NET.
- Get an IDE & Code Editor (Visual Studio, Rider or others).
- Install package 'Microsoft.Extensions.Logging.Abstractions'.
- Edit and debug if you need to.
- Build the code.
- Add the files (
.dll,.pdb,.deps.json) in their own directory. - Rename directory. Use the same name.
- Upload directory in
/game/csgo/addons/counterstrikesharp/plugins
If you just want to modify general settings of the plugin:
[ConsoleCommand("css_lastmaps", "Last played maps")]- console command[RequiresPermissions("@css/generic")]- admin accessconst int LastMapsMaxElements = 20;- max queue elements
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Give a ⭐ if this project helped you.
MIT based on outlined exemption from CounterStrikeSharp.