diff --git a/plugin/src/main/resources/custom-placeholders.yml b/plugin/src/main/resources/custom-placeholders.yml index f32b8f0..afd0b34 100644 --- a/plugin/src/main/resources/custom-placeholders.yml +++ b/plugin/src/main/resources/custom-placeholders.yml @@ -7,7 +7,8 @@ # # Another use would be for defining colors, symbols, or text decorations. # -'{custom_placeholder}': 'This line is a custom placeholder.' -'{primary_color}': '&b' -'{secondary_color}': '&7' -'{separator}': '&8[====|====|====|====|====|====|====|====]' \ No newline at end of file +placeholders: + '{custom_placeholder}': 'This line is a custom placeholder.' + '{primary_color}': '&b' + '{secondary_color}': '&7' + '{separator}': '&8[====|====|====|====|====|====|====|====]' \ No newline at end of file