Plugin Help PermissionsEX is loading the config correctly but not loading my groups

Discussion in 'Plugin Help/Development/Requests' started by xStuffAndThingz, Aug 26, 2015.

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

    xStuffAndThingz

    I'm starting up a minigame server with Spigot 1.8.0, and I've installed a few plugins including Spigot Essentials and PermissionsEX, and my permissions seem to be a disaster. The PermissionsEX config is loading correctly, and I've fixed all error messages with it having a problem with lines. It's not setting my character as an Owner, and I don't even have the default group permissions. Here is a pastebin of my config for PermissionsEX- http://www.pastebin.com/72tuJudK
    Does anyone know what is causing the problem?
     
  2. Offline

    oceantheskatr

    Your groups are formatted wrong I believe.
    This is what you have at the start:
    Code:
    Member:
      default: true
      permissions:
    but what it needs to be is:
    Code:
    groups:
      Member:
        default: true
        permissions:
    So basically everything all the way up to users: needs to be spaced over two, and groups: needs to be added to the very top.
     
    xStuffAndThingz likes this.
  3. Offline

    xStuffAndThingz

    I did that, but now I keep on getting an issue on Line 31 that says mapping values aren't allowed there. Here is my pastebin. Do you know what I'm doing wrong here?

    Everything works fine now, except for the prefixes. I think it just needed a restart. I've installed Essentials Chat, but the prefixes aren't working.

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

    oceantheskatr

    xStuffAndThingz likes this.
  5. Offline

    xStuffAndThingz

  6. Offline

    oceantheskatr

    Would you mind listing your plugins? There may be another plugin taking over the chat management. You can either type them, post a screenshot, or any other way to share your plugins list :p
     
  7. Offline

    xStuffAndThingz

    I have these plugins, but the ones with a star were added after I had EssentialsChat and PEX working:
    -AntiAura*
    -AntiCheatPlus*
    -DiscoArmor*
    -EchoPet
    -Essentials
    -EssentialsChat
    -Friends
    -Hats*
    -LibsDisguises
    -MaxBans
    -NoCheatPlus*
    -PermissionsEX
    -ProtocolLib
    -UltimateParticles*
    -VanishNoPacket
    -Vault
    -VoxelSniper
    -WorldEdit
     
    Last edited: Aug 27, 2015
  8. Offline

    oceantheskatr

    Hmm, nothing there should be affecting your chat besides Essentials.
     
  9. Offline

    xStuffAndThingz

    Should I try ChatManager just to see if it works any better?
     
  10. Offline

    oceantheskatr

  11. Offline

    xStuffAndThingz

  12. Offline

    Boomer

    I think a server startup sequence is required at this point to confirm a few things.
    Please restart not /reload your server then after it finishes , pastebin the logs/latest.log file
     
  13. Offline

    xStuffAndThingz

    I've been restarting a lot, I forgot to mention. I've also been taking the server down when I'm not using it so I don't waste my Internet bandwidth. I started the server up and then took it down. Here's a log - http://pastebin.com/ez7w82Fh
     
  14. Offline

    Scorpionvssub

    @xStuffAndThingz idk for sure havent read through it all but im guessing u got chat errors? like prefixes not showing im guessing, the ONLY plugin doing anything with the chat via command is maxbans via
    • /togglechat
    Again not sure if it interferes or has its own chat thing but might wanna try disabling it then see whats up
     
  15. Offline

    theo1123581321

  16. Offline

    xStuffAndThingz

    I've tried that, didn't do anything.
    I think you're using an older version of PermsEX, because that breaks my config.

    Does anyone know what might be causing this problem?
     
  17. Offline

    Scorpionvssub

    Try removing permissions: [] u dont need them if there are no permissions required its just waste of space

    so wherever a line says permissions: [] remove the whole line
     
  18. Offline

    Boomer

    That "corrected configuration" is actually a horribly busted YML file due to indentation inconsistancy
     
  19. Offline

    xStuffAndThingz

    Sorry, I forgot to update here. I ended up uninstalling Essentials Chat and using SimplePrefixes.
     
Thread Status:
Not open for further replies.

Share This Page