PlaceholderAPI

List of all plugin's placeholders

All text between the less-than and greater-than signs (<>) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs (<>).

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.

Placeholder
Description
Output Type

%zhomes_hashome_<home>%

Check if the player has a home with name

True or False

%zhomes_numberofhomes%

Number of homes a player have

Number

%zhomes_homes%

All homes a player have (home1, home2, home3)

Text

%zhomes_limit%

The limit of homes a player can have

Number

%zhomes_numberofhomes/limit%

Same thing to "%zhomes_numberofhomes%/%zhomes_limit%", but return "Disabled" is limit is not enabled on the plugin

Text

Even if you don't have PlaceholderAPI installed, all of these placeholders will still work inside the plugin & it's configuration files

Last updated

Was this helpful?