Inactive [ECON] iConomy 6.0.7 (Celty) [1337]

Discussion in 'Inactive/Unsupported Plugins' started by Nijikokun, Jan 3, 2011.

     
  1. Offline

    Nijikokun

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME

    This post has been edited 3 times. It was last edited by Nijikokun Sep 17, 2011.
  2.  
  3. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Your config?
  4. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Umm yeah sort of. Install iConomy and say Chestshop or CommandShops. Buy and sell things with other plugins.
  5. Offline

    Buckethead

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ok so any actual handiling of money i have to learn from the other plugins
  6. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yep from what I understand.
    Buckethead likes this.
  7. Offline

    Buckethead

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    ty
  8. Offline

    d00ba

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Not if you actually use the Permissions system to give groups different iConomy permissions. It might work on your local server if all your users are opped or have '*' permissions.
  9. Offline

    Buckethead

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    what does changin account staus do?
  10. Offline

    dxwarlock

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    seems to work for me, using PEX with 6 different users groups, none have * or OP but my group, and everyone can use all the pex, shop and money related commands fine.

    my first 2 groups:
    Code:
    groups:
        default:
            default: true
            permissions:
            - bukkit.command.help
            - iConomy.holdings
            - cf.display
            - multiverse.core.spawn.self
            - commandbook.who
            - commandbook.motd
            - commandbook.rules
            - commandbook.home.teleport
            - commandbook.home.set
            - commandbook.say.me
            - commandbook.afk
            - commandbook.whereami
            - commandbook.spawn
            - mcbans.ban.view
            - modifyworld.chat.*
            - modifyworld.damage.take.*
            - modifyworld.mobtarget.*
            prefix: (&7Guest&f)
            suffix: '&7:'
            options:
                rank: '1000'
        Trial:
            permissions:
            - -mobarena.use.spectate
            - dxchests.use
            - foundboxx.notify
            - playtime.*
            - duckshop.use.*
            - iConomy.help
            - iConomy.payment
            - lwc.protect
            - worldguard.notify
            - towny.town.resident
            - nethrar.use
            - commandbook.msg
            - -mcmmo.skills.repair
            - mcmmo.skills.*
            - mcmmo.ability.*
            - towny.wild.*
            - towny.chat.town
            - towny.publicspawntp
            - towny.spawntp
            - mcmmo.commands.whois
            - modifyworld.*
            - minecartmania.commands.st
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            inheritance:
            - default
            prefix: (&7Trial&f)
            suffix: '&f:'
            options:
                rank: '250'
    default can check status but not pay people, trial can pay and get help, all seems to be working as intended for me using the permissions.

    This post has been edited 2 times. It was last edited by dxwarlock Jan 20, 2012.
    Snipes01 likes this.
  11. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Why do that? Most users of IConomy would just use another shop like plugin. Sorry I didn't see this until today.
  12. Offline

    d00ba

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Then you must be using an outdated version of bukkit and or minecraft.

    I've just setup a test server with PermissionsEX 1.17, iConomy 6.0.7 and bukkit 1.1 dev build to confirm this.

    Code:
    groups:
        default:
            default: true
            permissions:
            - iConomy.help
            - iConomy.payment
            - iConomy.holdings
    Result: Permissions do not work with PEX. Users with the '*' permission get access to all. users in default group get nothing. (except ability to view own money)
  13. Offline

    d00ba

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Any sensible person wouldn't do that. My point was that it appears to work if this is the setup your using.

    This post has been edited 1 time. It was last edited by d00ba Jan 20, 2012.
  14. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Any sensible person? Okay if you say so. Also how is it a far test to use a development version of Bukkit on older plugins. Even though mostly those plugins will still work. If his works on 1.0.1 an these plugins them something has changed.
  15. Offline

    dxwarlock

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Using 1597 bukkit, iConomy 6.0.7b, PEX 1.17
  16. Offline

    d00ba

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Because I've already thoroughly tested bukkit 1597 with no results. So there was harm in testing dev version.

    Also, to clarify on my previous post, I meant that it's not practical to setup iConomy and permissions to only work with '*' permissions.

    This post has been edited 1 time. It was last edited by d00ba Jan 20, 2012.
  17. Offline

    dxwarlock

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    maybe you changed something?
    like I said above, seem to work fine for me with the 1597, 6.0.7b, and 1.17.

    I can zip up my iConomy and PEX related jar files and send them to you to see if it helps. maybe there is a difference between the 2 we are using.
  18. Offline

    d00ba

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    There must be. In my tests I've only been using PermissionsEX.jar with super perms enabled. Are you using the bridge plugin?

    And sure, that could be useful. Send them over, I'll run some tests with your setup.

    This post has been edited 1 time. It was last edited by d00ba Jan 20, 2012.
  19. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Aw you said 1.1. How is 1597 working with 1.1? Maybe a typo. Anyway I've use and test iConomy with CommandShops (no OP) and it worked. Unless I completely did something wrong. I see what you were saying.
  20. Offline

    dxwarlock

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ah might be it, I need the bridge to get the '*' in my Admin group to work with a few other obscure plugins I have, but its the only group using the raw - '*' node. so maybe its a quirk of the bridge. I know if I take - iConomy.payment away from Trail, they cant pay..so it seems it makes the perms work.

    here is my PEX config:

    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        superperms:
            disable-unmatched: false
            enable: true
            debug: false
            strict-mode: false
            parent-nodes: true
        allowOps: true
        debug: false
        basedir: plugins\PermissionsEx
        createUserRecords: false
        modifyworld:
            enable: true
  21. Offline

    dxwarlock

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Think you got us mixed up, never said I used 1.1. Im waiting on RB, plugins, and spout before moving to 1.1 we are still on 1.0.1
  22. Offline

    Snipes01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yes I did. Both your names start with d. Ugh lol.
  23. Offline

    dxwarlock

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    No worries.
    Im HOPING it does work with 1.1 when released though. our server revolves around needing currency.
    I cant imaging the hassle of trying to convert over everything again to a new econ plugin...going from the old iCon to the new one last year was enough of a hassle and annoyed players for me, then duckshop died on 1.0.1, had to make EVERYONE change shops, they wont like me if I tell them they need to start over on money AGAIN..lol

    why I always dreamed of bukkit having built in basic money function. Plugin devs of important core plugins we use for economy related things getting burned out, and having to migrate to new replacements every 6-9 months sucks.

    This post has been edited 4 times. It was last edited by dxwarlock Jan 20, 2012.
  24. Offline

    Auy658

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    How do i type "å", "ä" and "ö" without getting errors?
  25. Offline

    t1tanium

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    can't some one make a plugin like the old ''iCTrade'' for hmod it was totally awesome :)
    (iConomy-TradeChest)
  26. Offline

    Musaddict

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    So... is iConomy dead? @Nijikokun hasn't been online since... Septemper 30th, lol.

    I'm glad iConomy still works, but... should we be switching over to something else before this goes obsolete?
  27. Offline

    shanko

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    lol who knows... maybe he made an amazing plugin that will never be outdated >_>
  28. Offline

    UltraMC

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    [STATUS on 26/01/12] [NOT-SOLVED]
    [STATUS on 29/01/12] [NOT-SOLVED, PROBLEMS POINTED] @ http://forums.bukkit.org/threads/econ-iconomy-6-0-7-celty-1337.40/page-164#post-937254
    [STATUS on 30/01/12] [Partly-Solved, iConomy fails with PermissionsEx, with BukkitPermisions it works fine!] @http://forums.bukkit.org/threads/econ-iconomy-6-0-7-celty-1337.40/page-164#post-939226
    [STATUS later on 30/01/12] [SOLVED] @ http://forums.bukkit.org/threads/econ-iconomy-6-0-7-celty-1337.40/page-164#post-939260

    Hi there iConomy users!

    I want to ask you for help with configurating it.

    While I was running bukkit 1337 it was all good, now when have different server provider and 1.0.1 R bukkit my players can not use /money pay and money [nick] commands to pay and check someone else's account stats. Me as Admin can do it.

    The problem is that console says nothing wrong, its configurated well (spent great part of my time on reading all FAQs and help documents releated to it) but its still "broken"

    My setup is:
    - bukkit 1.0.1 R 1.1 -R3 [UPDATE all please]
    - iConomy 6.0.8b for CB 1337 on 15 Nov 2011
    - Permissions Ex
    - Essentials
    - NO GROUP MENAGER (some talk about it, but I dont see reason to have it - am I missing something?)

    My configuration files are attached to this post. If SOPA or ACTA will kill it, its hostet here as well: http://multiplayerminecraft.pl/UltraMC iConomy configuration.zip or http://multiplayerminecraft.pl/UltraMC.zip

    Please can you tell me what I have done wrong?

    PS Thank you all for your time and knowledge by helping this, if I somehow get a solution I WILL post it here.

    Problem solved. [party hard]
    What was wrong? It was becaouse of Permissions plugin: me used PermissionsEx, on PermissionsBukkit /money pay worked, on PEX not. Why? PEX comes with 4 plugins packed. You can use just one - "PermissionsEX.jar", rest 3 are like addonds. Me was missing "Permissions.jar" from that pack.

    This post has been edited 12 times. It was last edited by UltraMC Jan 30, 2012.
    d00ba likes this.
  29. Offline

    __PM__

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hello,
    I've a problem with iConomy 5.
    (I have to use iConomy 5 because of an important plugin which doesn't support iConomy 6)
    If I want to use any iConomy Command, I'll get an 'Internal error'.
    But there isn't any Error in the Server.log.
    I think I've a problem with the Template.yml because if I delete it, iConomy works.
    I didn't use ä,ö,ü,ß, TAB or other unsupported letters, what's my problem?
    Please Help
    __PM__ [HeadAdmin] of Markensau-Minecraft, best German Server. www.markensau.net
  30. Offline

    TheArzonite

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hello. I am using this plugin on my server, but I don't know how to earn money. Can someone help me??
  31. Offline

    escortkeel

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Your permissions are configured incorrectly and so the usage of /money defaults to op. Fix your permissions system.
    UltraMC likes this.
  32. Offline

    Simo389

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME

Share This Page