iBank
iBank is an simple, easy to use and useful bank plugin.
Its main features are:
https://github.com/iBa/iBank/wiki/Commands
Latest Builds
https://buildhive.cloudbees.com/job/iBa/job/iBank/
Needs:
http://dev.bukkit.org/server-mods/vault/
Thanks to
Donations:
If you want to support this project:
- Bankaccounts: Everybody with the permission can create a bankaccount, where he can deposit,transfer or withdraw money.
- Interest: Everybody with a bankaccount, will get interest, but you can set different interests per region or account.
- Regions: iBank can be bound to a region or just work globally like all economy plugins.
- Loan: Everybody with a bankaccount, can request a Loan, has a maximum time to pay its Loan, if this time is exceeded, the configured settings will be used. For example his Interest will go in Loan or his money will be taken.
- Fee: For deposit,withdraw,transfer and open you can set a fee, the user will have to pay if he wants to do the action
- RealisticMode: See https://github.com/iBa/iBank/blob/master/src/resources/config.yml for detailed configuration, allows you to specify an account which is the loan's source and payback's destination.
https://github.com/iBa/iBank/wiki/Commands
Latest Builds
https://buildhive.cloudbees.com/job/iBa/job/iBank/
Needs:
http://dev.bukkit.org/server-mods/vault/
Thanks to
- MarPra - Created the logo
Donations:
If you want to support this project:
-
View User Profile
-
Send Message
Posted Feb 15, 2012http://pastebin.com/UmKPqp6J
-
View User Profile
-
Send Message
Posted Feb 15, 2012Post your startup log in pastebin
-
View User Profile
-
Send Message
Posted Feb 14, 2012ok, with fresh defs from this night, file seems to be clean :)
Back to my problem :) being owner, given all perms or normal user with all ibank. perms in user.yml, the command "/bank open <account>" do nothing expected, only put out "unknown syntax"
-
View User Profile
-
Send Message
Posted Feb 14, 2012@PainKNero
"Updated: Apr 17, 2011" - latest version shows no errors, this is a false positive ;)
-
View User Profile
-
Send Message
Posted Feb 14, 2012... Microsoft Security Essentials give out a severe warning while testing your plugin on my local testserver...:
also...: installing your plugin, giving user the perm iBank.access, and nothing happens, cmd /bank (/bank open etc) gives no output... !
-
View User Profile
-
Send Message
Posted Feb 14, 2012Anything what supports Vault :) Just look at commands / permissions and you can set it up.
-
View User Profile
-
Send Message
Posted Feb 14, 2012What kind of economy is supported ? Because There is no info about dependencies in your plugin description and i'm using essentials and can't open an account or do anything other, only reload, sign creation and region plot 1, plot 2 with stick are working... Latest vault version is running 1.2.8, essentials 2.8.2, bk1846 1.1.R3
-
View User Profile
-
Send Message
Posted Feb 13, 2012Hey steffengy your ticket section link is broken.
I have a good idea for your plugin. You have a good platform to build my idea on.
Here it goes.
What about a command based item bank? since i haven't found any.
Item bank without Spout and any other dependences.
Few commands:
1. /bank in [ID/name] [amount]
1.1. /bank in all/hotbar/inv
2. /bank out [ID/name] [amount]
3. /bank check [ID/name]
Feature:
1. Left clicking on the group with any item will output the item id/name.
2. Pages for items
3. Database backup
4. Item repair before storing for a price
Thanks
-
View User Profile
-
Send Message
Posted Feb 13, 2012Hey, could you implement an account creation control? So the admins can manage how many bank accounts they wish players should have as an maximum?
-
View User Profile
-
Send Message
Posted Feb 12, 2012okay, i wait - many thanks :)
-
View User Profile
-
Send Message
Posted Feb 12, 2012Will be adding it :)
But I think you will have to wait for a new version, like 2 - 4 days :(
-
View User Profile
-
Send Message
Posted Feb 12, 2012really nice plugin and i want to use it for replace the old hbank, but can you make a limit for accounts `?
for example in config: max accounts: 1 (or any other number) or multiple accounts: true/false
because i want that can everybody only have one account
-
View User Profile
-
Send Message
Posted Feb 11, 2012So than i Can release the fixed version ^^
-
View User Profile
-
Send Message
Posted Feb 11, 2012thx for helping the other night steffengy, seems to work with no issues now (that we can tell).
-
View User Profile
-
Send Message
Posted Feb 11, 20122012-02-11 02:20:02 [INFO] [iBank] Loading iBank v0.3. 2012-02-11 02:20:02 [INFO] [iBank] Creating Mysql tables... 2012-02-11 02:20:02 [INFO] [iBank] Error in execution CREATE TABLE `regions` ( `name` VARCHAR(30) NOT NULL , `loc1` VARCHAR(1000) NOT NULL , `loc2` VARCHAR(1000) NOT NULL , `onper` VARCHAR(30) NOT NULL , `offper` VARCHAR(30) NOT NULL, `owners` TEXT NOT NULL, ) com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 8 2012-02-11 02:20:02 [INFO] [iBank] Error in execution
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Query was empty 2012-02-11 02:20:02 [INFO] [iBank] Updating regions (add owners) 2012-02-11 02:20:02 [INFO] [iBank] Error in execution ALTER TABLE `regions` ADD `owners` TEXT com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'iBank.regions' doesn't exist 2012-02-11 02:20:02 [INFO] [iBank] Version 0.3 TacoFashion loaded successfully!
And after I restart I get this:
2012-02-11 02:30:02 [INFO] [iBank] Creating Mysql tables... 2012-02-11 02:30:02 [INFO] [iBank] Error in execution CREATE TABLE `regions` ( `name` VARCHAR(30) NOT NULL , `loc1` VARCHAR(1000) NOT NULL , `loc2` VARCHAR(1000) NOT NULL , `onper` VARCHAR(30) NOT NULL , `offper` VARCHAR(30) NOT NULL, `owners` TEXT NOT NULL, ) com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 8 2012-02-11 02:30:02 [INFO] [iBank] Error in execution CREATE TABLE `accounts` ( `name` VARCHAR(50) NOT NULL , `balance` BIGINT NOT NULL , `owners` TEXT NOT NULL , `users` TEXT NOT NULL , `onper` VARCHAR(30) NOT NULL , `offper` VARCHAR(30) NOT NULL, `interval` VARCHAR(30) NOT NULL, `mD` INT(10) ) com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'accounts' already exists 2012-02-11 02:30:02 [INFO] [iBank] Error in execution CREATE TABLE `loan` ( `id` INT NOT NULL AUTO_INCREMENT , `user` VARCHAR(30) NOT NULL, `amount` BIGINT NOT NULL, `percentage` INT, `interval` INT, `until` INT, `mD` INT, PRIMARY KEY ( `id` ) ) com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'loan' already exists 2012-02-11 02:30:02 [INFO] [iBank] Error in execution
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Query was empty 2012-02-11 02:30:02 [INFO] [iBank] Updating regions (add owners) 2012-02-11 02:30:02 [INFO] [iBank] Error in execution ALTER TABLE `regions` ADD `owners` TEXT com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'iBank.regions' doesn't exist 2012-02-11 02:30:02 [INFO] [iBank] Version 0.3 TacoFashion loaded successfully!
-
View User Profile
-
Send Message
Posted Feb 10, 2012cool, been looking for a replacement of BankAccounts (which is extremely similar to this) the dev of bankaccounts unfortunately isnt able to continue updating it at the moment so its got alot of bugs. Region support is the main thing I wanted which most plugins DO NOT have (for banks that is) but this has both region and sign support which is awwwwssssooommmeee =P
-
View User Profile
-
Send Message
Posted Feb 9, 2012It should support mysql and should be safe to use - still testing everyday to find unexpected stuff
-
View User Profile
-
Send Message
Posted Feb 9, 2012@Switch0r
I would like to know this as well - Is the beta safe to use?
Also does this support MySQL?
-
View User Profile
-
Send Message
Posted Feb 8, 2012This looks nice :)
Is the beta safe to use ?
-
View User Profile
-
Send Message
Posted Feb 5, 2012@steffengy
Thanks for adding the regions and owners. As for the 3rd suggestion, I think it would be better to just let ibank evolve, cause it is looking great. My suggestion was just an idea on how to make banks more competitive.