Fixed issues with withdrawing/depositing at low amounts.
Fixed issues with withdrawing/depositing long amounts.
Re-added the strings for money banks when not having enough, or trying to withdraw too much.
Set all money bank transactions to max out at 2 decimal places.
Code Clean Up.
Version 1.0.1: 4/1/2012
Fixed config.yml from continuously reloading itself.
Added Interest System!
Added Config.yml.
Added configurable options to the Interest System.
- It can be Enabled/Disabled.
- Can change time between disbursion.
- Can change percent of the Interest.
Tweaked the way Transaction Methods handled player accounts for better file organization.
Tweaked some methods using int vs. double to give even more precise exp transactions.
Added baseline for Language integration system (not fully usable yet).
Added Permissions for Admin, Creating, and Destroying Banks.
Code Clean Up.
Version 1.0.2: 4/2/2012
Fixed config.yml from not functioning/reloading properly due to commented out code for 1.0.1, Oops! (Download 1.0.2, delete your config.yml, then reload plugins to fix this)
Version 1.0.3: 4/3/2012
Fixed bug where SignBank was stopping players from placing signs regularly. Oops!!
Version 1.1.0: 4/5/2012
*New* Added Transfer feature to the money banks. Typing in a players name followed by the amount will send that amount to that players bank! (Warning, this feature is cap sensitive)
Added feature so your currency name will now be found and displayed via SignBank messages.
Added "/" commands to check interest info and bank balances.
- /signbank will display Version and Author. =)
- /signbank interest will display interest percent and disbursion time.
- /signbank balance will display current money and max level withdrawl.
Added "sb" alias to "/" commands.
Adjusted interest control to better shut down when plugins are reloaded.