Placeholders - yapzhenyie/GadgetsMenu GitHub Wiki

GadgetsMenu Placeholders

These are the placeholders available for those plugins who are supported PlaceholderAPI for placeholders, like Featherboard plugin or any other plugins that support PlaceholderAPI placeholders. These placeholders are not usable in GadgetsMenu itself.

Requires PlaceholderAPI plugin before you can use these placeholders in any other plugins. There is no ecloud for GadgetsMenu, you can directly use these placeholders once you have GadgetsMenu & PlaceholderAPI.

To use a placeholder, you need to follow its syntax %gadgetsmenu_<placeholder>%.

Example: %gadgetsmenu_mystery_dust%, %gadgetsmenu_mystery_boxes%

If you using FeatherBoard, you have different placeholder syntax for its config.

{placeholderapi_*} - (* = placeholder without %%)
ex: {placeholderapi_gadgetsmenu_mystery_dust}

Placeholders

%gadgetsmenu_mystery_dust%

Description: Gets the player’s mystery dust.

%gadgetsmenu_mystery_boxes%

Description: Gets the player’s mystery boxes.

%gadgetsmenu_<type>_pet_name%

(Requires Premium version 4.5.0+)

Description: Gets the name of the pet.

Example: baby_pig_pet_name, wolf_pet_name

%gadgetsmenu_current_pet_name%

(Requires Premium version 4.5.0+)

Description: Gets the name of current spawned pet.

%gadgetsmenu_current_pet_level%

(Requires Premium version 5.2.0+)

Description: Gets the current level of the spawned pet.

%gadgetsmenu_current_pet_exp_obtained%

(Requires Premium version 5.2.0+)

Description: Gets the experience obtained of the current level of the spawned pet.

%gadgetsmenu_current_pet_exp_max%

(Requires Premium version 5.2.0+)

Description: Gets the maximum experience of the current level of the spawned pet.

%gadgetsmenu_pet_name%

(Deprecated)

Description: Gets the name of the pet.

(Back to Top)

Settings

%gadgetsmenu_settings_bypasscooldown%

Description: Gets the status of bypass cooldown setting.

%gadgetsmenu_settings_selfmorphview%

Description: Gets the status of self morph view setting.

(Back to Top)

Unlocked cosmetic items

%gadgetsmenu_unlocked_total%

Description: Gets the total amount of cosmetics that player has unlocked.

%gadgetsmenu_unlocked_<cosmetic>%

Description: Gets the amount of specific cosmetic that player has unlocked.

Example: unlocked_hats, unlocked_animated_hats, unlocked_particles, unlocked_suits, unlocked_gadgets, unlocked_pets, unlocked_miniatures, unlocked_morphs, unlocked_banners, unlocked_emotes, unlocked_cloaks

Example Syntax: %gadgetsmenu_unlocked_hats%

(Back to Top)

Locked cosmetic items

%gadgetsmenu_locked_total%

Description: Gets the total amount of cosmetics that player hasn’t unlocked.

%gadgetsmenu_locked_<cosmetic>%

Description: Gets the amount of specific cosmetic that player hasn’t unlocked.

Example: locked_hats, locked_animated_hats, locked_particles, locked_suits, locked_gadgets, locked_pets, locked_miniatures, locked_morphs, locked_banners, locked_emotes, locked_cloaks

Example Syntax: %gadgetsmenu_locked_hats%

(Back to Top)

Total cosmetic items available

%gadgetsmenu_total_size%

Description: Get the total amount of cosmetic items available.

%gadgetsmenu_<cosmetic>_size%

Description: Get the total amount of specific cosmetic available.

Example: hats_size, animated_hats_size, particles_size, suits_size, gadgets_size, pets_size, miniatures_size, morphs_size, banners_size, emotes_size, cloaks_size

Example Syntax: %gadgetsmenu_hats_size%

(Back to Top)

Unlocked cosmetic items percentages

%gadgetsmenu_unlocked_total_percentages%

Description: Get the percentages of cosmetics that player has unlocked.

%gadgetsmenu_unlocked_<cosmetic>_percentages%

Description: Get the percentages of specific cosmetic that player has unlocked.

Example: unlocked_hats_percentages, unlocked_animated_hats_percentages, unlocked_particles_percentages, unlocked_suits_percentages, unlocked_gadgets_percentages, unlocked_pets_percentages, unlocked_miniatures_percentages, unlocked_morphs_percentages, unlocked_banners_percentages, unlocked_emotes_percentages, unlocked_cloaks_percentages

Example Syntax: %gadgetsmenu_unlocked_hats_percentages%

(Back to Top)

Equipped cosmetics

%gadgetsmenu_equipped_cosmetics%

Description: Get the cosmetics that player equipped.

%gadgetsmenu_equipped_<cosmetic>%

Description: Get the specific cosmetic that player equipped.

Example: equipped_hat, equipped_animated_hat, equipped_particle, equipped_suit_helmet, equipped_suit_chestplate, equipped_suit_leggings, equipped_suit_boots, equipped_gadget, equipped_pet, equipped_miniature, equipped_morph, equipped_banner, equipped_emote, equipped_cloak

Example Syntax: %gadgetsmenu_equipped_hat%

(Back to Top)

⚠️ **GitHub.com Fallback** ⚠️