Updated the logic for determining when the entity removal task should be run. Previously, an interval set to 1 would wait 1 minute, then start the countdown task, then remove the entities. If you had a warning set to 30 seconds, the entity removal gap was effectively 1.5 minutes. With this update, an interval of 1 and warning set to 30 seconds will continue to run the task every 1 actual minute.
Updated the MythicMobs dependency
World names will now be included in the debug dump
PlaceholderAPI placeholders:
%entityclearer_remaining_minutes% | The time in minutes until the next clear task is run
%entityclearer_remaining_seconds% | The time in seconds until the next clear task is run
%entityclearer_remaining_seconds_left% | The time in seconds until the next clear task is run, minus the time the minutes placeholder already accounted for