Skip to content

Commit

Permalink
Update mod-placeholders.md (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Dec 1, 2023
1 parent 6292579 commit ad332a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user/mod-placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ad332a1

Please sign in to comment.