forked from MassiveCraft/Factions
-
Notifications
You must be signed in to change notification settings - Fork 197
Placeholders
Trent Hensler edited this page Jan 5, 2018
·
18 revisions
We hook into the plugin PlaceholderAPI to allow you to hook Factions info into other plugins. Support was added on Jan 4 '17.
These are placeholders you can use in other plugins that will hook into FactionsUUID.
Player Placeholder | Description |
---|---|
%factionsuuid_player_name% | The player's name |
%factionsuuid_player_lastseen% | Last time the player was seen on the server or their online status |
%factionsuuid_player_group% | Player's permission group |
%factionsuuid_player_balance% | Player's money |
%factionsuuid_player_power% | Player's power |
%factionsuuid_player_maxpower% | Max power a player can have |
%factionsuuid_player_kills% | Kills by this player |
%factionsuuid_player_deaths% | Deaths by this player |
Faction Placeholder | Description |
---|---|
%factionsuuid_faction_name% | Faction's tag |
%factionsuuid_faction_power% | Faction's current power |
%factionsuuid_faction_powermax% | Faction's max power |
%factionsuuid_faction_description% | Faction's long description |
%factionsuuid_faction_claims% | Number of claimed chunks |
%factionsuuid_faction_founded% | Date this Faction was founded |
%factionsuuid_faction_joining% | If this Faction is allowing new members |
%factionsuuid_faction_peaceful% | If this Faction is peaceful |
%factionsuuid_faction_powerboost% | Faction's current powerboost |
%factionsuuid_faction_leader% | Name of the leader |
%factionsuuid_faction_warps% | Number of warps |
%factionsuuid_faction_raidable% | If HCF features are enabled, get if this Faction is raidable |
%factionsuuid_faction_home_world% | World of Faction's home |
%factionsuuid_faction_home_x% | x coord of the Faction's home |
%factionsuuid_faction_home_y% | y coord of the Faction's home |
%factionsuuid_faction_home_z% | z coord of the Faction's home |
%factionsuuid_faction_land_value% | Total value of the Faction's land |
%factionsuuid_faction_land_refund% | How much this Faction would get if they refunded the land |
%factionsuuid_faction_bank_balance% | Faction's bank balance |
%factionsuuid_faction_allies% | Number of allies |
%factionsuuid_faction_enemies% | Number of enemies |
%factionsuuid_faction_truces% | Number of truces |
%factionsuuid_faction_online% | Number of players online in the Faction |
%factionsuuid_faction_offline% | Number of players offline in the Faction |
%factionsuuid_faction_size% | Total online and offline Faction members |
%factionsuuid_faction_kills% | Total kills this Faction has |
%factionsuuid_faction_deaths% | Total deaths this Faction has |
%factionsuuid_faction_maxvaults% | Max vaults this Faction can have |