Hi! Could you please add a command to the CopyPaste plugin for deleting a saved structure directly from in-game?
At the moment, there is /copylist, but there is no command to delete a saved copy from the list without manually going into oxide/data/copypaste and deleting the .json file.
Something like this would be useful:
/copydelete <name>
or:
/copyremove <name>
The command should delete the saved file from oxide/data/copypaste/<name>.json and remove the structure from /copylist.
Ideally, it should also have a separate permission, for example:
copypaste.delete
This way, we can allow only specific groups to delete saved structures without giving them access to the server files.
Thank you!