2.0pre10

Details

  • Filename
    Bankcraft.jar
  • Uploaded by
  • Uploaded
    Apr 24, 2013
  • Size
    90.15 KB
  • Downloads
    229
  • MD5
    f1c8504400afceb77e9d32b615cfed64

Supported Bukkit Versions

  • CB 1.5.1-R0.2

Changelog

If updating from 2.0preX, please delete your config.yml located in your Bankcraft folder!

Note: This is a pre-release! Anything in this update could harm or kill you, your family or your minecraftserver!
Please DO NOT update before making a backup of your files.
The use of files before 2.0 is not possible. With the release of this version (2.0 NOT 2.0pre) i will provide a way to convert your old files!
Currently i removed the mysql support and i have gone back to flatFile. This will however be just temporally.
This version is not intended for use, just for testing. If you want to help me developing this plugin, test it and report every bug as a ticket (please mark the ticket as 2.0pre bug!).
Do not report bugs which are already reported or are marked as "Known caveats" below!

I really appreciate your help!

Changelog:
v2.0pre10
- Fixed mysql database putting values in wrong columns
- Fixed mysql database accepting varchar instead of double as balance values
- Polished code
- Added chatSign
    - allows easy interaction with bankcraft through one sign, without the need for commands
    - setup:
--------------------
[Bank]
chatInteract
EMPTY
EMPTY
--------------------

- Added databaseimport command for importing data from flatfile to mysql and visa versa
- Restructured config.yml

v2.0pre9
- Fixed exchange- signs and commands
- Added new config options and renamed account limit for money in config.yml

v2.0pre8
- Fixed the reinitialising of signs
- Added mysql support
    Added new config options for mysql
v2.0pre7
- Fixed balance sign (Thx for the comment, yeah the comment and not the ticket)
v2.0pre6
- Added a interestTimer to know how long its gonna take until the next round of interests
- Added a interestTimer command (/bc interesttime)
- Added a self updating interestTimer sign
    [Bank]
    interesttimer
    EMPTY
    EMPTY
- Added %interestTimeTotal and %interestTimeRemaining for messages

v2.0pre5
- Fixed several wrong formated config.yml messages who made the use of balancexp, broadcasting of interests and so on impossible
- Removed "blub" message at startup
- Fixed the removing of signs not working as intended
- Fixed /add command for scrolling signs
- Fixed commands not being able to transfer "all"
- Fixed experience stuff by using a personal workaround (FEEDBACK!!) (Fixes #79, #78.1, #78.2
- Changing commands for "debit" to "withdraw"
- Changing signs to say "withdraw" instead of debit"
- Added a MaxBankLimit to the config.yml so you can choose the max amount all players on the server can have in their bank
- Added missing message when removing a sign in survival mode

v2.0pre4
- Fixed a config error regarding the char § not being handled like it should (Generate a new config or remove the § inside your old one on all X.color lines)

v2.0pre3
- Fixed TABs in default config.yml Remove your old one to fix the startup error

v2.0pre2
- Added many missing messages
- Added interests for money/xp
- Added broadcasting of interests

v2.0pre

- Recoded from scratch (beside some code from the old listener classes)

- Moved filestorage into a one file per user solution

- Removed mysql (temp)
- Removed exchangeSigns (temp)
- Removed Loans (temp)

- Removed reload commands (temp)

none