-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Add config option to make currency symbol as a suffix #3066
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Minor nitpick: perhaps consider making the methods "is" instead of "get" since this is not getting a suffix, but rather getting if it is a suffix. May make the code easier to understand. Although, I do acknowledge that it seems existing settings use a mix of both, so either works I guess.
Yeah I wanted to retain current code style even if it is bad :P. That probably shouldn't be changed unless everything is |
Alright I made that code more readable and rebased |
Adds `currency-symbol-suffix` config option to move the currency symbol as a suffix rather than a prefix. Closes EssentialsX#2577.
Adds
currency-symbol-suffix
config option to move the currency symbol as a suffix rather than a prefixCloses #2577