Easy Placeholders
  • Easy Placeholders
  • Getting Started
    • Features
    • Installation Guide
      • Support
  • Customize!
    • Config.yml
      • Operators
      • Example Configs
    • Complicated Configs
      • Placeholder Splitting
      • Placeholder Combining
      • Placeholder Math
      • Multiple (Splitting + Combining)
    • Animated Placeholders
    • Formatting
  • Placeholder Editing
  • My Other Plugins
    • EasyBrushes
Powered by GitBook
On this page
  1. Customize!
  2. Complicated Configs

Placeholder Combining

You can now combine multiple placeholders into one using a custom format.

placeholders:
  combine_example:
    placeholder_combine:
      placeholders:
        - '%player_name%'
        - '%player_level%'
      format: '<yellow>{1} <gray>is level <gold>{2}'

📌 Example Input:

  • %player_name% = "Junkeh"

  • %player_level% = "50"

📌 Output: <yellow>Junkeh <gray>is level <gold>50

PreviousPlaceholder SplittingNextPlaceholder Math

Last updated 2 months ago