v2.2.10

Details

  • Filename
    Bankcraft.jar
  • Uploaded by
  • Uploaded
    Oct 14, 2013
  • Size
    99.87 KB
  • Downloads
    8,904
  • MD5
    43fd5714225193d587f2e7e09d30e031

Supported Bukkit Versions

  • 1.6.4

Changelog

This version is marked as release. It has gone through some solid testing and should not contain any bad bugs.
This version DOES NOT CONTAIN changes to the underlying database methods and SHOULD NOT cause data loss.

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

Changelog:
v2.2.10
- Fixed changes to the config not getting applied correctly
- Added a check to ensure that the config file does not get overridden
v2.2.9
- Fixed an errror with the interaction delay, that caused console spam
v2.2.8
- Fixed unlimited money bug via chat-interact signs (#104)
- Fixed wrong version while loading
v2.2.6
- Changed commands to now ignore case
- Fixed unlimited money bug
v2.2 ALPHA
- Added loans/debts
- Added option to swap left-/rightclicks
- Changed BC-Signs now ignoring case in the second line
- Fixed transferxp not working
- Fixed ClassCastException in InterestTask

v2.1.4
- Added commands to check other players balance (they went missing in the recode i guess. sry for that)
- Fixed out of Bounds Exception caused by top player tables
- Fixed the printing of top player tables
- Fixed admin help checking for wrong commands
- Fixed the new interaction interval not working
- Fixed balance signs with a player name in the third line not working as intended

v2.1 ALPHA
- Added rankstats (see /bank help)
- Added rankstatsxp (see /bank help)
- Added reload command for the config
- Fixed transfer commands (#89)
- Added option to turn of console message when interests are granted
- Added anti spam delay for database interactions (#91)
v2.0.4
-Fixed online/offline interests (#88)
-Fixed /bankcraft interesttimer (#88)
v2.0.3
- Adds online/offline interests (create a new config!!)
v2.0.2
- Fixes some scrolling signs not accepting the /bank add command correctly
v2.0.1
- adds a flatfile to flatfile import for old data (old Bankcraft)
v2.0pre12
- Fixed an issue with chatting causing a null pointer error
v2.0pre11
- updated config.yml to include comments
- updated ingame help to only show commands which users are allowed to use
- updated ingame help to show the correct commands even if changed in the config.yml
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)

the loan group is not yet working