Purchasing skills for ingame currency #125
Labels
Common
Good First Issue
Quite simple task, you should not enounter any difficulties if you know spongeapi already
Milestone
Feature which allows players to buy skill for ingame currency
In the API create
EconomyService#hasFunds(IActiveCharacter, BigInteger)
EconomyService#widthDraw(IActiveCharacter, BigInteger)
Implementation in the Sponge module - just a wrapper around sponge EconomyService, if theres no economy plugin installed just return false on hasFunds.
Refactor skillnode configuration
class: XXX
...
}, {...} ]
Concept similar as class level curve definition.
Options:
The config option shall be a list, so it will be possible to combine skillpoints and ingame currency etc.
The text was updated successfully, but these errors were encountered: