-
Notifications
You must be signed in to change notification settings - Fork 4
Placeholders
Available placeholders for PlaceholdersAPI.
Returns plugin developer.
Example: AlonsoAliaga
Returns plugin version.
Example: 0.1-BETA
Returns the tag from the specified tag IDENTIFIER.
Example: "%alonsotags_tag_of_rekt-tag%" => "[REKT]"
Returns the recognition title from the specified tag IDENTIFIER.
Example: "%alonsotags_recognition_title_of_rekt-tag%" => "π Serial Killer π"
Returns the current amount of tags in the server.
Example: "250"
Returns the current amount of unlocked tags by the player.
Example: "130"
Returns the current amount of locked tags the player has.
Example: "120"
Returns current player tag. (Do not use)
Example: "[REKT]"
Returns current player tag with chat format specified in config.yml
Example: "[REKT] "
Returns current player tag with tab format specified in config.yml
Example: " [REKT]"
Returns current player tag identifier with identifier format specified in config.yml
Example: rekt-tag
Returns current player tag with scoreboard format specified in config.yml
Example: "[REKT]"
Returns current player tag description from tags.yml in "Description" section.
Example: "Β§7This is a tag description!"
Returns current player recognition title with default format specified in config.yml
Example: "π Monster Hunter π"
Returns current player recognition title with chat format specified in config.yml
Example: "π Monster Hunter π" or "No title"
Returns current player recognition title with name tag format specified in config.yml
Example: "π Monster Hunter π" or empty line (by default)
Returns current player recognition title with scoreboard format specified in config.yml
Example: "π Monster Hunter π" or "No title"
Returns if player has a tag unlocked. (Permission or purchased)
Example: %alonsotags_has_unlocked_rekt-tag% can return true or false
Returns if a tag is a purchasable tag. (Requires money to be obtained)
Example: %alonsotags_is_purchasable_rekt-tag% can return true or false
Returns the amount of available tags in the server.
Example: %alonsotags_total_tags% returns 27
Returns the amount of unlocked tags by the player.
Example: %alonsotags_unlocked_tags% returns 5
Returns the amount of locked tags for the player.
Example: %alonsotags_locked_tags% returns 22
- Returns the original string before colors were parsed. HEX colors are included.
Example: %alonsotags_restoreall_vault_prefix% returnsΒ§xΒ§aΒ§bΒ§cΒ§dΒ§eΒ§fΒ§lModeratorthen it will convert it to&#abcdef&lModerator
β οΈ This is extremely useful if a placeholder you have make weird things with colors.
- Returns the original string before colors were parsed (Weird legacy format). HEX colors are included.
Example: %alonsotags_legacyrestoreall_vault_prefix% returns&x&a&b&c&d&e&fModeratorthen it will convert it to&#abcdefModerator
β οΈ This is extremely useful if a placeholder you have make weird things with colors.
- Fixes placeholders that return hex colors in #rrggbb format.
Example: %alonsotags_addampersandhex_vault_prefix% returns#abcdefModeratorthen it will convert it to&#abcdefModerator
β οΈ This is extremely useful if a placeholder you have make weird things with colors.
- Modifies placeholders output that return hex colors in &#rrggbb format if you need it.
Example: %alonsotags_removeampersandhex_vault_prefix% returns&#abcdefModeratorthen it will convert it to#abcdefModerator
β οΈ This is extremely useful if a placeholder you have make weird things with colors.
- Parses the placeholder and parses the colors.
Example: %aalonsotags_colorize_vault_prefix% returns&#abcdef&lModeratorthen it will convert it toΒ§xΒ§aΒ§bΒ§cΒ§dΒ§eΒ§fΒ§lModerator
β οΈ This is extremely useful if a placeholder you have doesn't parse colors.
Introduced in 2.4-BETA-PRO, AlonsoTagsPro allows the server owners the possibility to add
additional fields to be displayed when a player selects specific tags.
These fields are selected by the owner at the moment of editing/creating tags.
Important
You must modify the custom fields available before using them.
π±οΈ Click here for more information about how to create them.
For this examples. We will use the field prefix.
Returns the custom field associated to the provided field identifier for the selected tag of the player with the chat format.
If none selected or empty, returns an empty string.
Example: %alonsotags_custom_field_chat_prefix% returns [H] or (empty)
Returns the custom field associated to the provided field identifier for the selected tag of the player with the tab format.
If none selected or empty, returns an empty string.
Example: %alonsotags_custom_field_tab_prefix% returns [Hero] or (empty)
Returns the custom field associated to the provided field identifier for the selected tag of the player with the score format.
If none selected or empty, returns an empty string.
Example: %alonsotags_custom_field_score_prefix% returns [Hero] or (empty)
AlonsoTags - Developed by AlonsoAliaga