From 1ac0214f64fa70ec04ec1ae883d8d2b499091cbd Mon Sep 17 00:00:00 2001 From: Jason <51760372+JasonHorkles@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:24:07 -0600 Subject: [PATCH] Add descriptions to EntityClearer placeholders --- docs/users/placeholder-list.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 0ab5b91..e1b5ac2 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -2745,12 +2745,10 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh - ### **[EntityClearer](https://www.spigotmc.org/resources/90802/)** > NO DOWNLOAD COMMAND - See Spigot page for placeholder descriptions - ``` - %entityclearer_remaining_minutes_% - %entityclearer_remaining_seconds_% - %entityclearer_remaining_seconds_left_% + %entityclearer_remaining_minutes_% | The time in minutes until the next clear task is run in the world + %entityclearer_remaining_seconds_% | The time in seconds until the next clear task is run in the world + %entityclearer_remaining_seconds_left_% | The time in seconds until the next clear task is run in the world, minus the time the minutes placeholder already accounted for ``` ----