Plugin Help PermissionsEx Not Working?

Discussion in 'Plugin Help/Development/Requests' started by iQuey, Jun 21, 2016.

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

    iQuey

    My PermissionsEx plugin appears with red text when I do /plugins and when I join I get a message saying:
    [Enjin Minecraft Plugin] Your permissions plugin is not configured correctly. Groups and permissions will not update. Check your server.log for more details.

    My PermissionsEx permissions.yml file: http://pastebin.com/1mhUPRti
    My PermissionsEx config.yml file: http://pastebin.com/hjBGQDTe

    (1) Where can I find the server.log
    (2) Are there any errors in the files above?

     
  2. Offline

    timtower Administrator Administrator Moderator

    @iQuey 1. Server directory/logs/latest.log
    2. I can tell you when you posted your server log :p
     
  3. Offline

    iQuey

  4. Offline

    timtower Administrator Administrator Moderator

    @iQuey Line 2 is missing a colon.
     
  5. Offline

    iQuey

    @timtower In the config or the permissions.yml?
     
  6. Offline

    timtower Administrator Administrator Moderator

    @iQuey Config is most of the time fine as barely anybody touches that.
    Permissions.yml
     
  7. Offline

    iQuey

  8. Offline

    I Al Istannen

    @iQuey
    Change your server favicon size.

    Update to Java 8.

    Send the author of "TeleportWild" the error message:
    Code:
    [09:42:08] [Server thread/ERROR]: Could not load 'plugins/TeleportWild.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: Cannot find main class `me.ninermc.Teleporter'
        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
        at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugins(CraftServer.java:296) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
        at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:200) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
        at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [spigot_1.9.4.jar:git-Spigot-4af49dc-c5e9a16]
        at java.lang.Thread.run(Unknown Source) [?:1.7.0_51]
    Caused by: java.lang.ClassNotFoundException: me.ninermc.Teleporter
    Update "MChat" and "AreaProtect" and "Lottery".


    The other error was pointed out by timtower.
     
  9. Offline

    iQuey

  10. Offline

    timtower Administrator Administrator Moderator

    @iQuey You derped up your permissions.yml link :p
    Check line 17: "-essentials.warp"
    Needs to be replaced with "- essentials.warp"
     
  11. Offline

    iQuey

    Oh gosh I'm so dumb :p
    Thanks so much for the help @timtower

    Wait what, the same message is still appearing.
    permissions.yml: http://pastebin.com/f2nqLTKJ
    server.log: http://pastebin.com/NpUCrqmj

    You know the drill...

    EDIT: Please Help! @timtower

    Bump, I apologize for double posting but I really want this answered!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 22, 2016
    timtower likes this.
  12. Offline

    timtower Administrator Administrator Moderator

    @iQuey
    1. Different message
    2. Donator is not in line with the other groups.
    3. Test, then post.
     
  13. Offline

    iQuey

  14. Offline

    timtower Administrator Administrator Moderator

    @iQuey Not in the position to do such things atm.
    Try remaking it but this time using the commands or a permissions builder:
    http://pex.treedb.tk/
     
  15. Offline

    OTF Catastrophe

    I just put the file in an online yaml parser and this should be the fixed version: http://pastebin.com/QdaGzpFK

    Just for future reference, if you have issues creating a PEX file from semi scratch you can always use this resource provided by the creator of PEX himself for easier access to making permissions.yml files: http://pex.treedb.tk/

    ^^ It makes files for you like realllly easily.

    Also you need to make your server icon 64 x 64 pixels or it work show up. Plus the DropParty plugin isn't going to work until the author of it fixes his code. I'd suggest removing it from your plugins until the author fixes it or it'll just keep the flood of error messages of the plugin not working.
     
Thread Status:
Not open for further replies.

Share This Page