# Hytale This is a list of all available placeholders for the Hytale version of PlaceholderAPI. For the Minecraft version, visit [this page](minecraft.md). A download-command may be found in the infobox located below the title of the Expansion. Should `Built into mod` be displayed is the Expansion included in the mod it depends on. Should a URL be shown does it mean you have to download it manually and add it to the `expansions` folder yourself. /// note This placeholder list is provided "as-is" without any guarantee of being accurate and/or up-to-date. Page is only updated on request. We recommend contributing to this list by [making a Pull request](https://github.com/PlaceholderAPI/PlaceholderAPI/pulls). Further details on how to contribute to this list or the wiki as a whole can be found on the [README file of the Wiki](https://github.com/PlaceholderAPI/PlaceholderAPI/blob/wiki/README.md). /// - [Standalone](#standalone) - **A** - *No Expansions* - **B** - *No Expansions* - **C** - **[ChangeOutput](#changeoutput)** - **D** - *No Expansions* - **E** - *No Expansions* - **F** - *No Expansions* - **G** - *No Expansions* - **H** - *No Expansions* - **I** - *No Expansions* - **J** - *No Expansions* - **K** - *No Expansions* - **L** - *No Expansions* - **M** - *No Expansions* - **N** - *No Expansions* - **O** - *No Expansions* - **P** - **[Player](#player)** - **Q** - *No Expansions* - **R** - *No Expansions* - **S** - **[Server](#server)** - **[String](#string)** - **T** - *No Expansions* - **U** - *No Expansions* - **V** - *No Expansions* - **W** - **[World](#world)** - **X** - *No Expansions* - **Y** - *No Expansions* - **Z** - *No Expansions* ---- - [Mod-placeholders](#Mod-placeholders) - **A** - *No Expansions* - **B** - *No Expansions* - **C** - *No Expansions* - **D** - *No Expansions* - **E** - **[EliteEssentials](#eliteessentials)** - **[EssentialsCore](#essentialscore)** - **F** - *No Expansions* - **G** - *No Expansions* - **H** - **[HyFactions](#hyfactions)** - **[HyVotifier](#hyvotifier)** - **[HyperPerms](#hyperperms)** - **[HyperFactions](#hyperfactions)** - **I** - *No Expansions* - **J** - *No Expansions* - **K** - *No Expansions* - **L** - **[LevelingCore](#levelingcore)** - **[LuckPerms](#luckperms)** - **M** - *No Expansions* - **N** - *No Expansions* - **O** - *No Expansions* - **P** - *No Expansions* - **Q** - *No Expansions* - **R** - **[RPGLevelling](#rpglevelling)** - **S** - **[SimpleClaims](#simpleclaims)** - **T** - *No Expansions* - **U** - *No Expansions* - **V** - *No Expansions* - **W** - **[WiFlowAPI](#wifloapi)** - **X** - *No Expansions* - **Y** - *No Expansions* - **Z** - *No Expansions* ---- ## Standalone Expansions listed here don't need any plugin/mod or extra library to function properly, unless mentioned otherwise. A majority of these Expansions are maintained by the PlaceholderAPI team and can be considered *official*. ---- ### **ChangeOutput** /// command | papi ecloud download changeoutput /// Allows you to change the output based on what other placeholders return. More information can be found on the [GitHub Repository](https://github.com/PlaceholderAPI/Expansion-ChangeOutput/tree/hytale) ``` %changeoutput__input:_matcher:_ifmatch:_else:% ``` - `` - equals - match the input exactly - ignorecase - match the input while ignoring cases - ignorecolor - match the input while ignoring colour codes - contains - check if the match contains input - \>= - check if the input is larger than or equal to the matcher - \> - check if the input is larger than the matcher - <= - check if the input is less than or equal to the matcher - < - check if the input is less than the matcher - `` - this is your text that you wish to replace - `` - this is the text we will be looking for to meet the conditions - `` - if the input meets the condition, this text will be displayed - `` - if the input does not meet the condition, this text will be displayed instead *All arguments can be replaced with other placeholders, wrapped in* `{}` ---- ### **Player** /// command | papi ecloud download Player /// ``` %player_uuid% %player_username% %player_language% %player_world_uuid% %player_x% %player_y% %player_z% %player_yaw% %player_pitch% %player_has_played_before% %player_name% %player_gamemode% %player_world% %player_biome% %player_item_in_hand% %player_item_in_hand_quantity% %player_item_in_hand_durability% %player_item_in_hand_broken% %player_item_in_hand_unbreakable% %player_current_fall_distance% %player_view_radius% %player_client_view_radius% %player_since_last_spawn_nanos% %player_mount_entity_id% %player_is_collidable% %player_health% %player_health_max% %player_health_min% %player_ammo% %player_ammo_max% %player_ammo_min% %player_stamina% %player_stamina_max% %player_stamina_min% %player_mana% %player_mana_max% %player_mana_min% %player_oxygen% %player_oxygen_max% %player_oxygen_min% %player_signature_energy% %player_signature_energy_max% %player_signature_energy_min% %player_has_permission_% ``` ---- ### **Server** /// command | papi ecloud download Server /// ``` %server_name% %server_online% %server_worlds% %server_max_players% %server_max_view_radius% %server_motd% %server_default_gamemode% %server_default_world% %server_rate_limit_enabled% %server_rate_limit_packets_per_second% %server_rate_limit_burst_capacity% %server_is_booting% %server_is_shutting_down% %server_boot_timestamp% %server_uptime_millis% %server_uptime_seconds% %server_uptime% %server_plugin_count% ``` ---- ### **String** /// command | papi ecloud download String /// More info about the expansion can be found on the [Github-Repository](https://github.com/BlitzOffline/StringExpansion). ``` %string_equals__% %string_equalsIgnoreCase__% %string_contains__% %string_containsIgnoreCase__% %string_indexOf__% %string_lastIndexOf__% %string_substring__% %string_substring_,_% %string_charAt__% %string_shuffle_% %string_uppercase_% %string_lowercase_% %string_length_% %string_random_,,,% ``` ---- ### **World** /// command | papi ecloud download World /// ``` %world_total% %world_biome% %world_time% %world_timein12% %world_fulltime% %world_dayprogress% %world_moonphase% %world_sunlightfactor% %world_date% %world_sunddirection_x% %world_sunddirection_y% %world_sunddirection_z% %world_name_% %world_uuid_% %world_seed_% %world_canpvp_% %world_spawnnpc_% %world_npcfrozen_% %world_falldamage_% %world_objectivemarkers_% %world_entities_% %world_players_% %world_players__% %world_haspermission__% %world_playerexist__% %world_recentjoin_% %world_recentquit_% ``` ---- ## Mod-placeholders Expansions listed here require the linked resource (plugin/mod) to work properly. Most of the listed Expansions are NOT made and maintained by the PlaceholderAPI team. Please see ?510 for a list of all expansions officially maintained by the PlaceholderAPI team. ### **[EliteEssentials](https://www.curseforge.com/hytale/mods/eliteessentials)** /// integrated | Built into mod /// ``` %eliteessentials_economy_enabled% %eliteessentials_using_external_economy% %eliteessentials_currency_name% %eliteessentials_currency_name_plural% %eliteessentials_currency_symbol% %eliteessentials_balance% %eliteessentials_god% %eliteessentials_vanished% %eliteessentials_homes_num% %eliteessentials_homes_max% %eliteessentials_homes_names% %eliteessentials_all_kits_num% %eliteessentials_all_kits_names% %eliteessentials_allowed_kits_num% %eliteessentials_allowed_kits_names% %eliteessentials_all_warps_num% %eliteessentials_all_warps_names% %eliteessentials_allowed_warps_num% %eliteessentials_allowed_warps_names% %eliteessentials_home__name% %eliteessentials_home__createdat% %eliteessentials_home__coords% %eliteessentials_home__x% %eliteessentials_home__y% %eliteessentials_home__z% %eliteessentials_home__yaw% %eliteessentials_home__pitch% %eliteessentials_home__world% %eliteessentials_kit__name% %eliteessentials_kit__id% %eliteessentials_kit__description% %eliteessentials_kit__icon% %eliteessentials_kit__cooldown% %eliteessentials_kit__remainingcooldown% %eliteessentials_kit__items% %eliteessentials_warp__name% %eliteessentials_warp__description% %eliteessentials_warp__permission% %eliteessentials_warp__createdat% %eliteessentials_warp__createdby% %eliteessentials_warp__coords% %eliteessentials_warp__x% %eliteessentials_warp__y% %eliteessentials_warp__z% %eliteessentials_warp__yaw% %eliteessentials_warp__pitch% %eliteessentials_warp__world% ``` ---- ### **[EssentialsCore](https://www.curseforge.com/hytale/mods/essentials-core)** /// integrated | Built into mod /// warning | [Subject to PR approval](https://github.com/nhulston/Essentials/pull/14) /// ``` %essentials_max_homes% Max homes %essentials_homes_num% Number of homes %essentials_homes_names% Names of homes (split by ", ") %essentials_all_kits_num% Number of all kits on server %essentials_all_kits_names% Names of all kits on server (split by ", ") %essentials_allowed_kits_num% Number of kits this player can access %essentials_allowed_kits_names% Names of kits this player can access (split by ", ") %essentials_all_warps_num% Number of all warps on server %essentials_all_warps_names% Names of all warps on server (split by ", ") %essentials___world% World name of a particular warp/home %essentials___coords% Coords of a particular warp/home (x y z) %essentials___x% X coord of a warp/home %essentials___y% Y coord of a warp/home %essentials___z% Z coord of a warp/home %essentials___yaw% Yaw of a warp/home %essentials___pitch% Pitch of a warp/home %essentials_warp__allowed% Can this player access this warp %essentials_home__createdat% Timestamp of when a home was created %essentials_kit__name% Display name of a kit %essentials_kit__id% Id of a kit %essentials_kit__type% Type of a kit %essentials_kit__cooldown% Cooldown of a kit %essentials_kit__isreplacemode% Whether kit has replacemode set to true/false %essentials_kit__itemsnum% Number of items in a kit %essentials_kit__allowed% Can this player access the kit ``` ---- ### **[HyFactions](https://www.curseforge.com/hytale/mods/hyfactions)** /// command | papi ecloud download HyFactions /// Relational: ``` %rel_factions_relation% - Relation type (ally, enemy, etc) %rel_factions_relation_color% - green, white, red ``` Standard: ``` %factions_player_has_faction% - yes/no %factions_player_faction% - faction name %factions_player_faction_id% - faction uuid %factions_player_faction_rank% - rank in faction %factions_player_power% - power level of player %factions_party_color% - party color (number) %factions_party_name% - party name %factions_party_id% - party id %factions_party_description% - party description %factions_party_created% - date of party creation %factions_party_max_claims% - max number of claims for party %factions_party_claims% - number of claims by party %factions_party_members% - number of members in party %factions_party_owner_id% - owner uuid %factions_party_owner_name% - owner username %factions_faction_home_dimension% - dimension name of faction home %factions_faction_home_x% - 2 D.P. x coord of faction home %factions_faction_home_y% - 2 D.P. y coord of faction home %factions_faction_home_z% - 2 D.P. z coord of faction home %factions_faction_home_coords% - 2 D.P. x y z coords of faction home %factions_faction_home_yaw% - 2 D.P. yaw of faction home %factions_faction_home_pitch% - 2 D.P. pitch of faction home %factions_faction_color% - number of faction color %factions_faction_description% - faction description %factions_faction_max_claims% - max claims allowed by faction %factions_faction_owner_id% - faction owner uuid %factions_faction_owner_name% - faction owner username %factions_faction_created% - date of faction creation %factions_faction_members% - number of members in faction %factions_faction_relations% - number of relations with other factions %factions_faction_allies% - number of allies %factions_faction_neutrals% - number of neutrals %factions_faction_enemies% - number of enemies %factions_faction_claims% - number of claims by faction %factions_faction_total_power% - total power of faction ``` ---- ### **[HyVotifier](https://www.curseforge.com/hytale/mods/hytale-votifier)** /// command | papi ecloud download HyVotifier /// ``` %hyvotifier_offline_votes% %hyvotifier_has_offline_votes% %hyvotifier_offline_votes_enabled% %hyvotifier_offline_votes_maxclaims% %hyvotifier_offline_votes_maxlifetimehrs% %hyvotifier_milestones_enabled% %hyvotifier_milestone_votecount% %hyvotifier_next_milestone% %hyvotifier_leaderboard_votes% %hyvotifier_leaderboard_position% %hyvotifier_leaderboard_top__name% (replace with any positive integer, e.g., 1, 2, 3, ...) %hyvotifier_leaderboard_top__votes% (replace with any positive integer, e.g., 1, 2, 3, ...) ``` ---- ### **[HyperPerms](https://www.curseforge.com/hytale/mods/hyperperms)** /// integrated | Built into mod /// ``` %hyperperms_prefix% %hyperperms_suffix% %hyperperms_group% %hyperperms_group_display% %hyperperms_groups% %hyperperms_group_count% %hyperperms_weight% %hyperperms_has_% %hyperperms_in_group_% ``` ---- ### **[HyperFactions](https://www.curseforge.com/hytale/mods/hyperfactions)** /// integrated | Built into mod /// Relational: ``` soon:tm: ``` Standard: ``` Player faction: %factions_has_faction% - Whether player has a faction (yes/no) %factions_name% - Faction name %factions_faction_id% - Faction UUID %factions_tag% - Faction tag (short identifier) %factions_display% - Tag or name based on tagDisplay config %factions_color% - Faction color code %factions_role% - Player's role (Leader/Officer/Member) %factions_description% - Faction description %factions_leader% - Faction leader's name %factions_leader_id% - Faction leader's UUID %factions_open% - Whether faction is open (true/false) %factions_created% - Faction creation date (yyyy-MM-dd) Power: %factions_power% - Player's current power %factions_maxpower% - Player's max power %factions_power_percent% - Player's power percentage %factions_faction_power% - Faction's total power %factions_faction_maxpower% - Faction's max power %factions_faction_power_percent% - Faction's power percentage %factions_raidable% - Whether faction is raidable (true/false) Territory: %factions_land% - Number of claimed chunks %factions_land_max% - Max claimable chunks %factions_territory% - Faction owning current chunk %factions_territory_type% - Territory type at current location Faction home: %factions_home_world% - World name of faction home %factions_home_x% - X coordinate of faction home (2 d.p.) %factions_home_y% - Y coordinate of faction home (2 d.p.) %factions_home_z% - Z coordinate of faction home (2 d.p.) %factions_home_coords% - X, Y, Z coordinates of faction home (2 d.p.) %factions_home_yaw% - Yaw of faction home (2 d.p.) %factions_home_pitch% - Pitch of faction home (2 d.p.) Members and relations: %factions_members% - Total member count %factions_members_online% - Online member count %factions_allies% - Number of allied factions %factions_enemies% - Number of enemy factions %factions_neutrals% - Number of neutral relations %factions_relations% - Total number of relations ``` ---- ### **[LevelingCore](https://www.curseforge.com/hytale/mods/levelingcore)** /// integrated | Built into mod /// ``` %levelingcore_level% %levelingcore_xp% %levelingcore_xp_to_level% %levelingcore_ability_points% %levelingcore_available_ability_points% %levelingcore_str% %levelingcore_agi% %levelingcore_per% %levelingcore_vit% %levelingcore_int% %levelingcore_con% ``` ---- ### **[LuckPerms](https://www.curseforge.com/hytale/mods/luckperms)** /// command | papi ecloud download LuckPerms /// ``` %luckperms_prefix% %luckperms_suffix% %luckperms_meta_% %luckperms_prefix_element_% %luckperms_suffix_element_% %luckperms_context_% %luckperms_groups% %luckperms_primary_group_name% %luckperms_has_permission_% %luckperms_inherits_permission_% %luckperms_check_permission_% %luckperms_in_group_% %luckperms_inherits_group_% %luckperms_on_track_% %luckperms_has_groups_on_track_% %luckperms_highest_group_by_weight% %luckperms_lowest_group_by_weight% %luckperms_first_group_on_tracks_% %luckperms_last_group_on_tracks_% %luckperms_expiry_time_% %luckperms_inherited_expiry_time_% %luckperms_group_expiry_time_% ``` ---- ### **[RPGLevelling](https://www.curseforge.com/hytale/mods/rpg-leveling-and-stats)** /// command | papi ecloud download RPGLevelling /// ``` %rpglevelling_xp% %rpglevelling_level% %rpglevelling_is_max% %rpglevelling_maxlevel% %rpglevelling_xpnextlevel% ``` ---- ### **[SimpleClaims](https://www.curseforge.com/hytale/mods/simple-claims)** /// integrated | Built into mod /// warning | [Subject to PR approval](https://github.com/Buuz135/SimpleClaims/pull/185) /// ``` %simpleclaims_parties_total% %simpleclaims_can_place_blocks% %simpleclaims_can_interact_blocks% %simpleclaims_can_break_blocks% %simpleclaims_can_interact_chest% %simpleclaims_can_interact_bench% %simpleclaims_can_interact_chair% %simpleclaims_can_interact_door% %simpleclaims_can_interact_portal% %simpleclaims_can_enter% %simpleclaims_can_friendly_fire% %simpleclaims_can_pvp% %simpleclaims_party_name% %simpleclaims_party_description% %simpleclaims_party_id% %simpleclaims_party_size% %simpleclaims_party_color% %simpleclaims_party_created% %simpleclaims_party_maxclaims% %simpleclaims_party_modified% %simpleclaims_party_owner_uuid% %simpleclaims_party_owner_name% %simpleclaims_party_can_place_blocks% %simpleclaims_party_can_interact_blocks% %simpleclaims_party_can_break_blocks% %simpleclaims_party_can_interact_chest% %simpleclaims_party_can_interact_bench% %simpleclaims_party_can_interact_chair% %simpleclaims_party_can_interact_door% %simpleclaims_party_can_interact_portal% %simpleclaims_party_can_enter% %simpleclaims_party_can_friendly_fire% %simpleclaims_party_can_pvp% %simpleclaims_party_allies_total% %simpleclaims_party_allies_uuids% %simpleclaims_party_allies_names% %simpleclaims_party_claims% %simpleclaims_party_partyallied_% %simpleclaims_party_playerallied_% ``` ---- ### **[WiFlowAPI](https://www.curseforge.com/hytale/mods/wiflows-placeholderapi)** /// command | papi ecloud download WiFlowAPI /// Lets you use placeholders from WiFlow's API A list of placeholders can be found [here](https://docs.wiflow.dev/hytale-plugins/wiflow-placeholderapi/expansions). ``` %wiflowapi_{placeholder}% ```