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
Last updated