omwah / SDFEconomy

GNU Lesser General Public License v3.0
2 stars 4 forks source link

Towny problem - deposit into town #6

Closed ThornRage closed 10 years ago

ThornRage commented 11 years ago

[INFO] [SDFEconomy] Failed to createPlayerAccount for player: town-Testtown @ null

This is the error I get when I try to deposit cash into a town bank using towny.

The money is taken from the player but not deposited into the town.

odensc commented 10 years ago

I have made a fork that fixes this (https://github.com/thesbros/SDFEconomy) and I would build it for you but there is dependency errors that I can not fix. If you can figure out how to build it then, well, use it. (and please send it to me because I need it for my server :/) Just make sure that it is enabled in the config and that the name for it is set to the name of your Towny world (or just 'world' if the default world is your towny world)

omwah commented 10 years ago

Can you try this build and let me know if it works as expected?

odensc commented 10 years ago

@omwah Yes that works perfectly. Only problem is that the town starts with 10 dollars. (Default starting money amount). I submitted a pull that should fix that (can't test it because of dependency problem (above))

omwah commented 10 years ago

Here is a new build. As far as the depency problems, those should be fixed by a commit in my repo. The Vault repo had removed an earlier version that was referenced in my pom.xml.

odensc commented 10 years ago

@omwah Alright, I will try building with the new commit. Otherwise, the new pull works.

omwah commented 10 years ago

Thanks for your contributions.