==========================================================

             DonutSell  —  Placeholders
                  by SirSnaryo

  These placeholders require PlaceholderAPI to be installed.

==========================================================


  FORMAT:
    %donutsell_<MATERIAL>_price%

  The material name must be lowercase and match the
  Bukkit Material enum name.

  Returns the compact formatted price (no symbol).
  If the item is blacklisted, returns 0.
  If the item has no configured price, returns 1.

  EXAMPLES:
    %donutsell_netherite_block_price%    →  500
    %donutsell_diamond_price%            →  5
    %donutsell_cobblestone_price%        →  0.25
    %donutsell_iron_ingot_price%         →  1

==========================================================