Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions docs/user-guide/Placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ MiniPlaceholders v3 was recently released, and many of the expansions shown here
- X
- Y
- Z
- [zHomes](#zhomes)

## [AldrTeams](https://modrinth.com/plugin/aldrteams)

Expand Down Expand Up @@ -747,3 +748,56 @@ For example:
<viaversion_player_protocol_version>
<viaversion_player_protocol_id>
```

## [zHomes](https://modrinth.com/plugin/zhomes)

:::note[Built-in expansion]
:::

[Wiki](https://docs.yleoft.me/zhomes/hooks/miniplaceholders)

### Global Placeholders

```
<zhomes_version>
```

### Audience Placeholders

```
<zhomes_set>
<zhomes_numberofhomes>
<zhomes_limit>
<zhomes_max>
<zhomes_homes>
<zhomes_set_max>
<zhomes_numberofhomes_limit>
<zhomes_has_home:[home name]>
<zhomes_home:[index]>
<zhomes_home_world:[index]>
<zhomes_home_x:[index]:(format)>
<zhomes_home_y:[index]:(format)>
<zhomes_home_z:[index]:(format)>
<zhomes_home_pitch:[index]:(format)>
<zhomes_home_yaw:[index]:(format)>
```

### Player-Targeted Placeholders

```
<zhomes_p_set:[player]>
<zhomes_p_numberofhomes:[player]>
<zhomes_p_limit:[player]>
<zhomes_p_max:[player]>
<zhomes_p_homes:[player]>
<zhomes_p_set_max:[player]>
<zhomes_p_numberofhomes_limit:[player]>
<zhomes_p_has_home:[player]:[home name]>
<zhomes_p_home:[player]:[index]>
<zhomes_p_home_world:[player]:[index]>
<zhomes_p_home_x:[player]:[index]:(format)>
<zhomes_p_home_y:[player]:[index]:(format)>
<zhomes_p_home_z:[player]:[index]:(format)>
<zhomes_p_home_pitch:[player]:[index]:(format)>
<zhomes_p_home_yaw:[player]:[index]:(format)>
```
1 change: 1 addition & 0 deletions docs/user-guide/Projects-using-MiniPlaceholders-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ In these plugins/mods you can use MiniPlaceholders placeholders in all your mess
* ### [VServerInfo](https://modrinth.com/plugin/vserverinfo)
* ### [WebhookLogger](https://modrinth.com/plugin/webhooklogger)
* ### [ZAutoBroadcast](https://modrinth.com/plugin/zautobroadcast)
* ### [zHomes](https://modrinth.com/plugin/zhomes)
* ### [zHub](https://github.com/MizuleDevelopmentORG/zHub)

## Libraries with MiniPlaceholders support
Expand Down