Help with permissions...

Discussion in 'Bukkit Help' started by RGaming1010, Oct 15, 2013.

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

    RGaming1010

    Hello everyone, I have been working on a large permissions group lately and cant seem to figure out a problem in the permissions coding. I have used YAML parser which says everything is fine, but there still seems to be something wrong. It's probably something stupid that I managed to overlook, but here's the pastebin: http://pastebin.com/7hi72sxK


    Plugin list: Ancient Gates, ChangeMessage, ColoredSigns, CommandBook, CreateyourownMenus(will be removed as I dont need it), CustomPlugins, Easy Warp(Also being removed), EnjinMinecraftPlugin, FirstJoinPlus(Being replaced), HiveJumpPads, LavaFurnace, LogBlock, LoginCommand(being removed), MakeYourOwnCommands, MoreMobTypes, Multiverse - Core, Multiverse - Inventories, PerWorldPlugins, PermissionsEX, PlotMe, PortableTent, RankBot, ShipwreckedWorldGen, Skyoseasons, Vault, Void2Spawn, VoidGenerator, WGcustomflags, WorldBorder, WorldEdit, WorldGuard, ZChat


    7GB server
     
  2. Offline

    Lolmewn

    What's the error?
     
  3. Offline

    RGaming1010

    Console on player talk:
    16.10 07:02:23 [Server] INFO ... 14 more
    16.10 07:02:23 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    16.10 07:02:23 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
    16.10 07:02:23 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    16.10 07:02:23 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    16.10 07:02:23 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    16.10 07:02:23 [Server] INFO at ru.gksu.mc.zChat.zChatListener.onPlayerChat(zChatListener.java:90)
    16.10 07:02:23 [Server] INFO at ru.gksu.mc.zChat.zChat.replacePlayerPlaceholders(zChat.java:87)
    16.10 07:02:23 [Server] INFO at ru.gksu.mc.zChat.zChat.getPlayerPrefix(zChat.java:95)
    16.10 07:02:23 [Server] INFO at net.milkbowl.vault.chat.Chat.getPlayerPrefix(Chat.java:70)
    16.10 07:02:23 [Server] INFO at net.milkbowl.vault.chat.plugins.Chat_PermissionsEx.getPlayerPrefix(Chat_PermissionsEx.java:239)
    16.10 07:02:23 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:203)
    16.10 07:02:23 [Server] INFO Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    16.10 07:02:23 [Server] INFO at java.lang.Thread.run(Unknown Source)
    16.10 07:02:23 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    16.10 07:02:23 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    16.10 07:02:23 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source)
    16.10 07:02:23 [Server] INFO at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    16.10 07:02:23 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    16.10 07:02:23 [Server] INFO at org.spigotmc.netty.NettyNetworkManager$2.run(NettyNetworkManager.java:130)
    16.10 07:02:23 [Server] INFO at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
    16.10 07:02:23 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:834)
    16.10 07:02:23 [Server] INFO at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:892)
    16.10 07:02:23 [Server] INFO at us.Myles.PWP.FakePluginManager.callEvent(FakePluginManager.java:121)
    16.10 07:02:23 [Server] INFO at us.Myles.PWP.FakePluginManager.fireEvent(FakePluginManager.java:138)
    16.10 07:02:23 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30)
    16.10 07:02:23 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    16.10 07:02:23 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    16.10 07:02:23 [Server] INFO org.bukkit.event.EventException
    16.10 07:02:23 [Server] SEVERE Could not pass event AsyncPlayerChatEvent to zChat v0.3.1

    This actually looks like something to do with zchat, but I dont know why... it was working fine until I added more ranks than the few I had.
     
  4. Offline

    NanoSkill

    Have you tried temporarily removing Zchat and loading the server ?, if you still get the error make sure the plugin is enabled it may be the way you have installed it because of the line ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions
     
  5. Offline

    RGaming1010

    Ok, I will try that.

    Also, I used Bukget which is a way for me to automatically install plugins without using FTP. If that's why, ill use FTP access.

    Though I dont know why, as it worked until I added more ranks (I origionally only had Owner, Co-Owner, and HeadAdmin.)
     
  6. Offline

    Necrodoom

    INFO Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    Error in PEX permissions.yml is causing this.
     
  7. Offline

    RGaming1010

    Problem is, I can't find the error in my file. I've even used (as I said) YAML parser, which is showing no error so I don't know what it is.
     
  8. Offline

    Necrodoom

  9. Offline

    RGaming1010

  10. Offline

    Necrodoom

    Locked. Spigot is not supported here.
     
Thread Status:
Not open for further replies.

Share This Page