Skip to content

Commit

Permalink
AfkPlus 1.4.2 updates (#52)
Browse files Browse the repository at this point in the history
* AfkPlus 1.4.2 updates

* Update mod-placeholders.md
  • Loading branch information
sakura-ryoko committed Jan 19, 2024
1 parent 8d89b1a commit 4cd9676
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/user/mod-placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ 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.
This allows for backport formatting, and it can fully support LuckPerms Prefixes, and other mods. By default it returns the standard
- `%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.
Configurable in a more human readable format, ie. (5 minutes, 3 seconds).
Configurable in a more human-readable format, i.e., 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:invulnerable%` - Returns a basic tag to display the status if a player is marked as "invulnerable" using the "disableDamage"
features. It is also used internally under the default "[AFK]" tag method, with "[AFK:I]", for example.

### [Get Off My Lawn ReServed](https://pb4.eu/#get-off-my-lawn)

Expand Down

0 comments on commit 4cd9676

Please sign in to comment.