Solved Check over this pex for me!

Discussion in 'Bukkit Help' started by UltiFix, Apr 17, 2013.

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

    UltiFix

    Hey all!
    Well I redid my enitre pex.... :'( and before I load it onto my server I wouldnt mind if a few people would take a peek at it and see if you find anything that doesnt look right.... also how would i use the promote command and set that up in here.... i have also used the /pex user lalal group set lalalal
    and that seems to take a while so if anybody could help me here that would be great!
    http://pastebin.com/ZVVFUE7y
     
  2. Offline

    C0nsole

    Code:
      Admin:
            prefix: '&0(&8Admin&0)&7 '
            permissions:
            - *
            options:
                rank: '500'
     
    HeadAdmin:
            prefix: '&0(&8HeadAdmin&0)&7 '
            permissions:
            - *
            options:
                rank: '400'
    Owner:
            prefix: '&0(&8Owner&0)&7 '
            permissions:
            - *
            options:
                rank: '300'
    Should be
    Code:
      Admin:
            prefix: '&0(&8Admin&0)&7 '
            permissions:
            - '*'
            options:
                rank: '500'
     
    HeadAdmin:
            prefix: '&0(&8HeadAdmin&0)&7 '
            permissions:
            - '*'
            options:
                rank: '400'
    Owner:
            prefix: '&0(&8Owner&0)&7 '
            permissions:
            - '*'
            options:
                rank: '300'
    As well as for anyone else who has all permissions that I didn't see.
     
  3. Offline

    UltiFix

    THANKS! I would never of seen that :)

    Ok fixed and here is the link to the new fixed one.. http://pastebin.com/qgjX0bmg
    Anybody see anything else wrong with it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  4. Offline

    Jeyge

  5. Offline

    UltiFix

    Alrighty THANKS

    Ok here is everything that i know of fixed.... and i added a group and changed some prefixes and junk.... please take one more look at it everybody! http://pastebin.com/dxUZKHwQ
    Jeyge
    @C0nsole

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  6. Offline

    jacklin213

    Feel free to use the yaml checker to check the syntax on your .yml files: http://yaml-online-parser.appspot.com/
    Your file is all correct now , Just making sure is there any errors when the start the server?
     
  7. Offline

    wolfo9999

    As an added precaution to make sure you get correct syntax, use the in-game commands to add/remove permissions.
     
  8. Offline

    UltiFix

    Oh i edit all of my files in the yaml parser..... :) and i just wanted some people other than me to check it before i even tried to load it onto the server.....

    for all of my permissinos? are you crazy? that would take FOREVER....:eek:

    Oh can you explain to me the promotion ladder thing?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  9. Offline

    jacklin213

    U mean like inheritance?
     
  10. Offline

    UltiFix

    No i already have that working..... lets say UltiFix is group builder and i type "pex user UltiFix promote" that should promote me to vib right?
     
  11. Offline

    Jeyge

    The command would be either "/pex promote UltiFix" or just "/promote UltiFix". And yes, you will be in the VIB group if you were in Builder before the promotion.
     
  12. Offline

    UltiFix

    Oh i thought i had to set up a group ladder or something.... so im good to go?
     
  13. Offline

    Iroh

    Group ladder is within group promotions I think.
     
  14. Offline

    UltiFix

    I dont understand..... Do i need to do anything else or not? LOL
     
  15. Offline

    Iroh

    If you just mean about the /pex promote command no.
     
  16. Offline

    UltiFix

    Alright THANKS
     
  17. Offline

    Jeyge

    Promotion is handled by the rank which you already have set up and the rank-ladder which you aren't using right now. You can read more about it on the PEx wiki but it isn't the easiest thing to set up correctly. I would suggest using another plugin to handle promotions or set up a script using CommandHelper or the like.
     
  18. Offline

    UltiFix

    K thanks and solved
     
Thread Status:
Not open for further replies.

Share This Page