Skip to content

Commit 8b53c9f

Browse files
authored
Merge pull request #26 from yL3oft/main
Add zHomes to the plugin/placeholders list
2 parents bf692f9 + 646b76e commit 8b53c9f

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

docs/user-guide/Placeholders.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ MiniPlaceholders v3 was recently released, and many of the expansions shown here
9090
- X
9191
- Y
9292
- Z
93+
- [zHomes](#zhomes)
9394

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

@@ -747,3 +748,56 @@ For example:
747748
<viaversion_player_protocol_version>
748749
<viaversion_player_protocol_id>
749750
```
751+
752+
## [zHomes](https://modrinth.com/plugin/zhomes)
753+
754+
:::note[Built-in expansion]
755+
:::
756+
757+
[Wiki](https://docs.yleoft.me/zhomes/hooks/miniplaceholders)
758+
759+
### Global Placeholders
760+
761+
```
762+
<zhomes_version>
763+
```
764+
765+
### Audience Placeholders
766+
767+
```
768+
<zhomes_set>
769+
<zhomes_numberofhomes>
770+
<zhomes_limit>
771+
<zhomes_max>
772+
<zhomes_homes>
773+
<zhomes_set_max>
774+
<zhomes_numberofhomes_limit>
775+
<zhomes_has_home:[home name]>
776+
<zhomes_home:[index]>
777+
<zhomes_home_world:[index]>
778+
<zhomes_home_x:[index]:(format)>
779+
<zhomes_home_y:[index]:(format)>
780+
<zhomes_home_z:[index]:(format)>
781+
<zhomes_home_pitch:[index]:(format)>
782+
<zhomes_home_yaw:[index]:(format)>
783+
```
784+
785+
### Player-Targeted Placeholders
786+
787+
```
788+
<zhomes_p_set:[player]>
789+
<zhomes_p_numberofhomes:[player]>
790+
<zhomes_p_limit:[player]>
791+
<zhomes_p_max:[player]>
792+
<zhomes_p_homes:[player]>
793+
<zhomes_p_set_max:[player]>
794+
<zhomes_p_numberofhomes_limit:[player]>
795+
<zhomes_p_has_home:[player]:[home name]>
796+
<zhomes_p_home:[player]:[index]>
797+
<zhomes_p_home_world:[player]:[index]>
798+
<zhomes_p_home_x:[player]:[index]:(format)>
799+
<zhomes_p_home_y:[player]:[index]:(format)>
800+
<zhomes_p_home_z:[player]:[index]:(format)>
801+
<zhomes_p_home_pitch:[player]:[index]:(format)>
802+
<zhomes_p_home_yaw:[player]:[index]:(format)>
803+
```

docs/user-guide/Projects-using-MiniPlaceholders-API.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ In these plugins/mods you can use MiniPlaceholders placeholders in all your mess
6767
* ### [VServerInfo](https://modrinth.com/plugin/vserverinfo)
6868
* ### [WebhookLogger](https://modrinth.com/plugin/webhooklogger)
6969
* ### [ZAutoBroadcast](https://modrinth.com/plugin/zautobroadcast)
70+
* ### [zHomes](https://modrinth.com/plugin/zhomes)
7071
* ### [zHub](https://github.com/MizuleDevelopmentORG/zHub)
7172

7273
## Libraries with MiniPlaceholders support

0 commit comments

Comments
 (0)