EconomyBanks

Banking, cash, interest, tax, money drop on death, and more

Total Downloads: 1,881 - First Release: Jan 19, 2016 - Last Update: May 12, 2018

5/5, 8 likes
  1. I'm a little torn between if I want to disable it, or if I want to be able to add interest to it.... I use negative values for interest to the bank to make the bank more of an "insurance" than a safe stash. This forces players to carry money (which I have renamed to nugs-o-weed, as cannabis is my server's currency) more often as opposed to just immediately stashing all their money forever.
     
  2. Lol nice currency.
    Yeah that is the main reason why I do not allow the plugins to subtract straight from the bank. Makes players use as cash. The clan banks are also affected by the interest. I could look into splitting the interest amount on clan accounts and user accounts? The nice thing about clan account, is that it will make players compete to be the richest clan on the server = most power clan. I have added a leader board in most of my plugins now, to show for example: top 5 bounty hunters, top 5 duelers, and now top 5 richest players and top 5 richest clans
     
  3. I am excited for when duelers comes out.... andddd I do like leaderboards =D

    BTW - Make a cannabis plugin XD if you don't do it first I'm gonna get to it when the official modding SDK is finished.
     
  4. Pho3niX90 updated Economy Banks with a new update entry:

    1.5.3

     
  5. Wulf

    Wulf Community Admin

    I noticed this warning, even when not using any Economy plugin or even any file named Economy. Pretty sure your useEconomy check is backwards... :p
     
  6. haha will have a look. I actually saw that but never made anything if it.
     
  7. Pho3niX90 updated Economy Banks with a new update entry:

    1.5.4

     
  8. Hello , the interest rate for the clans do not work, you can add this feature ?
     
  9. Could some one help me! Im having this warning check showing up on my server! And also a sever lease message.
     

    Attached Files:

  10. You have updated the clan pluging and removed the DATA
    It seems to me that the money of the old clans pluging in the economy is still there wipe the data economy can be ?
    [DOUBLEPOST=1457641822][/DOUBLEPOST]It does not work I just try, I do not know or just the error
    [DOUBLEPOST=1457652923,1457639011][/DOUBLEPOST]I have also a problem

    [Oxide] 00:32 [Warning] [EconomyBanks] First check

    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)
    [Oxide] 00:32 [Warning] [EconomyBanks] second.2 check

    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)
    [Oxide] 00:32 [Warning] [EconomyBanks] third check

    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)
    [Oxide] 00:32 [Warning] [EconomyBanks] First check

    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)
    [Oxide] 00:32 [Warning] [EconomyBanks] second.1 check

    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)
    [Oxide] 00:32 [Warning] [EconomyBanks] third check

    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)
    [Oxide] 00:32 [Warning] [EconomyBanks] First check

    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)
    [Oxide] 00:32 [Warning] [EconomyBanks] second.2 check

    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)
    [Oxide] 00:32 [Warning] [EconomyBanks] third check
     
  11. I have the same issue, I ignore them but sometimes they are spamming my console, I like a clean console not with colors with errors and warnings.
     
  12. This is an amazing plugin but it has some magical, magical problems. Namely, balance doesn't seem to save / load properly. /balance Never shows the real balance, it seems to show some current session version that is loaded once on plugin load and never updated by /buy or /sell (hurtstore).
    When trying to disable the balance readout I did this:

    Code:
            #region [DEFAULT CONFIGS]
            void LoadMessages()
            {
                lang.RegisterMessages(new Dictionary<string, string>
                {
                    {"msg_BankBalance", "Use /buy or /sell to view your real balance"},
                    {"msg_CashBalance", "This command is not working properly and has been disabled"},
    and somehow, some freaking how, after uploading, reloading, unloading and loading, it still shows the original messages :D
    ingame the same "Your cash balance is:"
    I searched the string "your cash" in the ecobanks .cs and no hits... it's wrinkling my brain right now trying to understand where the hell it's getting that from now!! please advise xd my curiosity level is over 9000

    I'm not 100% yet, but i think the /buy and /sell are writing new balance data properly, with possible exception of when you disconnect right after. i /bought something and disconnected and when i came back i had not spent the money on it. i was going to look into adding OnPlayerDisconnected section with SavaData(); but i'm not a .net coder and frankly this ghost string stuff has put me off bothering to try :D
    pls sir good plugin dev sir any response would be very appreciated
     
  13. Hello.
    i have problem with ECONOMY BANKS. When i deposit money for clan my money deposit in private account . Why? i have PLUGINS: HWClans 1.3.1

    This is logs
    Code:
    19:35 [Info] Loading plugins...
    19:35 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
    19:35 [Info] Loaded plugin Hurtworld Core v1.0.0 by Oxide Team
    19:35 [Info] EconomyBanks, HurtStore and HWClans were compiled successfully in 1822ms
    19:35 [Info] Loaded plugin EconomyBanks v1.5.4 by Pho3niX90
    19:35 [Info] [EconomyBanks] EconomyBanks is fully functional
    19:35 [Info] Loaded plugin HurtStore v1.3.2 by Pho3niX90
    19:35 [Info] [HurtStore] StoreStock has loaded with 0 items
    19:35 [Info] [HurtStore] Will now do failsafe check of config file
    19:35 [Info] [HurtStore] Storestock default 34
    19:35 [Info] [HurtStore] Storestock34
    19:35 [Info] Loaded plugin HWClans v1.3.1 by SouZa
    19:36 [Warning] [EconomyBanks] First check
    19:36 [Warning] [EconomyBanks] second.2 check
    19:36 [Warning] [EconomyBanks] third check
    19:36 [Warning] [EconomyBanks] First check
    19:36 [Warning] [EconomyBanks] second.2 check
    19:36 [Warning] [EconomyBanks] third check
    19:37 [Warning] [EconomyBanks] First check
    19:37 [Warning] [EconomyBanks] second.2 check
    19:37 [Warning] [EconomyBanks] third check
    19:37 [Info] [EconomyBanks]
    19:37 [Info] [HWClans] [2] m3ntor: xd
    19:39 [Info] [EconomyBanks] deposit, 50, clan
    19:39 [Warning] [EconomyBanks] First check
    19:39 [Warning] [EconomyBanks] second.2 check
    19:39 [Warning] [EconomyBanks] third check
    19:39 [Info] [EconomyBanks] balance
    19:39 [Warning] [EconomyBanks] First check
    19:39 [Warning] [EconomyBanks] second.2 check
    19:39 [Warning] [EconomyBanks] third check
    19:39 [Warning] [EconomyBanks] First check
    19:39 [Warning] [EconomyBanks] second.2 check
    19:39 [Warning] [EconomyBanks] third check
    19:39 [Info] [EconomyBanks] deposit, 20, clan
    19:39 [Warning] [EconomyBanks] First check
    19:39 [Warning] [EconomyBanks] second.2 check
    19:39 [Warning] [EconomyBanks] third check
    19:39 [Warning] [EconomyBanks] First check
    19:39 [Warning] [EconomyBanks] second.2 check
    19:39 [Warning] [EconomyBanks] third check
     

    Attached Files:

  14. It is possible to remove these warnings? My logs is getting spammed and also my game is lagging. do not know it they are combines issues
     
  15. Withdrawing money from account still could lead you to minus balance.
    While plugin prevents you from withdrawing amount more than your current balance it yet could be withdrawn fully while withdrawal fee are been overdrafted.
     
  16. Hi Guys,

    I have been away for a while. I will get to these issues this week.
    [DOUBLEPOST=1460406424][/DOUBLEPOST]
    Hey, ther message you changed there is actually the defaults that get created the first time you use the plugin. Your language file is in the lang directory and that's where you should change it.

    Is the balance incorrect for cash, or the bank? If cash then are you using the inbuilt cash system or economy plugin?
    [DOUBLEPOST=1460406492][/DOUBLEPOST]
    Quick fix is the following.

    Open up the plugin in a text editor and find all lines that say
    Code:
    PrintWarning
    and replace with
    Code:
    //PrintWarning
     
  17. Thanks man! It worked for me!
     
  18. Pho3niX90 updated Economy Banks with a new update entry:

    1.5.42

     
  19. Pho3niX90 updated Economy Banks with a new update entry:

    1.5.42

     
  20. Can you add the possibility to Partial Name the name for a player ?
    For example, it's hard to transfer amount to player which have many specials characters.