Server.map.wipe.last.istoday usage?

Apologies for the stupid question, but how should I use server.map.wipe.last.istoday ?

I'm trying to do two things...

1. Show '- Wiped Today! ' if true, nothing if false. For discord presence.

2. Show 'Wiped Today!' if true, otherwise {server.map.wipe.last} if false. For say Discord Wipe / Smart Chat Bot.

 

It's not a stupid question. I know the placeholders can be confusing when first learning them.
  1. This is possible to do. You would need to do something like {server.map.wipe.last.istoday!Today| }
    This will display "Today" if the value is true and will display " " if false. The space is necessary in order for it to process correctly.
  2. This is not currently possible but it will be added as a feature in PlaceholderAPI in the future.
Thank you MJSU! 1. Will do me for now!

Merged post

So I had some trouble with that one MJSU,

{server.map.wipe.last.istoday!Today| } returns False in Discord Presence.