-
Notifications
You must be signed in to change notification settings - Fork 2
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
3 into 1 #3
base: master
Are you sure you want to change the base?
3 into 1 #3
Conversation
- Possibility to enable / disable payment rounding - Possibility to change the specific integers of said rounding - Config options for both to allow the server owner the most flexibility - Commented out a boolean that wasn't used in SellTask - First attempt at trying to pre-index the common variables so they don't get setup each function call.
- Changed the static 2 decimal rounding in ChestShop to dynamic rounding same as in SellTask. Both use the same Config options to not cluster the config.
To all developers, yes I know I could've used a helper class to implement the rounding up in a more fashioned way. But currently it would be a little bit overkill and for 2 implementations, a little bit unnecessary. |
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.
Please don't remove existing features like isSellWithLore and notifyOnUnsellable. NotSellingNot and notifyOnUnsellable seems identical.
Also please use camel case rule while naming variables.
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.
Thank you!
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.
Thank you!
Thank you for your contrubution. Please fix these. |
1st PR:
Feature Suggestion:
2nd PR:
Bug Fix:
3rd PR: