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

             DonutSell  —  Placeholders
                  by SirSnaryo

  These placeholders require PlaceholderAPI.

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

  Standard Items:
    %donutsell_<MATERIAL>_price%

    Examples:
      %donutsell_diamond_price%           → 50
      %donutsell_netherite_block_price%   → 4.5K
      %donutsell_cobblestone_price%       → 1

  Potions:
    %donutsell_potion_<TYPE>_<LEVEL>_price%
    %donutsell_splash_potion_<TYPE>_<LEVEL>_price%
    %donutsell_lingering_potion_<TYPE>_<LEVEL>_price%

    Examples:
      %donutsell_potion_speed_1_price%
      %donutsell_splash_potion_healing_1_price%
      %donutsell_lingering_potion_strength_2_price%

  Enchanted Books:
    %donutsell_enchanted_book_<ENCHANTMENT>_<LEVEL>_price%

    Examples:
      %donutsell_enchanted_book_unbreaking_3_price%
      %donutsell_enchanted_book_sharpness_5_price%

  Notes:
    - Material and enchantment names are case-insensitive
    - Returns 0 if the item is blacklisted
    - Returns formatted compact price (1K, 2.5M, etc.)
    - Returns default price if no specific price is set

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