From ad332a103b554aabf718db8b10f4dbe833bdd86b Mon Sep 17 00:00:00 2001 From: Sakura Ryoko <116967773+sakura-ryoko@users.noreply.github.com> Date: Fri, 1 Dec 2023 02:48:28 -0500 Subject: [PATCH] Update mod-placeholders.md (#49) --- docs/user/mod-placeholders.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/mod-placeholders.md b/docs/user/mod-placeholders.md index bd1828f..5f037d3 100644 --- a/docs/user/mod-placeholders.md +++ b/docs/user/mod-placeholders.md @@ -7,13 +7,13 @@ These placeholders are provided by other mods. Some are build in directly, while ### [AfkPlus](https://modrinth.com/mod/afkplus) - `%afkplus:afk%` - Returns a configurable "[AFK]" tag if the player is marked as AFK. -- `%afkplus:name`/`%afkplus:display_name` - Returns a configurable replacement for `%player:displayname%` if the player is marked as AFK. +- `%afkplus:name`/`%afkplus:display_name%` - Returns a configurable replacement for `%player:displayname%` if the player is marked as AFK. This allows for backport formatting, and it can fully support LuckPerms Prefixes, and other mods. By default it returns the standard `%player:displayname%` when not AFK, which is also configurable. -- `%afkplus:duration` - Returns the (HH:mm:SS_ss) duration since a player went AFK, or nothing. +- `%afkplus:duration%` - Returns the (HH-mm-SS.ss) duration since a player went AFK, or nothing. Configurable in a more human readable format, ie. (5 minutes, 3 seconds). -- `%afkplus:time` - Returns the time (yyyy-MM-dd_HH.mm.ss) since a player went AFK, or nothing. -- `%afkplus:reason` - Returns the reason why a player went AFK, or nothing. +- `%afkplus:time%` - Returns the time (yyyy-MM-dd_HH.mm.ss) since a player went AFK, or nothing. +- `%afkplus:reason%` - Returns the reason why a player went AFK, or nothing. ### [Get Off My Lawn ReServed](https://pb4.eu/#get-off-my-lawn)