HelpChat Wiki
  • Welcome
  • HelpChat Plugins
    • ChatChat
      • Commands
      • Permissions
      • Formats
      • Channels
      • Mentions
      • Placeholders
      • API
        • Getting Started
        • ChatChatAPI
        • Events
      • Files
    • DeluxeMenus
      • Commands & Permissions
      • Options & Configurations
        • GUI
        • Item
        • Requirements
        • Command Registration
      • Meta (Metadata)
      • External menus
      • Example GUI menus
      • Plugin's files
    • DeluxeTags
      • Commands & Permissions
      • Placeholders
      • Plugin's files
    • PlaceholderAPI
  • Clip's Plugins
    • AutoSell
      • Commands & Permissions
      • Placeholders
      • Plugin's files
    • ActionAnnouncer
      • Commands & Permissions
      • Plugin's files
      • API
    • ChatReaction
      • Commands & Permissions
      • Plugin's files
    • DeluxeChat
      • Installation
      • Commands & Permissions
      • Placeholders
      • Config options
      • Plugin's files
    • DeluxeCommands
      • Commands & Permissions
      • Plugin's files
    • DeluxeJoin
      • Commands & Permissions
      • Plugin's files
    • EzRanksPro
      • Commands & Permissions
      • Configuration
    • EzPrestige
      • Commands & Permissions
      • Configuration
    • InventoryFull
      • Commands & Permissions
      • Configuration
    • MessageAnnouncer
      • Commands & Permissions
      • Configuration
    • MineCrates
      • Commands & Permissions
      • Configuration
    • NoFlyZone
      • Commands & Permissions
      • Configuration
  • Funnycube's Plugins
    • CowPunch
      • Commands & Permissions
    • Firework Chests
      • Commands & Permissions
      • Configuration
    • Fish Slapper
      • Commands & Permissions
      • Configuration
    • RawMsg
      • Commands & Permissions
    • Spit
      • Commands & Permissions
    • Temp MOTD
      • Commands & Permissions
      • Configuration
  • Glare's Plugins
    • Guilds [W.I.P Migration]
      • Installation
      • Configuration
        • Buffs
        • Config
        • Roles
        • Tiers
      • Commands & Permissions
      • Placeholders
      • Developer API
    • VoteParty
      • Commands & Permissions
      • Placeholders
      • Configuration
      • API
      • Changelogs
        • v2.30
        • v2.29
        • v2.28
        • v2.27
        • v2.26
        • v2.25
        • v2.24
        • v2.23
        • v2.22
        • v2.21
        • v2.20
        • v2.19
        • v2.18
        • v2.17
        • v2.16
        • v2.15
        • v2.14
        • v2.13
        • v2.12
        • v2.11
        • v2.10
        • v2.9
        • v2.8
        • v2.7
        • v2.6
        • v2.5
        • v2.4
        • v2.3
        • v2.2
        • v2.1
  • piggy's barn
    • Java
      • Gradle
        • Argument
        • Tutorial
      • How to run your minecraft server(s) in IntelliJ
      • How to run your program in IntelliJ
      • Hot Swapping
      • Cheat Sheet
  • ADDITIONAL RESOURCES
    • Discord
    • Paste
    • YAML Parser
    • Java Docs
Powered by GitBook
On this page
  • PlaceholderAPI Placeholders
  • Download
  • Internal Placeholders
Edit on GitHub
  1. HelpChat Plugins
  2. DeluxeTags

Placeholders

Plugin's placeholders

PreviousCommands & PermissionsNextPlugin's files

Last updated 3 years ago

All text between the less-than and greater-than signs (<>) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs (<>).

PlaceholderAPI Placeholders

DeluxeTags plugin provides placeholders that you can use in any plugin that supports .

Placeholder
Return Value
Description

%deluxetags_tag%

Text

Returns the player's current tag.

%deluxetags_amount%

Number

Returns the total of the player's available tags.

%deluxetags_order%

Number

Returns the player's current tag's order.

%deluxetags_description%

Text

Returns the player's current tag's description.

%deluxetags_identifier%

Text

Returns the player's current tag's identifier.

%deluxetags_tag_<TagID>%

Text

Returns the specified tag.

%deluxetags_order_<TagID>%

Number

Returns the specified tag's order.

%deluxetags_description_<TagID>%

Text

Returns the specified tag's description.

%deluxetags_has_tag_<TagID>%

Boolean

Returns whether if the player has access to the specified tag or not.

Download

There is no need to download the expansion anymore! The expansion was moved inside the plugin itself in the 1.8.2 update which means less work for you! As long as you have PlaceholderAPI installed, the expansion will register automatically.

Internal Placeholders

DeluxeTags provides internal placeholders that you can use inside DeluxeTags's GUI and messages.

Placeholder
Return Value
Description

%player%

Text

Returns the player's name.

%displayname%

Text

Returns the player's display name.

%deluxetags_tag%

Text

Returns the tag.

%deluxetags_identifier%

Text

Returns the tag's identifier.

%deluxetags_description%

Text

Returns the tag's description.

%deluxetags_amount%

Number

Returns the tag's amount.

%deluxetags_available%

Text

Returns the configured text (messages.yml) based on whether the player has access to the tag or not.

%previous_page%

Number

Number of the previous page if there is one (works inside the GUI only).

%current_page%

Number

Number of the current page (works inside the GUI only).

%next_page%

Number

Number of the next page if there is one (works inside the GUI only).

%page%

Number

Number of next or previous page if there is one(Only works inside the gui on the next and previous page items).

PlaceholderAPI
PlaceholderAPI