Working with Placeholder API?Solved
Does this support Placeholder API?

Want to use it in Message Panel to display Last Wipe and Next Wipe.
PlaceholderAPI is now supported in MagicMessagePanel version 1.2.1.
MJSU
PlaceholderAPI is now supported in MagicMessagePanel version 1.2.1.

Works Great Thanks

Merged post

Can you add wipeAPI Aswell?
What do you mean by WipeAPI?
MJSU
What do you mean by WipeAPI?

Trying to add a message for how many days untill wipe but cant do it so im thinking maybe with wipeinfoapi?

https://umod.org/plugins/wipe-info-api

private int GetDaysTillWipe()
{
return _daysTillNextWipe;
}

Locked automatically