We integrate with the plugin to PlaceholderAPI allow you to incorporate Factions information into other plugins.
These placeholders from other plugins can be used within Saber text in the following areas:
/f show
These placeholders can be used in other plugins (or the areas listed above) to access Saber data.
The following placeholders can be used in plugins that support PlaceholderAPI relational placeholders:
Relational Placeholder | Description |
---|---|
%rel_saber_relation% | The relation between the two players |
%rel_saber_relation_color% | Color of the relation between the two players |
The following placeholders are usable by any plugin supporting placeholders:
Player Placeholder | Description |
---|---|
%saber_player_name% | The player's name |
%saber_player_lastseen% | Last time the player was seen on the server or their online status |
%saber_player_group% | Player's permission group |
%saber_player_balance% | Player's money |
%saber_player_power% | Player's power |
%saber_player_maxpower% | Max power a player can have |
%saber_player_kills% | Kills by this player |
%saber_player_deaths% | Deaths by this player |
%saber_player_role% | Player's faction role |
%saber_player_role_name% | Player's faction role's name |
%saber_player_map_#% | Sidebar map (replace # with row number starting with 1) |
Note: You can modify any placeholder below to use faction_territory
instead, and it will display information for the faction in which the player is currently standing. For example, %saber_faction_territory_name%
will display the name of the faction that owns the chunk the player is standing in at the time of the query.
Faction Placeholder | Description |
---|---|
%saber_faction_name% | Faction's tag |
%saber_faction_name_custom% | Custom faction tag based on lang.yml CUSTOM name |
%saber_faction_only_space% | Literally a space, only if the player is in a faction |
%saber_faction_power% | Faction's current power |
%saber_faction_powermax% | Faction's max power |
%saber_faction_dtr% | Faction's DTR |
%saber_faction_dtrmax% | Faction's max DTR |
%saber_faction_maxclaims% | Faction's max claims |
%saber_faction_description% | Faction's long description |
%saber_faction_claims% | Number of claimed chunks |
%saber_faction_founded% | Date your faction was founded |
%saber_faction_joining% | If your faction is allowing new members |
%saber_faction_peaceful% | If your faction is peaceful |
%saber_faction_powerboost% | Faction's current powerboost |
%saber_faction_leader% | Name of the leader |
%saber_faction_warps% | Number of warps |
%saber_faction_raidable% | If HCF features are enabled, shows if your faction is raidable |
%saber_faction_home_world% | World of your faction's home |
%saber_faction_home_x% | X coordinate of your faction's home |
%saber_faction_home_y% | Y coordinate of your faction's home |
%saber_faction_home_z% | Z coordinate of your faction's home |
%saber_faction_internal_id% | Internal ID for the faction |
%saber_faction_land_value% | Total value of your faction's land |
%saber_faction_land_refund% | How much your faction would get if they refunded the land |
%saber_faction_bank_balance% | Faction's bank balance |
%saber_faction_allies% | Number of allies |
%saber_faction_allies_players% | Number of allied players |
%saber_faction_allies_players_online% | Number of allied players online |
%saber_faction_allies_players_offline% | Number of allied players offline |
%saber_faction_enemies% | Number of enemies |
%saber_faction_enemies_players% | Number of enemy players |
%saber_faction_enemies_players_online% | Number of enemy players online |
%saber_faction_enemies_players_offline% | Number of enemy players offline |
%saber_faction_truces% | Number of truces |
%saber_faction_truces_players% | Number of truced players |
%saber_faction_truces_players_online% | Number of truced players online |
%saber_faction_truces_players_offline% | Number of truced players offline |
%saber_faction_online% | Number of players online in your faction |
%saber_faction_offline% | Number of players offline in your faction |
%saber_faction_relation_color% | Relation color (more useful for territory mode) |
%saber_faction_size% | Total online and offline faction members |
%saber_faction_kills% | Total kills your faction has |
%saber_faction_deaths% | Total deaths your faction has |
%saber_faction_maxvaults% | Max vaults your faction can have |
%saber_faction_dtr_frozen% | True or false (customizable in lang.yml ) for DTR frozen state |
%saber_faction_dtr_frozen_time% | Time remaining in frozen state (configure in main.conf ) or blank if not frozen |
%saber_faction_tnt_balance% | TNT bank balance |
%saber_faction_tnt_max_balance% | Maximum TNT bank balance |