[INACTIVE][ECON] BankAccount v.0.5.1 - Shared Bank Accounts [860]

Discussion in 'Inactive/Unsupported Plugins' started by TAT, Mar 4, 2011.

  1. Offline

    TAT

    [​IMG]BankAccount v0.5.1
    IRC @ irc.esper.net/#BankAccount
    Donate
    Credits:
    Team: TAT

    Download 0.5.1 (JAR, TAR.GZ, ZIP)
    Earlier versions: 0.2-0.5
    Source Code @ Github

    BankAccount enables the players to open shared bank accounts with each other.
    The players with access to an account can deposit, withdraw and transfer money.

    Searching for coders and testers
    If you are interested in code and/or test BankAccount, please send a PM to TAT.

    Error reporting and feature requests
    Please use our Redmine system for this: http://redmine.earthgame.dk
    Requirements (open)

    • iConomy, BOSEconomy or Essentials Economy
    • mysql-connector-java-bin (Found here) (NOTE: must be included to Java ext folder - instructions included in Readme)
    • sqlitejdbc-v056 (Found here) (NOTE: must be included to Java ext folder - instructions included in Readme)
    Features (open)

    • Open a shared bank account between each other
    • Deposit/withdraw money between economy account and shared bank account
    • Transfer money between shared bank accounts
    • Password protect shared bank accounts (Case-sensitive)
    • Amounts on accounts can gain interest over time
    • Use commands global or in bank areas
    • Loan system
    Todo (open)

    • NPC??? (Perhaps)
    Permissions Nodes (open)
    Commands (open)
    Admin commands
    • /account help [page]
    • /account open <accountname> [players]
    • /account info <accountname>
    • /account list
    • /account balance <accountname>
    • /account adduser <accountname> <player>
    • /account removeuser <accountname> <player>
    • /account password <accountname> [password]
    • /account deposit <accountname> <amount>
    • /account withdraw <accountname> <amount> [password]
    • /account transfer <from account> <to account> <amount> [password]
    • /account loan <amount>
    • /account pay <amount>
    • /account close <accountname> [password]
    • /account select
    • /account setarea <areaname>
    • /account removearea <areaname>
    Documentation @ GitHub
    Howto videos (open)
    Basic Setup (open)
    MySQL Setup (open)
    Area Setup (open)
    Features planned for next release (open)

    • Separate banks with separate accounts (like in reality) [option]
    Changelog (open)
    Version 0.5.1
    • Added permissionnode for list command (Included in basic permission)
    • Added possibility to disable interest and loan debug output
    • Accounts no longer case-sensitive
    • Code clean-up
    • Changed to use Register [GitHub Commit: 2071011cca5d89940f310dc39273be8bb7e517bc]
      • Now supports following economy plugins (iConomy preferred)
        • iConomy 4
        • iConomy 5
        • BOSEconomy
        • Essentials Economy
    • Updated to CraftBukkit #860
    • Removed response to multiple banks config
    • API changes
    Full changelog
     
    NEO and artimas22 like this.
  2. Offline

    TAT

    Hopefully it's fixed in v.0.6 - sadly I don't have any release date yet :(
     
  3. Offline

    savra

    Looking forward to it :)
     
  4. Offline

    TAT

  5. Offline

    p000ison

    Thanks for your great work on this plugin, but how far are you with your update?
     
  6. Offline

    TAT

    In my opinion, too far...
    But there will be some awesome new features and hopefully a lot better stability.
     
  7. Offline

    p000ison

    Thanks a lot. Maybe a option for a manual mysql reconnect would be great. So when the connection lost you can reconnect manual. Such as a reload.
     
  8. Offline

    Zephedge

    Feature request:

    Is there any chance we could get a "deposit all" command, where it deposits all of the currency on the player into a bank account?
     
  9. Offline

    darkcloud784

    Feature request: Add in bank signs (ATM's if you will)
     
  10. Offline

    p000ison

    Any news?
     
  11. Offline

    CronicGamer

    is this even up to date?
     
  12. Offline

    p000ison

    It works (with some small bugs)but I wait for a better version.
     
  13. Offline

    thisguy128512

    Check the Dev.
     
  14. Offline

    Sixosable

    Are you going to update this plugin?
     
  15. Offline

    GmK

  16. Offline

    darkcloud784

    TAT likes this.
  17. Offline

    TAT

    Wanted

    Fixes

    • If you got any fixes, please do one of the following;
      • Send a pull request on GitHub
      • Send me a message with the fix
      • You will get on the credits on the next release changelog for your help (Depending on how much work)
    Developers

    • Java knowledge
    • Bukkit plugin development knowledge would be great
    • At least work a bit per week
    • You don't have to handle support
    Testers

    • Able to test any command and function BankAccount contains
     
  18. Offline

    darkcloud784

    I'd love to test =P
     
  19. Offline

    TAT

  20. Offline

    HughL

    Hey :) Just a quick question, I can't seem to use Bankaccount. Every time I type in the commands, it says "You do not have permission to use BankAccount." I already have the permission node "bankaccount.access" in my group but I'm still not able to use it. What should I do?
     
  21. Offline

    TAT

    Which permission system do you use?
     
  22. Offline

    HughL

    I use Essentials group manager
     
  23. Offline

    darkcloud784

    I believe I requested this in IRC a while back but I wanted to make sure it was indeed requested. ATM balance signs in the newest dev build would be awesome to show only the balance to who is using the balance sign. IE they punch the sign to select an account they are owner of then they punch it again to view the balance via a printed message.
     
  24. Offline

    Gebob35

    When will you update this? i really want it on my server but when i put it on nothing happend, please update
     
  25. Offline

    TAT

    I'm working on getting Eclipse to work on my laptop at the moment but it just don't want.
    I will remove some of the new, non-finish features so I can get the new version out to test.

    Still not working, I'm even trying to get NetBeans to work...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  26. Offline

    Racha

    can i disable interest?
     
  27. Offline

    TAT

    Yes, by setting interest time to 0
     
  28. Offline

    Racha

    TY :)
     
  29. Offline

    Tofu FUNgus

    I got so many errors from this basically saying this:
    Code:
    15:35:16 [SEVERE] Could not pass event PLUGIN_ENABLE to BankAccount
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
            at dk.earthgame.nijikokun.register.payment.methods.iCo4.isCompatible(iCo
    4.java:57)
            at dk.earthgame.nijikokun.register.payment.Methods.createMethod(Methods.
    java:55)
            at dk.earthgame.nijikokun.register.payment.Methods.setMethod(Methods.jav
    a:95)
            at dk.earthgame.TAT.BankAccount.BankAccountPluginListener.onPluginEnable
    (BankAccountPluginListener.java:59)
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.j
    ava:585)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:964)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.coelho.iConomy.iConomy
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 16 more
     
  30. Offline

    KingRogue

    Hey the plugin sounds great! Good work.
    Could you possibly add a feature where you can set a limit to how much you can withdraw per real life day?
    Ty
     
  31. Offline

    p000ison

    Is there already superperms support?
     

Share This Page