PermissionsEX Wont Work..?

Discussion in 'Bukkit Help' started by OllyHD, Sep 10, 2012.

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

    OllyHD

    I keep having the same issue over and over and over and its getting really annoying there seems as if there is no way too fix this i have my permissionsEX set up by my hosters but for some reason my worlds called "NewLand" i have set my permissions to say [Tribute] (name) and me (Owner) Ollybolly1002 but.. it doesnt work and just stays like [NewLand] Ollybolly1002. if someone could please tell me whats going on i will be so happy. p.s nott good with this stuff..
     
  2. Offline

    TnT

    Moved to the correct forum.
     
  3. Offline

    OllyHD

    Sorry Kinda New :/ didnt realise
     
  4. Offline

    Omnitv

    Thats fine, this is why we have such fine staff at hand.
    Please post full server.log and your permissions.yml at pastebin or pastie, and then link them here.
     
  5. Offline

    OllyHD

    Permissions permissions.yml= http://pastebin.com/FWpeCcT7
    Server.log i cant get.. becuase i host and its not able to open or be pasted..
     
  6. Offline

    Omnitv

    Well it looks good on the parser, I need that server.log
     
  7. Offline

    OllyHD

    Im Getting it Opened Says 2 hours -.- is there a quicker way?
     
  8. Offline

    Omnitv

    Dont worry most of us Bukiteers dont have anything better to do.
     
  9. Offline

    OllyHD

    I doubt that ;)

    Can you not find out the issue without the log?

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

    Omnitv

    Nope. just be patient. :)
     
  11. Offline

    OllyHD

    mmmm. me and patients just ends up going on a rage rampage :D
     
  12. Offline

    breezeyboy

    do you have multiverse installed?
     
  13. Offline

    OllyHD

    yes.. i do.. :O
     
  14. Offline

    Omnitv

    Then list down all your plugs.
     
  15. Offline

    OllyHD

    okay i blame aim2game for this.


    AntiCheat 9/9/2012 9:46:43 AM 9/9/2012 9:46:43 AM

    Citizens 9/9/2012 9:36:17 AM 9/9/2012 9:36:17 AM
    Essentials 9/10/2012 12:38:25 PM 9/10/2012 12:38:25 PM
    MCHungerGames 9/9/2012 9:43:35 AM 9/9/2012 9:43:35 AM
    Modifyworld 9/9/2012 9:43:36 AM 9/9/2012 9:43:36 AM
    Multiverse-Core 9/10/2012 12:38:23 PM 9/10/2012 12:38:23 PM
    PermissionsEx 9/9/2012 9:43:35 AM 9/9/2012 9:43:35 AM
    PluginMetrics
    9/9/2012 9:43:38 AM 9/9/2012 9:43:38 AM

    update


    I deleted MultiVerse didnt need it but still wont work :/

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

    Omnitv

    Are you running E.G.M with PermissionsEX?​
     
  17. Offline

    OllyHD

    E.G.M?
     
  18. Offline

    Omnitv

    Essentials Group Manager, Essentials permissions Plug.
     
  19. Offline

    OllyHD

    Not that i can see in the files :S how would i find it

    nope dont have group manager

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

    Omnitv

    good.... sao wheres dat log?
     
  21. Offline

    OllyHD

    downloading :(

    The Newlands Gone Just PEX wont work now..

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

    jacklin213

    Delete ur server.log and start ur server up then paste it.
    Saved a firkin heck of time
     
  23. Offline

    OllyHD

  24. Offline

    midnightfang22

    I think you just need to add a chat plugin. This works just fine with chatmanager and it shows the prefix correctly. I have no idea if prefix still works under options: since the in-game command places it right there when I used it.
    Code:
    groups:
      default:
        default: true
        permissions:
        - modifyworld.*
        - permissions.*
        prefix: '[&4Test&f]'
    users: {}
    
    I tested with chatmanager gone and it broke, so that is probably the only thing missing.
     
  25. Offline

    OllyHD

    What Chat Plugin All The Ones I Try Dont Work ichat essentails chat chatmanger etc they dont work not even experts who host servers could fix this i have no idea why it stopped working

    so chatmanager broke it?

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

    midnightfang22

    Well, I just did it with a test server with only PEX and chatmanager installed and it worked, so I don't know then. Maybe a plugin is conflicting? Did you manually add the prefix in the config or did you use the in-game command? The in-game command places it like this:
    Code:
    groups:
      default:
        default: true
        permissions:
        - modifyworld.*
        - permissions.*
        prefix: '[&4Test&f]'
    users: {}
    and not like
    Code:
        options:
          prefix: '&d'
          rank: '1000'
          build: 'false'
    Could that be why it won't work?
     
  27. Offline

    OllyHD

    Your One Worked Fine For Me Just its now [owner] [Owner] ollybolly1002? it repeated??
     
  28. Offline

    midnightfang22

    That is probably because of essentials. I forgot that it has a feature in there that if you don't use a chat plugin, it will add your prefix/suffix. If you have a chat plugin, it will make it double. So, if you don't want a chatmanager, you can just keep the essentials feature on, but not have the world show (I don't think essentials does that unless you add their chatmanager, Essentials Chat, which is still a chat plugin). If you want to keep a chat plugin, then turn the feature on the bottom of this code to false and it will get rid of the duplicate prefix.
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                Essentials (Global)                  | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'b'
     
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'
     
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true
     
    # When this option is enabled, the (tab) player list will be updated with the displayname.
    # The value of change-displayname (above) has to be true.
    #change-playerlist: true
     
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    # If you don't set this, it will default to true if essentials chat is installed.
    # Don't forget to remove the # infront of the line
    add-prefix-suffix: true
     
  29. Offline

    OllyHD

    is it possible for you too make me a Hunger games permissionEX with like Tribute And GameOwner and add me as Owner with the unlimited permissions and i add the permissions too tribute?
     
  30. Offline

    midnightfang22

    So, is the prefix working then?
    Edit: Also, why do you have two Tribute groups?
    Edit2: It should be fine as it is. Just move the prefix out of under options: and put it on the same line as it.
     
Thread Status:
Not open for further replies.

Share This Page