Skip to content

Commit 276a9c0

Browse files
authored
docs: add Fuji placeholders (#58)
* docs: add fuji to the mod list which displaying placeholders. * docs: add the registered placeholders of fuji
1 parent d855290 commit 276a9c0

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/user/general.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ and [placeholders from mods here](/user/mod-placeholders).
4444
[Modrinth](https://modrinth.com/mod/discord4fabric),
4545
[Github](https://github.com/Reimnop/Discord4Fabric)
4646

47+
- Fuji -
48+
[Modrinth](https://modrinth.com/mod/fuji),
49+
[Github](https://github.com/sakurawald/fuji-fabric/)

docs/user/mod-placeholders.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ These placeholders are provided by other mods. Some are build in directly, while
1717
- `%afkplus:invulnerable%` - Returns a basic tag to display the status if a player is marked as "invulnerable" using the "disableDamage"
1818
features. It is also used internally under the default "[AFK]" tag method, with "[AFK:I]", for example.
1919

20+
### [Fuji](https://modrinth.com/mod/fuji)
21+
- `%fuji:player_mined%` - Sum of mining blocks of a player.
22+
- `%fuji:server_mined%` - Sum of mining blocks of a server.
23+
- `%fuji:player_placed%` - Sum of placed blocks of a player.
24+
- `%fuji:server_placed%` - Sum of placed blocks of a server.
25+
- `%fuji:player_killed%` - Sum of killed entities of a player.
26+
- `%fuji:server_killed%` - Sum of killed entities of a server.
27+
- `%fuji:player_moved%` - Sum of moved distance of a player.
28+
- `%fuji:server_moved%` - Sum of moved distance of a server.
29+
- `%fuji:player_playtime%` - Sum of playtime of a player.
30+
- `%fuji:server_playtime%` - Sum of playtime of a server.
31+
- `%fuji:item%` - Create the display of main-hand item.
32+
- `%fuji:inv%` - Create the display of inventory.
33+
- `%fuji:ender%` - Create the display of ender-chest.
34+
2035
### [Get Off My Lawn ReServed](https://pb4.eu/#get-off-my-lawn)
2136

2237
- `%goml:claim_owners%`/`%goml:claim_owners [no owners text]%` - Returns a list of claim owners.

0 commit comments

Comments
 (0)