Solved PermissionsEx Assistance needed Once Again.

Discussion in 'Bukkit Help' started by fatmanjumprope, Jul 4, 2012.

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

    fatmanjumprope

    My config
    https://gist.github.com/3050298

    Everytime I think I've got it figured out something else goes wrong making ChatManager go down... What did I do wrong this time? Other than adding permissions it's the same as it was when I first posted here and got my problem solved.
     
  2. Offline

    startjimx

    i dont see the problem?
     
  3. Offline

    fatmanjumprope

    That's where I'm lost at. The same setup worked perfectly until I started adding permissions to each rank. Now the ranks are gone and my ChatManager plugin is down again.
     
  4. Offline

    Micro5

    I recommend switching to PermissionsEX(http://dev.bukkit.org/server-mods/permissionsex/) as it is much easier.

    It looks as if your using group manager. If so here is some example code that you can use as a template to check your errors:
    Code:
    groups:
        Admins:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            - SemiAdmin
            permissions:
            - '*'
        Default:
            default: true
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance: []
            permissions:
            - essentials.spawn
            - essentials.motd
            - essentials.help
            - essentials.home
            - essentials.sethome
        Moderator:
            default: false
            info:
                build: false
                prefix: '&c'
                suffix: 'Mod'
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - essentials.item
            - essentials.give
        SemiAdmin:
            default: false
            info:
                build: false
                prefix: '&c'
                suffix: 'SemiAdmin'
            inheritance:
            - Moderator
            permissions:
            - +groupmanager.mandemote
            - +groupmanager.manpromote
            - -groupmanager.*
            - '*'
        Peasant:
            default: true
            info:
                build: false
                prefix: '&e'
                suffix: 'Peasant'
            inheritance:
            - Default
            permissions: []
        Miner:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            permissions:
            - essentials.kit
            - essentials.kit.miner
            - flashlight.regular
        Healer:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            permissions:
            - essentials.kit
            - essentials.kit.healer
            - essentials.heal
        Farmer:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            permissions:
            - essentials.kit
            - essentials.kit.farmer
            - essentials.spawnmob
        Railer:
            default: false
            info:
                build: false
                prefix: ''
                suffix: ''
            inheritance:
            permissions:
            - essentials.kit
            - essentials.kit.railer
     
    fatmanjumprope likes this.
  5. Offline

    fatmanjumprope

    I'm Using PermissionsEX
     
  6. Offline

    Micro5

    Oh, sorry for my mistake. I have never seen that style of code before in PermissionsEX.

    As from your post at the top, I am not that sure what you mean. What exactly is your issue?
     
    fatmanjumprope likes this.
  7. Offline

    startjimx

    tis bad info tis is an old file taak a look at my
    w8







     
  8. Offline

    fatmanjumprope

    Getting the ranks to work primarily. Yesterday I posted an issue with the same style of coding and got my issue solved. At the time I had only set up permissions for the "fresh" and "baron" groups. The ranks ran perfectly and nothing was wrong. Then sometime last night I added in permissions for the other ranks and tried to start the server again. Once started all ranks were gone and my ChatManager plugin which came with permissionsex was showing up red as though it was down. I'm not seeing what I did wrong to make it stop working.
     
  9. Offline

    Omnitv

    Post them at pastie then link them here. >.>
     
  10. Offline

    startjimx

  11. Offline

    Micro5

    Could you please post these permissions on http://pastebin.com/ so that I can read there indentions ( if they have any ).

    Thanks :)

    - Micro
     
    fatmanjumprope likes this.
  12. Offline

    startjimx

    PS. wat the fuck is tis in the config file

    rank: '1000'

    https://gist.github.com/3050327

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

    Omnitv

    Please...no harsh language.
     
    Micro5 likes this.
  14. Offline

    Micro5

    fatmanjumprope likes this.
  15. Offline

    startjimx

    sorry
     
  16. Offline

    Micro5

    Alright, would you mind if I tried to restyle your permissions and fix everything up?
     
    fatmanjumprope likes this.
  17. Offline

    startjimx

  18. Offline

    Micro5

    fatmanjumprope likes this.
  19. Offline

    startjimx

    i got to go bye
     
  20. Offline

    fatmanjumprope

    No please do. I'd appreciate the assistance.
     
  21. Offline

    Micro5

    Please do not post off topic posts. You have broken 2 rules on this forum already and I would not like to see you breaking anymore. Please check out http://forums.bukkit.org/help/terms to not get any to any trouble.
     
    fatmanjumprope likes this.
  22. Offline

    Omnitv

    You two, Stop fighting on this thread take it elsewhere. I dont see anything on the TOS on members, stating "They have to go" is more polite than just not answering back.
    Micro5 Get back on topic of this thread use the report button if ned be.
    startjimx you seem very suspicious.


    Edit here is what Micro Posted to avoid confuzzling
    PHP:
    groups:
      default:
        default: 
    true
        permissions
    :
        - 
    modifyworld.*
        - 
    expbank.use
        - 
    ChestShop.shop.create
        
    ChestShop.shop.buy
        
    ChestShop.shop.sell
        
    iConomy.holdings
        
    iConomy.payment
        
    jobs.use
        - 
    mcmmo.skills.*
        - 
    mcmmo.chat.partychat
        
    mcmmo.commands.ability
        
    mcmmo.ability.*
        - 
    lwc.create.*
        - 
    lwc.modify
        
    lwc.unlock
        
    lwc.info
        
    lwc.remove
        
    lwc.flag.*
        - 
    residence.create
        
    mobcatcher.can-catch
        - 
    mobcatcher.no-hostile
        
    multihome.defaulthome.*
        - 
    multihome.namedhome.*
        
    prefix'&aGuest&f><'
      
    Member:
        
    permissions:
        - 
    modifyworld.*
        - 
    expbank.use
        - 
    ChestShop.shop.create
        
    ChestShop.shop.buy
        
    ChestShop.shop.sell
        
    iConomy.holdings.others
        
    iConomy.holdings
        
    iConomy.payment
        
    jobs.use
        - 
    mcmmo.skills.*
        - 
    mcmmo.chat.partychat
        
    mcmmo.commands.ability
        
    mcmmo.ability.*
        - 
    lwc.create.*
        - 
    lwc.modify
        
    lwc.unlock
        
    lwc.info
        
    lwc.remove
        
    lwc.flag.*
        - 
    residence.create
        
    mobcatcher.can-catch
        - 
    multihome.defaulthome.*
        - 
    multihome.namedhome.*
        
    prefix'&2Member&f><'
      
    Mod:
        
    permissions:
        - 
    modifyworld.*
        - 
    expbank.use
        - 
    ChestShop.shop.create
        
    ChestShop.shop.buy
        
    ChestShop.shop.sell
        
    iConomy.holdings.others
        
    iConomy.holdings
        
    iConomy.payment
        
    jobs.use
        - 
    mcmmo.skills.*
        - 
    mcmmo.chat.partychat
        
    mcmmo.commands.ability
        
    mcmmo.ability.*
        - 
    myworlds.tpp
        
    lwc.create.*
        - 
    lwc.modify
        
    lwc.unlock
        
    lwc.info
        
    lwc.remove
        
    lwc.flag.*
        - 
    residence.create
        
    mobcatcher.can-catch
        - 
    multihome.defaulthome.*
        - 
    multihome.namedhome.*
        
    prefix'&6Mod&f><'
      
    Owner:
        
    permissions:
        - 
    ChestShop.*
        - 
    bukkit.*
        - 
    expbank.*
        - 
    iConomy.*
        - 
    jobs.*
        - 
    mcmmo.*
        - 
    expbank.*
        - 
    myworlds.*
        - 
    telepads.*
        - 
    lwc.*
        - 
    residence.*
        - 
    mobcatcher.*
        - 
    multihome.*
        - 
    simplejail.*
        
    prefix'&5Owner&f><'

    This is what starts fix:
    Code:
    groups:
      Guest:
        default: true
        permissions:
        - modifyworld.*
        - expbank.use
        - ChestShop.shop.create
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - iConomy.holdings
        - iConomy.payment
        - jobs.use
        - mcmmo.skills.*
        - mcmmo.chat.partychat
        - mcmmo.commands.ability
        - mcmmo.ability.*
        - lwc.create.*
        - lwc.modify
        - lwc.unlock
        - lwc.info
        - lwc.remove
        - lwc.flag.*
        - residence.create
        - mobcatcher.can-catch
        - mobcatcher.no-hostile
        - multihome.defaulthome.*
        - multihome.namedhome.*
        prefix: '&aGuest&f><'
      Member:
        permissions:
        - modifyworld.*
        - expbank.use
        - ChestShop.shop.create
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - iConomy.holdings.others
        - iConomy.holdings
        - iConomy.payment
        - jobs.use
        - mcmmo.skills.*
        - mcmmo.chat.partychat
        - mcmmo.commands.ability
        - mcmmo.ability.*
        - lwc.create.*
        - lwc.modify
        - lwc.unlock
        - lwc.info
        - lwc.remove
        - lwc.flag.*
        - residence.create
        - mobcatcher.can-catch
        - multihome.defaulthome.*
        - multihome.namedhome.*
        prefix: '&2Member&f><'
      Mod:
        permissions:
        - modifyworld.*
        - expbank.use
        - ChestShop.shop.create
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - iConomy.holdings.others
        - iConomy.holdings
        - iConomy.payment
        - jobs.use
        - mcmmo.skills.*
        - mcmmo.chat.partychat
        - mcmmo.commands.ability
        - mcmmo.ability.*
        - myworlds.tpp
        - lwc.create.*
        - lwc.modify
        - lwc.unlock
        - lwc.info
        - lwc.remove
        - lwc.flag.*
        - residence.create
        - mobcatcher.can-catch
        - multihome.defaulthome.*
        - multihome.namedhome.*
        prefix: '&6Mod&f><'
      Owner:
        permissions:
        - ChestShop.*
        - bukkit.*
        - expbank.*
        - iConomy.*
        - jobs.*
        - mcmmo.*
        - expbank.*
        - myworlds.*
        - telepads.*
        - lwc.*
        - residence.*
        - mobcatcher.*
        - multihome.*
        - simplejail.*
        prefix: '&5Owner&f><'
    users:
      startjim:
        group:
        - Owner
     
  23. Offline

    Micro5

    I don't get why your telling me off. I am trying to keep the forums clean. I'm telling him to stop posting off topic posts and swearing. As you did yourself saying "Please do not swear" Its the same things. Knock it off. I do not want to create a fight here. Let's just ignore each other. Sorry for the confusion.

    Alright, http://pastebin.com/0BQ2iyTW those are your permissions. If they are still not working just post here at I will get to it as soon as possible.

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

    fatmanjumprope

    Thanks man! I'll run them here in a few mins and get back to you :)

    Okay so the ranks work... Or at least I assume they do since when I log on I have that "fresh" title by my name. Now I'm just curious as to how I promote myself. Before I would go into the console and do pex promote (name) but when I try that now I get the message "[Server] SEVERE Ranking Error (console > fatmanjumprope): User are not in this ladder" and when I try to do it in game I get this "you don't have enough permissions to promote on this ladder"

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

    Micro5

    Just type into console:
    Code:
     pex user fatmanjumprope group add Owner
     
    fatmanjumprope likes this.
  26. Offline

    fatmanjumprope

    Thanks! It works perfectly :)

    I liked all your posts even though I have little to no idea if that helps you or not :p One last question if you don't mind before I set this to solved. While in game next to the ranks it has a little white < symbol. The ranks look like this

    <(Owner) fatmanjumprope:

    Is there any way to remove that little <
     
  27. Offline

    Micro5

    What plugin are you using for Chatting ? ChatManager, Herochat, EssentialsChat?
     
  28. Offline

    fatmanjumprope

    It's ChatManager
     
  29. Offline

    Micro5

    fatmanjumprope likes this.
  30. Offline

    fatmanjumprope

    But I also have EssentialsChat installed. Idk if having 2 matters or not.
     
Thread Status:
Not open for further replies.

Share This Page