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!
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.