# LoansNow Placeholders List
# These placeholders can be used in the message files (messages_en.yml, messages_es.yml)
# and are unique to avoid conflicts with other plugins.

# Loan Related
%loansnow_borrower%       - Name of the player receiving the loan.
%loansnow_lender%         - Name of the player providing the loan.
%loansnow_amount%         - The amount of money involved.
%loansnow_interest%       - The interest rate percentage.
%loansnow_total_owed%     - The total amount to be returned (original + interest).
%loansnow_minutes%        - Time remaining or cooldown in minutes.

# Summaries
%loansnow_count%          - Number of active loans for a player.
%loansnow_total_debt%     - Total sum of debt from all active loans.

# Update Checker
%loansnow_current_version% - Currently installed version of the plugin.
%loansnow_latest_version%  - Newest version available on Modrinth.
%loansnow_code%            - HTTP response code from the API (in case of error).
