Date format not working
Please fix or add back supporting different date formats.
I manually added it to my config per the plugin page's config, but it's not working.
Thanks!

Different date formats are supported using the new system. Here is an example from another plugin:

`{server.map.wipe.last:MM/dd/yy hh:mm:ss tt!local}` This will take the last map wipe and format using the text after the ':' then it will convert the date to local time because of the "!local". If the local time is wrong there is an offset in the PlaceholderAPI config for handling local time.

Ok, thanks! I recommend adding this information to the plugin page and update the sample configuration on the page.
Yeah, I'm planning on creating a new replacements guide with a lot of the defaults.
Awesome. That will be super helpful. I used the console command and didn't see how to offset the server time. For example, we communicate in Eastern time but our server is located in a central time zone so it's server time is central. 
Appreciate all the work you do!
The time offset is configured in the PlaceholderAPI.json in the config folder.