Plugins
Trading Cards
Trading Cards
  • README WIP
  • Trading Cards
  • ❓FAQ
  • 🛠️Customizing
    • Getting Started
    • 🔧Settings
      • General
      • Chances
      • Messages
      • Storage
      • Advanced
    • 🔧Customizing
      • Cards
      • Rarities
      • Series
      • Custom Types
      • Upgrades
    • Addons
      • Official Addons
      • Community Addons
  • Commands
    • User Commands
      • Worth
      • Deck
      • Info
      • Upgrade
      • List
      • Buy
      • Sell
    • 🧙‍♂️Admin Commands
      • Resolve
      • Migrate
      • Giveaway
      • Give
      • Debug
      • Create
      • Edit
    • All Commands
    • All Permissions
  • Plugin Compatibility
    • Placeholders
  • Migration
    • 5.0.4 -> 5.7.2+
    • 5.0.4 -> 5.4+
    • 5.5.x -> 5.6.x YAML
    • 5.6.x YAML -> SQL
  • Developers
    • ☕Java API
  • Support
    • Discord
    • Report a Bug
Powered by GitBook
On this page
  • Internal Placeholders
  • PlaceholderAPI
  1. Plugin Compatibility

Placeholders

Internal Placeholders

  • %player% - Player Name

  • %pack% - Pack Id

  • %card% - Card Id

  • %name% - Display Name

  • %uuid% - Player UUID

  • %rarity% - Rarity Id

  • %buyamount%

  • %sellamount%

  • %prefix%

  • %color%

  • %buy_price%

  • %sell_price%

  • %shinyprefix% or %shiny_prefix%

  • %amount%

  • %cards_owned%

  • %shiny_cards_owned%

  • %cards_total%

PlaceholderAPI

All {id} are written as is. Without the brackets. For example: if our type id is "ranks" we would use: %tc_type_ranks_display-name%.

  • %tc_version%

  • %tc_prefix%

  • %tc_type_{id}_display-name%

  • %tc_type_{id}_type%

  • %tc_card_{rarityId.cardId.seriesId}_display-name%

  • %tc_card_{rarityId.cardId.seriesId}_buy-price%

  • %tc_card_{rarityId.cardId.seriesId}_sell-price%

  • %tc_card_{rarityId.cardId.seriesId}_info%

  • %tc_card_{rarityId.cardId.seriesId}_about%

  • %tc_card_{rarityId.cardId.seriesId}_type%

  • %tc_pack_{id}_display-name%

  • %tc_pack_{id}_buy-price%

  • %tc_pack_{id}_permission%

  • %tc_series_{id}_display-name%

  • %tc_series_{id}_mode%

  • %tc_rarity_{id}_display-name%

  • %tc_rarity_{id}_default-color%

  • %tc_rarity_{id}_buy-price%

  • %tc_rarity_{id}_sell-price%

PreviousAll PermissionsNext5.0.4 -> 5.7.2+

Last updated 2 years ago