Does this support Placeholder API?
Want to use it in Message Panel to display Last Wipe and Next Wipe.
Want to use it in Message Panel to display Last Wipe and Next Wipe.
MJSUPlaceholderAPI is now supported in MagicMessagePanel version 1.2.1.
Works Great Thanks
Merged postMJSUWhat 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;
}