Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I created a
EconomyComponent
that extends aQuartzComponent
but I'munfortunately not fully across the
QuartzLib
pattern so I will probablyneed some guidance there.
The base functionality should be included to withdraw money from
player's accounts if they enable economy in the config and set costs.
What I would like to include next is notifications to the player so they
know how much has been removed or if an error occurred. I would also like
to include a confirm/deny option which tells the player how much the
operation is going to cost them before they do it.
I'm uncertain of the best way to go about telling the player how much
a copy of a poster is going to cost before they take it.
Also, I know you are a predominantly French team, so I am sorry that I
only know English. Any assistance is greatly appreciated :)