Problem/Bug PermissionsEx/Essentials

Discussion in 'Bukkit Help' started by Ryzahaden, Aug 6, 2017.

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

    Ryzahaden

    The PermissionsEx/Essentials problem has been wierd for a while, I am new to bukkit and i need help with this problem.
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    Ryzahaden

    Here is my whole server log right now:

    https://pastebin.com/w07fYWTj

    Please Respond ASAP!!!

    Here is my Permissions Folder for you to check.
    Thank you @timtower for helping me with this problem!
    Permissions.yml here:
    https://pastebin.com/CV5gR1GF

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
  4. Online

    timtower Administrator Administrator Moderator

    @Ryzahaden Remove groupmanager or PEX, they do the same thing.
     
  5. Offline

    Ryzahaden

    OKay thank you !

    What should I do after that? Just restart the server?

    Never Mind, I have it fixed now! Thank you, and if I have any problems I will use this thread again, if I may? -->> Thanks! <<--

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
  6. Online

    timtower Administrator Administrator Moderator

    @Ryzahaden Yes, and tell us which one you removed, post the new server log and the permissions file for the remaining plugin.

    And if it is with permissions again yes: if something completely else: new thread please.
     
  7. Offline

    Ryzahaden

    Actually, I am having problems. It says It is still Not accessable. (PermissionsEx)
     
  8. Online

    timtower Administrator Administrator Moderator

    @Ryzahaden That is why we try before we say it is fixed.
    Please post your permissions.yml and your full server log using http://pastebin.com (2 links please, not together)
     
  9. Offline

    Ryzahaden

    Okay, I am having difficulty with the PermissionsEx because I deleted Group Manager.

    Here is the server log:
    https://pastebin.com/q4iNqFJB

    Here is the permissions.yml file :
    https://pastebin.com/eHRXADN0

    Oh, oops. I accidently said its fixed :p

    And My server is still currently running right now, so If I need to restart, just say and it is done.
    Information:
    My Server Runs On Hamachi
    It can only hold 5 people xD

    If this helps you, great!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 6, 2017
  10. Online

    timtower Administrator Administrator Moderator

    @Ryzahaden Remove ultiverse-Core-2.6.0-SNAPSHOT-javadoc.jar, you grabbed a version for developers.
    Prefix on line 67 is missing its end quote
     
  11. Offline

    Ryzahaden

    OKay thank you

    Is that it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
  12. Online

    timtower Administrator Administrator Moderator

    Your log only gives 1 error at a time, if you can use it then that is is.
    If you can't then I would like to see a new log and updated permissions.yml
     
  13. Offline

    FrostDevStudios

    @Ryzahaden
    You are also missing an end quote on line 147 and 180.
     
  14. Offline

    Ryzahaden

    Thank you so much guys, I will work on it this weekend base I am on vacation right now and I didn't bring my computer. :p
     
  15. Offline

    Ryzahaden

    Okay, I will test now! :D

    Okay, my results were the same as before:
    I could not load PermissionsEx for some reason.
    Here is the yml:
    https://pastebin.com/Md4bPMZy

    Here is the server log:
    https://pastebin.com/xuGQyJs0

    Here is the PermissionsEX config:
    https://pastebin.com/XXMwE5LD

    Finally, here is the Server.txt:
    https://pastebin.com/k1si4p5M


    (Note:*If you want me to give you the folder, please tell me and I will let you guys view the folder, and tell me the website to do it.*)

    Also, my previous text about the computer thing, I was texting from my Ipod, for clarification.

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

    FrostDevStudios

    @Ryzahaden
    You forgot to add a '-' infront of your permissions. Below is what you have now
    Code:
      Admin:
        prefix: '&4[&cAdmin&4]&c '
        permissions:
        worldedit.*
        essentials.*
        options:
          prefix: '&4[&cAdmin&4]&c '
          inheritance:
          - Moderator
    This is what is should look like
    Code:
      Admin:
        prefix: '&4[&cAdmin&4]&c '
        permissions:
        - worldedit.*
        - essentials.*
        options:
          prefix: '&4[&cAdmin&4]&c '
          inheritance:
          - Moderator
     
  17. Offline

    Ryzahaden

    Thank you for your help!
    I will test this later.
    If this doesn't work, I will post the new issue along with the new pastes. Thanks again!!!!


    PermissionsEX is being wired once you start adding more than 5 permissions for some reason.
     
  18. Online

    timtower Administrator Administrator Moderator

    Then you probably made a mistake in the formatting, this is why I recommend doing this through the commands.
     
  19. Offline

    Ryzahaden

    Okay thank you, I'll try doing the format first, then if it doesn't work, I'll try using commands.

    okay, @timtower, The format didn't work so I am going to do the commands!

    @timtower
    @FrostDevStudios

    Thank you for your help!

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

    FrostDevStudios

    @Ryzahaden
    Mark this thread as solved if its been solved
     
  21. Offline

    Ryzahaden

    How????
     
Thread Status:
Not open for further replies.

Share This Page