PermissionsEx Not Working

Discussion in 'Plugin Help/Development/Requests' started by Justinv123, Aug 14, 2017.

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

    Justinv123

    Whenever I do /plugins permissionsex appears red. It happend when I got essentialsX. I know when it appears red it means that the plugin doesnt work. Does anyone have a solution to this?
     

    Attached Files:

  2. Offline

    FrostDevStudios

    @Justinv123
    Can you post your server log? We cannot help you with the information provided
     
  3. Offline

    Justinv123

    How do I do that again?
    sry i forgot

    @FrostDevStudios How do I findd my server log?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 14, 2017
  4. Offline

    FrostDevStudios

    @Justinv123
    If you look inside of your server's directory, there is a folder called logs. You need to look for a file, typically called latest.log. Please copy and paste into a https://pastebin.com/ document. Remember to link us to the paste.
     
  5. Offline

    Justinv123

  6. Offline

    FrostDevStudios

    @Justinv123
    Ok thank you for that, I need to see your permissions.yml file (located inside of your PEX plugin folder). It appears that there are some errors on lines 6 and 7.

    Also, remember to use https://pastebin.com/
     
  7. Offline

    Justinv123

    Last edited by a moderator: Aug 14, 2017
  8. Offline

    FrostDevStudios

    This Is your Issue, (What you have currently)
    PHP:
     Test:
         default: 
    false
         prefix
    '&f[&6Test&f]&f '
         
    permissions:
         -
    worldedit.*
      default:
        
    options:
          default: 
    true
        permissions
    :
        - 
    modifyworld.*
    Try changing it to this
    PHP:
      Test:
        
    options:
          default: 
    true
          prefix
    '&f[&6Test&f]&f '
        
    permissions:
        - 
    modifyworld.*
        - 
    worldedit.*
     
  9. Offline

    Justinv123

    @FrostDevStudios Still Have the same problem

    I can also just get rid of everything its fine I was just doing tests

    OMFG I did it!
     

    Attached Files:

    Last edited by a moderator: Aug 14, 2017
  10. Offline

    FrostDevStudios

    @Justinv123
    This should be a working Permissions File
    Code:
    groups:
      Test:
        options:
          default: true
          prefix: '&f[&6Test&f]&f '
        permissions:
        - modifyworld.*
        - worldedit.*
      b:
        options:
          prefix: 'd'
        permissions: []
      owner:
        options:
          prefix: '&4(Owner)'
        permissions: []
    If doesnt work, please post a new latest.log
     
  11. Offline

    Justinv123

    I fixed it!
     
  12. Offline

    FrostDevStudios

    @Justinv123
    Ok great! Remember to mark this thread as solved
     
Thread Status:
Not open for further replies.

Share This Page