Fix this and i will donate £2.50 to your paypal <3

Discussion in 'Bukkit Help' started by Oldskoool, Sep 23, 2011.

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

    Oldskoool

    if someone can fix my group manager and make it all work i will donate £2.50 to there paypal, just leave it fixed with your paypal at the bottom, ;)

    Code:
    settings:
      data:
        save:
          minutes: 10
      logging:
        level: INFO
      permission:
        world:
          mirror:
            OldskooolCraftMap:
              - world2
              - world3
            world4:
              - world5
    
    groups:
        Default:
            default: true
            info:
                build: false
                prefix: '&2'
                suffix: '[Guest] '
            inheritance: []
            permissions:
            - essentials.spawn
            - essentials.motd
            - essentials.help
            - essentials.home
            - essentials.sethome
            - essentials.tp
            - essentials.tphere
            - essentials.help
            - essentials.helpop
            - essentials.home
            - essentials.motd
            - essentials.rules
            - essentials.sethome
            - essentials.who
            - essentials.list
            - essentials.kit.*
            - essentials.msg
            - essentials.spawn
            - essentials.spawn.*
            - essentials.signs.buy.use
            - essentials.signs.disposal.create
            - essentials.signs.disposal.use
            - essentials.signs.heal.use
            - essentials.signs.mail.create
            - essentials.signs.mail.use
            - essentials.signs.protection.create
            - essentials.signs.protection.use
            - essentials.signs.sell.use
            - essentials.signs.trade.use
            - essentials.tpa
            - essentials.tpahere
            - lottery.buy
            - stargate.use
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomy.payment
            - iConomy.access
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - auction.start
            - auction.bid
            - SpawnX.spawn
            - classign.Use
            - classsign.Use
            - class.sign.Use
            - clas.sign.Use
            - class.sign.Use.all
            - spawny.spawn
            - essentials.pay
            - fight.user
    
        Trusted:
            default: false
            info:
                build: false
                prefix: '&c'
                suffix: '[Trusted] '
            inheritance:
            - Default
            permissions:
            - classign.Use
            - classsign.Use
            - essentials.tp
            - essentials.tphere
      Respected:
            default: false
            info:
                build: false
                prefix: '&8'
                suffix: '[Respected] '
            inheritance:
            - Trusted
            permissions:
            - classign.Use
            - classsign.Use
             VIP:
            default: true
            info:
                build: false
                prefix: '&9'
                suffix: '[VIP I] '
            inheritance:
            - Respected
            permissions:
           VIPII:
            default: false
            info:
                build: false
                prefix: '&6'
                suffix: '[VIP II] '
            inheritance:
            - VIP
            permissions:
            - stargate.Hidden
            Dona:
            default: false
            info:
                build: false
                prefix: '&2'
                suffix: '[Donator] '
            inheritance:
            - VIPII
            permissions:
            - essentials.heal
           Dona2:
            default: false
            info:
                build: false
                prefix: '&6'
                suffix: '[Donator II] '
            inheritance:
            - Dona
            permissions:
            - stargate.Hidden
            - adminscanfly.allow
            - essentials.God
             Mod:
            default: false
            info:
                build: false
                prefix: '&5'
                suffix: '[Local-Mod] '
            inheritance:
            - Dona2
            permissions:
            - '*'
           Admin:
            default: false
            info:
                build: false
                prefix: ''
                suffix: '[Admin] '
            inheritance:
            - Mod
            permissions:
            - '*'
           Sm:
            default: false
            info:
                build: false
                prefix: '&2'
                suffix: '[Server-Manager] '
            inheritance:
            - Admin
            permissions:
            - '*'
           Owner:
            default: false
            info:
                build: false
                prefix: '&2'
                suffix: '[Da Boss] '
            inheritance:
            - Admin
            permissions:
            - '*'
    users:
        Oldskoool:
            group: Owner
            permissions: []
        gmcouto:
            group: SemiAdmin
            permissions: []
    
    just another error -

    Config file 'plugins/GroupManager/config.yml' has an error, this will break your plugin!
    [​IMG]Error at or BEFORE line: 91, column: 2
    [​IMG]Line 91 is: ··Respected:


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

    Tylerjd

    I don't use GroupManager anymore, but it looks like the following may be the issue...
    Code:
     Respected:
            default: false
            info:
                build: false
                prefix: '&8'
                suffix: '[Respected] '
            inheritance:
            - Trusted
            permissions:
            - classign.Use
            - classsign.Use
             VIP:
            default: true
            info:
                build: false
                prefix: '&9'
                suffix: '[VIP I] '
            inheritance:
            - Respected
    Where VIP and Below are indented meaning instead of permissions reading like VIP.* it would be Respected.VIP.*

    Give me a few minutes and I will see if I can fix it on a local server.
     
  3. Offline

    Oldskoool

    omg thank you so much ill wait for the reply ;).!
     
  4. Offline

    Acrobot

    http://pastebin.com/MrqHvAGe - here, it should work.
    However, don't donate to me - @Tylerjd should take all the credit - he found the issue and he is probably testing the config now - I didn't test it.
     
  5. Offline

    Oldskoool

    thanks so much acrobat, and tyler, tyler if u want the £2.50 give me your paypal once you tested it etc, ;)
     
  6. Offline

    Tylerjd

    The config that Acrobot pasted is the same one I changed it to, and It works now! Tested, and it works perfect! My Paypal is [email protected] , thanks!
     
  7. Offline

    Oldskoool

    me and my server manager just logged in and are names are red, but next to it doesn't say [da Boss] Oldskoool

    etc, i don't now why as there are no more errors, etc... ;( ...why does everything fail on me lol.
     
  8. Offline

    Tylerjd

    One last thing I just noticed however, under the VIP node in Acrobot's Pastie, it is set to default:
    Code:
    VIP:
            default: true
    It is conflicting with the default group, so just change that to false.
    That might be your problem then, if you are still getting a problem.
     
  9. Offline

    Acrobot

    @Oldskoool
    Oh, you should probably put the [da Boss], etc in the prefix - suffix means it will be shown AFTER the name.

    @Tylerjd
    Oh right - nice catch, thanks.

    This should work like you said - @Oldskoool
    http://pastebin.com/nn7Dqdqq

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

    Tylerjd

    One last thing, you may want to consider switching to a different permissions system. I used to use groupmanager with Essentials, but things like the text in front of my name started to break so I switched to PEX and a different chat plugin (the one that comes with PEX)- now everything works better. If you want, I could help you transition,,,
     
  11. Offline

    ExoticSpaz

    Hey guys, This is the [Server Manager] lol. anyway, I heard that permissions wasnt working with essantials? Have you guys heard anything about that? Because at first we used Permissions but now were trying to switch to Group Manager witch is being a complete pain in the ass, If you know anything about the permissions essantials thing could you let us know? Also, thank all of you for helping out :)
     
  12. Offline

    Oldskoool

    i think i done something stupid, but this may help in the config section ( i run off multiplay clan forge ) there are 3 different group manger configs,

    config.yml
    groups.yml
    users.yml

    i left the groups/users how they are but i pasted the re-typed thing you gave me into config i am doing the right thing?
     
  13. Offline

    Tylerjd

    I don't know about Permissions not working with Essentials, but I do know for a fact that PermissionsEX (PEX) is working properly, as I am using it on my 20+ player server fine.

    What chat plugin are you using @Oldskool ?
     
  14. Offline

    Oldskoool

    tyler i just saw your post and I'm used to using permissions v3.0 and it worked fine until there was a problem accruing today with that and essentials so i though i may swell switch to group manager, but its proving so much harder than i thought as you can see, if you do now a simple way to fix the conflict i would happily revert to permission:)?

    ok, ill try this permissionEX out, if you could translate the permission config that would be great, and if u do want a donation drop your paypal in ;)

    also i don't have a chat plugin but i do have a ridiculous amount of plugins ( I'm addicted to trying to get loads of cool plugins ) if u want to see them please feel free to come on my server and do /plugins ip is
    - 46.20.119.44:25965

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

    Tylerjd

    Ok, first, here is a download to the three files in a .zip. Ignore the __MACOSX folder that it will extract, OSX just likes to do that. http://leoncraft.com/Config.zip
    This should work, as it is the exact files I am using on my test server.

    With the permissions, I use PermissionsEX and the Chatmanager.jar that comes with it. I will see what I can do about translating it, it shouldn't take long, as all of the Permission's plugins layout is basically the same.
    My paypal is [email protected] or if you want a donate button you can goto my server's membership page and click the dontate. http://leoncraft.com/index.php/membership/
     
  16. Offline

    Oldskoool

    i have clan forge so all plugins are installed for me , all i have to do is click ,but il donate now;)
     
  17. Offline

    Acrobot

  18. Offline

    Tylerjd

    Ok, this is my plugins folder. [​IMG]You do need to have a chat plugin for the colors and such to work. I would suggest mChat (what I used when I had GM)
     
  19. Offline

    Oldskoool

    where shall i upload the screenies to?

    ok ill grab mchat now;)

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

    Tylerjd

    Anywhere, imgur, yfrog, etc.

    Also, the config you posted looks fine to me, but I will copy/paste it to my staging server.
     
  21. Offline

    Oldskoool

    ok i got nchat.

    acrobat- that didn't seem to work, when i put in config, :(

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

    Tylerjd

    @Oldskoool I have converted your config and permissions for you to PermissionsEX, as @ExoticSpaz most likely told you. Now, because you are using clanforge, they may OR may not install the chat plugin that comes with PermissionsEX. If they do, when you restart your server, you should see Chatmanager.jar and a Chatmanager folder in there. If so, you are good to go. If not, then you may have to find it on their list of plugins. It would be called Chatmanager.

    Here is a link to the new configs. http://leoncraft.com/pex-config.zip
    It will contain 2 Folders, one being Chatmanager with its config, and one PermissionsEX, with it's config and new (single) permissions yaml. I tested it and those files are coming right off my staging server. They are known to work. If you need anymore help, just let me know!

    EDIT: One more thing, PermissionsEX comes with a Permissions.jar as well, and that is used to maintain compatibility for older plugins.
     
  23. Offline

    Oldskoool

    u are a legend ill test it when i get back from football,;)
     
  24. Offline

    Tylerjd

    Alright, and it good that you are going to football, as I brought the web server down for maintenance last night, and fell asleep reconfiguring it. It should be back up 5 minutes from the time I post this.
     
  25. Offline

    Oldskoool

    its all good and works tynx so much, little problem I'm getting the error message
    [​IMG]Config file 'plugins/PermissionsEx/permissions.yml' has an error, this will break your plugin!
    [​IMG]Error at or BEFORE line: 181, column: 3
    [​IMG]Line 181 is: ···exoticspaz:

    its to do with users could you just fix the user's and send back, :)?.

    Code:
    groups:
        Default:
            default: true
            options:
                build: true
            prefix: '&2[Guest] &f'
            suffix: ''
            inheritance: []
            permissions:
            - essentials.spawn
            - essentials.motd
            - essentials.help
            - essentials.home
            - essentials.sethome
            - essentials.tp
            - essentials.tphere
            - essentials.help
            - essentials.helpop
            - essentials.home
            - essentials.motd
            - essentials.rules
            - essentials.sethome
            - essentials.who
            - essentials.list
            - essentials.kit.*
            - essentials.msg
            - essentials.spawn
            - essentials.spawn.*
            - essentials.signs.buy.use
            - essentials.signs.disposal.create
            - essentials.signs.disposal.use
            - essentials.signs.heal.use
            - essentials.signs.mail.create
            - essentials.signs.mail.use
            - essentials.signs.protection.create
            - essentials.signs.protection.use
            - essentials.signs.sell.use
            - essentials.signs.trade.use
            - essentials.tpa
            - essentials.tpahere
            - lottery.buy
            - stargate.use
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomy.payment
            - iConomy.access
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - auction.start
            - auction.bid
            - SpawnX.spawn
            - classign.Use
            - classsign.Use
            - class.sign.Use
            - clas.sign.Use
            - class.sign.Use.all
            - spawny.spawn
            - essentials.pay
            - fight.user
        Trusted:
            default: false
            options:
                build: true
            prefix: '&2[Trusted] &f'
            suffix: ''
            inheritance:
            - Default
            permissions:
            - classign.Use
            - classsign.Use
            - essentials.tp
            - essentials.tphere
        Respected:
            default: false
            options:
                build: true
            prefix: '&6[Respected] &f'
            suffix: ''
            inheritance:
            - Trusted
            permissions:
            - classign.Use
            - classsign.Use
        VIP:
            default: false
            options:
                build: true
            prefix: '&9[VIP I] &f'
            suffix: ''
            inheritance:
            - Respected
            permissions: null
        VIPII:
            default: false
            options:
                build: true
            prefix: '&c[VIP II] &f'
            suffix: ''
            inheritance:
            - VIP
            permissions:
            - stargate.Hidden
        Dona:
            default: false
            options:
                build: true
            prefix: '&c[Donator] &f'
            suffix: ''
            inheritance:
            - VIPII
            permissions:
            - essentials.heal
        Dona2:
            default: false
            options:
                build: true
            prefix: '&a[Donator II] &f'
            suffix: ''
            inheritance:
            - Dona
            permissions:
            - stargate.Hidden
            - adminscanfly.allow
            - essentials.God
        Mod:
            default: false
            options:
                build: true
            prefix: '&5[Local-Mod] &f'
            suffix: ''
            inheritance:
            - Dona2
            permissions:
            - '*'
        Admin:
            default: false
            options:
                build: true
            prefix: '&c[Admin] &f'
            suffix: ''
            inheritance:
            - Mod
            permissions:
            - '*'
        Sm:
            default: false
            options:
                build: true
            prefix: '&4[Server-Manager] &f'
            suffix: ''
            inheritance:
            - Admin
            permissions:
            - '*'
        Co-owner:
            default: false
            options:
                build: true
            prefix: '&1[Co-Owner] &f'
            suffix: ''
            inheritance:
            - Admin
            permissions:
            - '*'
        Owner:
            default: false
            options:
                build: true
            prefix: '&1[Da Boss] &f'
            suffix: ''
            inheritance:
            - Admin
            permissions:
            - '*'
    users:
        Oldskoool:
            group:
            - Owner
       exoticspaz:
            group:
            - Sm
     Samdeman4242:
            group:
            - Mod
          dking66:
            group:
            - Default
       ericcronin:
            group:
            - Mod
       ApeXOrton:
           group:
            - Admin
          Adexas:
           group:
            - Admin
         FrMacce:
           group:
            - VIP
     XxarubianxX:
           group:
            - Respected
          Zilla4:
           group:
            - Respected
         ChocAnt:
           group:
            - Respected
         Pgtippz:
           group:
            - Respected
         DPShade:
           group:
            - Trusted
     C_O_N_L_O_N:
           group:
            - Admin
       monty2510:
           group:
            - Dona2
      DanCrafter:
           group:
            - Respected
      PantyLover:
           group:
            - Respected
            1x35:
           group:
            - Trusted
       D_jones11:
           group:
            - Trusted
      _that_guy_:
           group:
            -  Trusted
         IFakiez:
           group:
            - Default
       4drenalinerushh:
           group:
            - VIP
    
     
  26. Offline

    McAndze

    @Oldskoool

    I haz fixed.
    The problem was that you seemed to line up the colons in the users section. You're not supposed to do that. You're supposed to indent every name with four spaces (not using tab) and then the "group:" with 8 spaces.

    Also, you can use this YAML parser to check out your YAML. If it converts, it has no errors:
    http://yaml-online-parser.appspot.com/

    Here you go:
    Code:
    groups:
        Default:
            default: true
            options:
                build: true
            prefix: '&2[Guest] &f'
            suffix: ''
            inheritance: []
            permissions:
            - essentials.spawn
            - essentials.motd
            - essentials.help
            - essentials.home
            - essentials.sethome
            - essentials.tp
            - essentials.tphere
            - essentials.help
            - essentials.helpop
            - essentials.home
            - essentials.motd
            - essentials.rules
            - essentials.sethome
            - essentials.who
            - essentials.list
            - essentials.kit.*
            - essentials.msg
            - essentials.spawn
            - essentials.spawn.*
            - essentials.signs.buy.use
            - essentials.signs.disposal.create
            - essentials.signs.disposal.use
            - essentials.signs.heal.use
            - essentials.signs.mail.create
            - essentials.signs.mail.use
            - essentials.signs.protection.create
            - essentials.signs.protection.use
            - essentials.signs.sell.use
            - essentials.signs.trade.use
            - essentials.tpa
            - essentials.tpahere
            - lottery.buy
            - stargate.use
            - iConomyChestShop.shop.create
            - iConomyChestShop.shop.buy
            - iConomyChestShop.shop.sell
            - iConomy.payment
            - iConomy.access
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - auction.start
            - auction.bid
            - SpawnX.spawn
            - classign.Use
            - classsign.Use
            - class.sign.Use
            - clas.sign.Use
            - class.sign.Use.all
            - spawny.spawn
            - essentials.pay
            - fight.user
        Trusted:
            default: false
            options:
                build: true
            prefix: '&2[Trusted] &f'
            suffix: ''
            inheritance:
            - Default
            permissions:
            - classign.Use
            - classsign.Use
            - essentials.tp
            - essentials.tphere
        Respected:
            default: false
            options:
                build: true
            prefix: '&6[Respected] &f'
            suffix: ''
            inheritance:
            - Trusted
            permissions:
            - classign.Use
            - classsign.Use
        VIP:
            default: false
            options:
                build: true
            prefix: '&9[VIP I] &f'
            suffix: ''
            inheritance:
            - Respected
            permissions: null
        VIPII:
            default: false
            options:
                build: true
            prefix: '&c[VIP II] &f'
            suffix: ''
            inheritance:
            - VIP
            permissions:
            - stargate.Hidden
        Dona:
            default: false
            options:
                build: true
            prefix: '&c[Donator] &f'
            suffix: ''
            inheritance:
            - VIPII
            permissions:
            - essentials.heal
        Dona2:
            default: false
            options:
                build: true
            prefix: '&a[Donator II] &f'
            suffix: ''
            inheritance:
            - Dona
            permissions:
            - stargate.Hidden
            - adminscanfly.allow
            - essentials.God
        Mod:
            default: false
            options:
                build: true
            prefix: '&5[Local-Mod] &f'
            suffix: ''
            inheritance:
            - Dona2
            permissions:
            - '*'
        Admin:
            default: false
            options:
                build: true
            prefix: '&c[Admin] &f'
            suffix: ''
            inheritance:
            - Mod
            permissions:
            - '*'
        Sm:
            default: false
            options:
                build: true
            prefix: '&4[Server-Manager] &f'
            suffix: ''
            inheritance:
            - Admin
            permissions:
            - '*'
        Co-owner:
            default: false
            options:
                build: true
            prefix: '&1[Co-Owner] &f'
            suffix: ''
            inheritance:
            - Admin
            permissions:
            - '*'
        Owner:
            default: false
            options:
                build: true
            prefix: '&1[Da Boss] &f'
            suffix: ''
            inheritance:
            - Admin
            permissions:
            - '*'
    users:
        Oldskoool:
            group:
            - Owner
        exoticspaz:
            group:
            - Sm
        Samdeman4242:
            group:
            - Mod
        dking66:
            group:
            - Default
        ericcronin:
            group:
            - Mod
        ApeXOrton:
           group:
            - Admin
        Adexas:
           group:
            - Admin
        FrMacce:
           group:
            - VIP
        XxarubianxX:
           group:
            - Respected
        Zilla4:
           group:
            - Respected
        ChocAnt:
           group:
            - Respected
        Pgtippz:
           group:
            - Respected
        DPShade:
           group:
            - Trusted
        C_O_N_L_O_N:
           group:
            - Admin
        monty2510:
           group:
            - Dona2
        DanCrafter:
           group:
            - Respected
        PantyLover:
           group:
            - Respected
        1x35:
           group:
            - Trusted
        D_jones11:
           group:
            - Trusted
        _that_guy_:
           group:
            -  Trusted
        IFakiez:
           group:
            - Default
        4drenalinerushh:
           group:
            - VIP
     
  27. Offline

    Oldskoool

    Tynx a lot, so many helpful great guys.
     
    McAndze likes this.
Thread Status:
Not open for further replies.

Share This Page