PlaceholderAPI
List of all plugin's placeholders
What's PlaceholderAPI?
PlaceholderAPI is a famous plugin that allows plugins to communicate via placeholders, every plugin that supports it can have placeholders from other plugins that have it, also it has a built-in system to download placeholders from a platform called eCloud that have thousands of placeholder expansions that can be used on your server.
Placeholders
zHomes plugin provides PlaceholderAPI placeholders that you can be used in any plugin that supports PlaceholderAPI.
The expansion is inside the plugin itself, meaning that you don't have to download it from eCloud, as long as you have PlaceholderAPI installed, the placeholder expansion will be there.
%zhomes_version%
Returns the current version of zhomes
1.0.0
%zhomes_hashome_<home>%
Check if the player has a home with name
True | False
%zhomes_set% or %zhomes_numberofhomes%
Number of homes a player have
10
%zhomes_homes%
All homes a player have
home1, home2, home3
%zhomes_numberofhomes/limit% or %zhomes_set/max%
Same thing to "%zhomes_numberofhomes%/%zhomes_limit%", but return "Disabled" is limit is not enabled on the plugin
10/15 | Disabled
%zhomes_home_<number>%
Returns the name of the home <number> of the player (So if he has 3 homes "a", "b" & "c"), %zhomes_home_1% would return "a" and so on
home1 | home2
%zhomes_home_<number>_world_%
Returns the world name of the home <number>
world_the_end
%zhomes_home_<number>_<x|y|z|pitch|yaw>%
Returns the parsed coordinate of the home <number>
No example
%zhomes_home_<number>_<x|y|z|pitch|yaw>_full%
Returns the full parsed coordinate (All the decimals) of the home <number>
No example
%zhomes_home_<number>_<x|y|z|pitch|yaw>_<decimals>%
Returns the parsed coordinate of the home <number> with the number of decimals in <decimals>
No example
Last updated
Was this helpful?
