ConVar Snapshot
I really wanted to be able to just leave a server i messed with, allowing shenanigans to continue until the map ends. But you can also use it to toy around and collect changes for event configs.
This plugin extends /cvar, and keeps track of ConVars changes through /cvar.
New Commands:
PHP Code:
/cvar snap begin
/cvar snap show -- list all changes since begin
/cvar snap restore -- undo changes since begin
/cvar snap commit -- commit to the changes you did
/cvar snap end -- end snapshot mode
The plugin will restore+end on map change.
Tested on TF2 for like 5 minutes 😁