@@ -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+ ```
0 commit comments