Integrations
Homestead uses multiple plugins' APIs, including WorldGuard, WorldEdit, PlaceholderAPI, dynmap, BlueMap, Pl3xMap, Squaremap, and Vault.
Warning: When installing an external plugin, make sure the API version is the same as Homestead API version. For example, do not use Squaremap based on the 1.19.x API while you are using Homestead based on the 1.21.x API.
WorldGuard
WorldGuard is another grief prevention plugin mostly used to protect spawns, PVP arenas... etc.
To prevent players from claiming chunks inside a WorldGuard-protected area, enable this feature:
WorldEdit
Homestead uses a unique feature that only exists in WorldEdit, which is regenerating chunks.
Caution: This feature may have bugs, and it's not recommended to keep it enabled when your server has very active players. It takes a lot of memory when regenerating chunks, especially when a player or operator deletes a region with over 10 claimed chunks.
To enable the feature, you must install WorldEdit and have this configuration enabled in config.yml:
PlaceholderAPI
PlaceholderAPI is a plugin that allows server owners to display information from various plugins in a uniform format.
There is no need to use /papi ecloud download Homestead, Homestead automatically registers the placeholders on startup.
Available placeholders:
%homestead_region_bank%
: Displays the region's bank balance.%homestead_region_name%
: Shows the name of the region.%homestead_region_current%
: Shows the name of the region that the player is currently inside.%homestead_region_claimed_chunks%
: Indicates the total number of claimed chunks in the region.%homestead_region_max_chunks%
: Displays the maximum number of chunks a player can claim.%homestead_region_trusted_members%
: Indicates the total number of members in the region.%homestead_region_max_members%
: Displays the maximum number of chunks a player can claim.%homestead_taxes_amount%
: Displays the required amount to pay for taxes.%homestead_taxes_at%
: Shows when the region's owners must pay their taxes.
Some placeholders may display a null value. To replace the null values, edit the following default values:
dynmap, Pl3xMap, and Squaremap
dynmap, Pl3xMap, and Squaremap are Google Maps-like plugins, that show all claimed chunks in marked boxes.
BlueMap
Same as dynmap, Pl3xMap, and Squaremap, but it shows the region's spawn locations instead of claimed chunks.
Last updated