Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added "String pluginName" parameter to display function #10

Merged
merged 1 commit into from
Oct 6, 2024

Commits on Oct 6, 2024

  1. Added "String pluginName" parameter to display function

    I added the "String pluginName" parameter to the function: fractionalDigits, format, getDefaultCurrency, defaultCurrencyNamePlural and defaultCurrencyNameSingular for the creation of an economy plugin that redirects the calls of these functions to different currencies depending on the plugin that calls them
    
    (for example in my multi-currency economy plugin I created a possibility to define a currency on a plugin the modifications I made allow these plugins to display the amounts in the right currency (in case the calling plugin does not support multi-currency))
    Fedjoyd authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ff79045 View commit details
    Browse the repository at this point in the history