Inactive [ECON] BOSEconomy v 0.7.3.a - iConomy Replacement! [ 1.2 - R5+ ]

Discussion in 'Inactive/Unsupported Plugins' started by riuthamus, May 29, 2011.

  1. Offline

    riuthamus

    diannetea, LRFLEW, curryz and 5 others like this.
  2. Offline

    oldjollysanta

    Can you please support MultiVerse?

    maybe set your accounts.txt file to something like this:
    Code:
    World1:
    PLAYER1 {
        money 2007.0
        type player
    }
    PLAYER2 {
        money 450.0
        type player
    }
    World2:
    PLAYER1 {
        money 712.0
        type player
    }
    PLAYER2 {
        money 52.0
        type player
    }
    and just add a option settings.txt to currency-per-world true/false

    I am trying to setup 2 worlds that have no links between each other (already using MultiInv)
     
  3. Offline

    Jonchun

    Well, I've just started developing a webshop for users to buy blocks. If you could add some SQL support, it would be super simple to integrate :)
    http://forums.bukkit.org/threads/webshop-allow-users-to-buy-blocks-from-your-server-website.31952/

    OR if you don't want to ruin the simplicity of BOSeconomy, I propose you do something similar to InventorySQL.
    What it does is copies your inventory to SQL (flatfile inventory) and has another column called "Pending" which is process every ____ seconds. So you can just release a separate plugin that works the same way. It might be somewhat inefficient but it's a very easy solution with a completely different plugin in order to preserve the simplicity of BOSeconomy. :)

    What do you think?
     
  4. Offline

    riuthamus

    Not bad, thats honestly where i wanted to go with the plugin eventually. Thats the only reason we discussed the ability to add sql. This way the players could have an online store and setup markets and shit from there. So... who knows.
     
  5. thank you a lot for this plugin i was searching for a simple economy plugin and easy to configurate and with this now my server finally haves fully working jobs and quests (quest are like missions that admins give to regular player or to treasure hunters that when successfully completed they receive a reward in money thank you very much for this plugin..
     
  6. Offline

    djrenzo

    Source Code??
     
  7. Offline

    riuthamus

    lolwhat?
     
  8. Offline

    djrenzo

    the source?
     
  9. Offline

    riuthamus

    So, you want the source why? not that I would entertain the idea much past conversation.
     
  10. Offline

    DQuaN

    Since the update everyone has stopped getting paid. Is it because I'm still using permissions 2.7 or is there something I have to change? I'm wondering if it's to do with the default bracket being changed.
     
  11. Offline

    mitchbtam

    When I try to see my servers stats (/econ stats) and when I try to see my servers Top 5 players (/econ top5) it either has no players in the like(for top 5) or it says 0 for all three stats (/econ stats). Whats the problem? I am admin with access to all the commands, how can I refresh it? /econ refresh doesn't work.
     
  12. Offline

    riuthamus

    Check the video guides, read page 11 and 12 as they deal with this. If you still cant figure it out... do the 3 steps listed on several pages previous! :p

    This was discussed on page 12 or 13, make sure you do not have exclude set to true. It is also explained in one of the videos.

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

    djrenzo

    well, i am making a plugin and because i like BOSEconomy, i would like to add some stuff from your plugin to mine, if thats ok with you?
     
  14. Offline

    riuthamus

    That is the point of the API, if you have feature requests put them here and we will add them. While i get your point I hope you can understand that at this time we have no desire to release the code and have 50 other BOSEcons pop up. We got something going here and would like to keep that until we are bored or until the community gets bored with it.

    If you really like, you can join the design team! :p
     
  15. Offline

    DQuaN

    Thanks. Although I have decided it would be a good idea to upgrade to Permissions 3.x anyway. Will I still have to perform the steps above?

    *edit*
    Updated to 3.x, im fairly certain that the settings and brackets are correct, but I still have the same problem. If I type /econ info i get 0 / 1 hour. One thing I've noticed is that if I change the default bracket name to something like Citizens, rename the bracket (I only have one bracket) and reload the plugin, it says it cannot find the bracket peasants even though there is no mention of it in any of the settings files.
     
  16. Offline

    Arton

    This economy plugin is great ! but could you maby do it so it's like 100.00 and not 10000 i dont know if i can chance it or what but it's showing like this one mine 10000
     
  17. Offline

    TheTallest

    @riuthamus by chance did my request make it into this update ? I know vague right Multi-World Support ?
     
  18. Offline

    riuthamus

    Without seeing your configurations I cant tell you jack shit as to what the problem is. LINK YOUR FILES!

    Nope, multi-world support is simple indeed which is why we kind of wanted to put it off until the language update. Enough people have asked so I dont see why we cant. Ill ask Cosine again and see what his thoughts are.

    Makes no sense, show me your configuration files.
     
  19. Offline

    DQuaN

    Brackets
    Code:
    default {
        type wage
        disabled false
        excluded false
        locked false
        master
        onlineMode true
        bracketInterval
        value 50
        members {
        }
    }
    
    Settings
    Code:
    debug false
    default-bracket default
    default-bracket-interval 1 hour
    fractional-digits 0
    initial-money 500.0
    money-name Cr
    money-name-plural Credits
    use-op-permissions false
    payday-interval 1 hour
    save-interval 1 minute
    silent-wages false
    use-permissions-plugin true
    

    Thanks
     
  20. Offline

    Arton

    here is my settings
    ----------------------------

    debug false
    default-bracket Survivor
    default-bracket-interval 1 hours
    fractional-digits 0
    initial-money 100.00
    money-name Coin
    money-name-plural Coins
    use-op-permissions false
    payday-interval 1 day
    save-interval 1 minute
    silent-wages false
    use-permissions-plugin true
     
  21. Offline

    TheTallest

    Awe sad face :( but I understand I am not to much worried about it but my RP people are nagging me about no worries I Hope soon Thank you.
     
  22. Offline

    riuthamus

    Everything here is setup just fine... no clue what your talking about. Show me your players file.

    You have nothing named citizens here. You will get 500 Cr every 1 hour. The reason why you are getting no income is because you have NOBODY in the members part of the bracket. Add yourself to the members...
     
  23. Offline

    DQuaN

    The Citizens thing was just an example although it doesn't seem to be an issue since I removed and reinstalled BOSEcon. I thought the whole point of a default group is that everyone would use that bracket if they did not belong to any. Does this mean I have to manually add every player to it? Or is there an easier way of importing them? (There's quite a few!)

    And it should be 50 credits every hour.
     
  24. Does it work with CB#1060?
     
  25. Offline

    riuthamus

    yes

    This only works upon intial setup. If you make the default group after the server is setup and people have accounts already with the accounts.txt it will not auto add people you already have. It only adds them to the default group when they first join the server and first create an account with the accounts.txt file.

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

    colony88

    download link doesn't work...
     
  27. Offline

    riuthamus

    lol what...? which one? i tested, all three links work. Your internet must suck!
     
  28. Offline

    colony88

    Heh I literally tried 10 times and now it works :s
     
  29. Offline

    Arton

    accounts
    ---------------------
    Arton123 {
    type player
    money 6774.0
    }
    Premium {
    type bank
    money 9980.0
    members {
    }
    owners {
    arton123
    }
    }
    Fredeman {
    type player
    money 5000.0
    }
    fredeman {
    type bank
    money 0.0
    members {
    }
    owners {
    fredeman
    }
    }
    pom7daz {
    type player
    money 5000.0
    }
    griffinsilver216 {
    type player
    money 1000.0
    }
    19Andreas {
    type player
    money 1980.0
    }
    pops945 {
    type player
    money 32.0
    }
    x30ffx {
    type player
    money 5000.0
    }

    _______________
    brackets
    --------------------

    Vip {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 70.0
    members {
    }
    }
    GBuilder {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 60.0
    members {
    }
    }
    Venom {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 90.0
    members {
    }
    }
    Survivor {
    type wage
    disabled false
    excluded true
    locked false
    master
    onlineMode false
    bracketInterval
    value 50.0
    members {
    pops945 1
    19Andreas 1
    griffinsilver216 1
    x30ffx 1
    }
    }
    Builder {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 55.0
    members {
    }
    }
    Vip2 {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 75.0
    members {
    }
    }
    CityCreater {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 85.0
    members {
    }
    }
    Vip3 {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 80.0
    members {
    }
    }
    Venom3 {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 100.0
    members {
    Fredeman 1
    pom7daz 1
    Arton123 1
    }
    }
    RGBuilder {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 65.0
    members {
    }
    }
    Venom2 {
    type wage
    disabled false
    excluded false
    locked false
    master
    onlineMode false
    bracketInterval
    value 95.0
    members {
    }
    }

    -------------------------------
    should i maby send a pitcure of how it's looks in game
     
  30. Offline

    riuthamus

    guess i will have to cause everything looks right here.
     
  31. Offline

    Arton

    yea try to look on this pic
    [​IMG]

    It's like 6774 and i was asking for if you maby could do so there will be dots to like 6.774 (sorry for bad english)

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

Share This Page