[help] how to log a command and times

trying to figure out how i can log when someone uses the command /park and /garage and with time stamps

You can either modify the existing registercommand code for the command to add what you want or you can register your own command to do what you want. I’d do a search for “park” in the resource handling it now so you can see where you might add the log file insertion.

how would i go about adding a log file to where it logs the use of /park for who used it and what time they used it at?

This will tell you everything you need to know about that: