Help please!

Discussion in 'Bukkit Help' started by Songason, Aug 20, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Songason

    Why dont the iConomy commands work for the default players at this Permissions.yml file?
    Please help me by editing the script right!

    http://www.pastie.org/2403085
    Code:
    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    #   Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    #   If this file is for your default world (the one in server.properties) then you must
    #   leave copies blank.
    #  Example: copies: Derp    -  This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name.  So if it is level-name: world  then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document.  Use only spaces.  A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
        permissions:
            system: default
            copies:
    
    ##
    # AntiBuild is included with this.  To disable a group from being able to build then
    # set the build: flag to false (build: false).  If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    #   To make a group inherit the permissions from another
    #   group simply place the groups name in the "inheritance:" like so:
    #
    #   Example:
    #       inheritance:
    #           - Default
    ##
    #   All permissions including the asterisks must be placed in single quotes.
    #   like so:
    #
    #       - 'foo.bar'
    #
    #   Otherwise errors will happen!
    ##
    #   Globalized Permission settings:
    #
    #       If a permission contains periods (.) you can denote a globalized parameter:
    #
    #           - 'foo.*'
    #
    #       This will allow you to use all general commands.
    #
    ##
    #   Single Asterisk denotes all commands:
    #
    #       - '*'
    #   If you give a group this permissions, do not have the group inherit any permissions
    #   from other groups.  Any users assigned to this group should NOT be given any additional
    #   permissions either.
    ##
    #   To exempt a node use the - prefix like so:
    #       - '-foo.bar'
    ##
    #   prefix: and suffix: do not do anything on their own.  You need another outside plugin
    #   such as iChat or HeroChat in order for these to do anything.
    Groups:
    Default:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'essentials.help'
    - 'essentials.getpos'
    - 'essentials.afk'
    - 'essentials.rules'
    - 'essentials.msg'
    - 'essentials.motd'
    - 'essentials.list'
    - 'essentials.spawn'
    - 'essentials.time'
    - 'SpawnControl.spawn.use'
    - 'pvpplus.pvp_on.use'
    - 'pvpplus.pvp_off.use'
    - 'iConomy.access'
    - 'pvpplus.pvp_help.acces'
    - 'iConomy.bank.access'
    - 'iConomy.bank.deposit'
    - 'iConomy.bank.join'
    - 'iConomy.bank.join.multiple'
    - 'iConomy.bank.leave'
    - 'iConomy.bank.list'
    - 'iConomy.bank.main'
    - 'iConomy.bank.main.change'
    - 'iConomy.bank.main.set'
    - 'iConomy.bank.main.view'
    - 'iConomy.bank.transfer'
    - 'iConomy.bank.transfer.multiple'
    - 'iConomy.bank.withdraw'
    - 'iConomy.list'
    - 'iConomy.payment'
    - 'iConomy.rank'
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'foo.bar'
                - 'essentials.item'
                - 'essentials.kit'
                - 'essentials.give'
                - 'essentials.god'
                - 'essentials.heal'
                - 'essentials.suicide'
                - 'essentials.unlimited'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'essentials.kick'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.kill'
                - 'essentials.mute'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.invsee'
                - 'worldedit.*'
        Admins:
            default: false
            info:
                prefix: 'Admin'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'essentials.setspawn'
                - 'essentials.broadcast'
                - 'essentials.setjail'
                - 'essentials.deljail'
        Owner:
            default: false
            info:
                prefix: '&6[&6O&6]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        Alpetuur:
            group: Owner
            permissions:
                - '*'
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
        Money:
            group: Owner
            permissions:
                - '*'
     
  2. Offline

    Sh8kezula

    link is broken. post your permissions.ym here in code brackets.
     
  3. Offline

    Songason

    Like this? :d
     
  4. Offline

    dark_hunter

    Working, give it another try.
     
  5. Offline

    Sh8kezula

    Your default group is formatted wrong.
     
  6. Offline

    Songason

    Can you do it please for me, cause to be fair, I am so bad in this kind of scripting :$ PLEASE! :$
     
  7. Offline

    Sh8kezula

    Here is a working copy of your permission file.

    Code:
    Groups:
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.getpos'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.msg'
                - 'essentials.motd'
                - 'essentials.list'
                - 'essentials.spawn'
                - 'essentials.time'
                - 'SpawnControl.spawn.use'
                - 'pvpplus.pvp_on.use'
                - 'pvpplus.pvp_off.use'
                - 'iConomy.access'
                - 'pvpplus.pvp_help.acces'
                - 'iConomy.bank.access'
                - 'iConomy.bank.deposit'
                - 'iConomy.bank.join'
                - 'iConomy.bank.join.multiple'
                - 'iConomy.bank.leave'
                - 'iConomy.bank.list'
                - 'iConomy.bank.main'
                - 'iConomy.bank.main.change'
                - 'iConomy.bank.main.set'
                - 'iConomy.bank.main.view'
                - 'iConomy.bank.transfer'
                - 'iConomy.bank.transfer.multiple'
                - 'iConomy.bank.withdraw'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Default
            permissions:
                - 'foo.bar'
                - 'essentials.item'
                - 'essentials.kit'
                - 'essentials.give'
                - 'essentials.god'
                - 'essentials.heal'
                - 'essentials.suicide'
                - 'essentials.unlimited'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'essentials.kick'
                - 'essentials.ban'
                - 'essentials.banip'
                - 'essentials.kill'
                - 'essentials.mute'
                - 'essentials.unban'
                - 'essentials.unbanip'
                - 'essentials.invsee'
                - 'worldedit.*'
        Admins:
            default: false
            info:
                prefix: 'Admin'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'essentials.setspawn'
                - 'essentials.broadcast'
                - 'essentials.setjail'
                - 'essentials.deljail'
        Owner:
            default: false
            info:
                prefix: '&6[&6O&6]'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        Alpetuur:
            group: Owner
            permissions:
                - '*'
        Herpina:
            group: Moderator
            info:
                prefix: 'Moo'
                suffix: 'Cow'
            permissions:
                - 'herp.derp'
        Derpina:
            group: Admins
            permissions:
                - '-derp.derp'
        Money:
            group: Owner
            permissions:
                - '*'
    
     
  8. Offline

    Songason

    Lol if there was a button to subscribe on your posts I would definitly do it.
    Thanks so much, you help my server so much now! (L)
     
  9. Offline

    Sh8kezula

    There is a way to follow a member.

    click my avatar then click follow.
     
  10. Offline

    Songason

    Oh no! It still doesnt work! They cant /money help or do /money pay and stuff :(
     
  11. Offline

    Sh8kezula

    Have you set up a back account for the players you want to use these commands?

    If you are running bukkit 1060.. try downgrading to 1000 as Iconomy is not updated yet.
     
  12. Offline

    Songason

    I run on 1000, and how you mean making a "back" account?
     
  13. Offline

    Sh8kezula

    bank*

    After reading the Iconomy commands it looks like you need to create bank accounts for your users.
     
  14. Offline

    Songason

    Thats one of the CMDs right?
    Let me test

    Well I tried,
    and it doesnt work, cause its a cmd in permissions, and i cant get permissions to work ( the iconomy cmds xD)

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

    Banana937

    You don't have a Default group set -- in the permissions file Sh8kezula made you there are two builders and neither of them are set to default.
     
  16. Offline

    Sh8kezula

    All I did was correct the format..... cause it was formatted incorrectly.
     
  17. Offline

    Banana937

    Well it's still formatted improperly because there's no default.
     
  18. Offline

    Songason

    Thanks, so like:
    Default: True!?
     
  19. Offline

    Banana937

    @Songason Yes, rename one of the Builders to Default as well as set default to true. I'm going to dinner, but I'll be back in about an hour if there's a problem.
     
  20. Offline

    Sh8kezula


    You helped the original poster..

    You added what I missed...

    Thank you...

    Why do you always try and attack me... this is like the 4th post you have done this.

    If you left out something.. that you missed... I would have helped out too.. I would not have then attacked you for trying to help... calm down man...
     
  21. Offline

    Banana937

    Dude, you're taking this all too personal.

    If you want to talk about it in an inbox, I'd be happy to discuss why you may think this (however I have to go for dinner, so it might be a while)
     
  22. Offline

    Songason

    Thank you both, and Sh8kezula dont worry. I will still follow you:) Banana937 i'll follow you to, have a nice dinner!

    Still doesn't work! :(
    They say,:
    "When I do /money pay or another money cmd, it says: iConomy (version) (something weird)
    and : Required ( ) Optional ( )" none of those two are checked...
    Can someone help?

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

    Banana937

    Make sure the version of economy is relative to your version of craftbukkit -- and thanks for the follow :D
     
  24. Offline

    Songason

    Ok ima test that, np for the follow you helped me some other times too :D

    We got the 1000 version.

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

    Banana937

    Are you on Craftbukkit Build #1000?
     
  26. Offline

    Sh8kezula

    Do you have Essentials installed. If yes - do you have the pay command overridden in the config file?

    Code:
    
    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
    # priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
    # usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
    # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
    # will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
    # such as /egod, will always grant Essentials priority.
    # We should try to take priority over /god.  If this doesn't work, use
    # /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
    overridden-commands:
      - god
      - mute
    
    Just a shot in the dark.
     
  27. Offline

    Banana937

    @Sh8kezula The EssentialsEco commands work alongside iConomy (ex., /balance shows your iConomy balance, though that is an Essentials command).
     
  28. Offline

    Sh8kezula

    I know...

    By default Essentials gives priority to any other plugin with the same commands.

    If the command is in the overridden commands section... It will take priority over Iconomy commands.
    That is why I asked.

    Maybe at one point it was put in there..

    - a shot in the dark.
     
  29. Offline

    Songason

    So what to do? :( My members of server are getting pissed and starting to leave cause they cant pay :(
     
  30. Offline

    Banana937

    Alright, I'll take a look at your Permissions again.

    @Songason

    Your problem:

    You're using the wrong command. It's not /money pay -- it's just /pay

    Also, users don't have access to /pay (an Essentials command) -- they have access to /payment. Give them access to:

    Code:
    - 'essentials.pay'
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
Thread Status:
Not open for further replies.

Share This Page