Problem/Bug PermissionsEx Config error ?

Discussion in 'Bukkit Help' started by ciarian, Feb 17, 2017.

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

    ciarian

    Hi all

    i dont have a clue whats wrong with my permissions file on this just wondering if anyone could help me

    Permissions file:
    Code:
    groups:
      groups:
      Default:
        default: true
        build: true
        prefix: '&f'
        permissions:
        - bottomline.back
        - modifyworld.chat
        - modifyworld.*
        - bottomline.home
        - bottomline.spawn
        - bottomline.list
        - bottomline.afk
      Memeber:
        build: true
        inheritance:
        - Default
        prefix: '&e'
        permissions:
        - bottomline.warp
        - bottomline.warp.list
        - bottomline.tpa
      Moderator:
        build: true
        inheritance:
        - Memeber
        prefix: '&b'
        suffix: ''
        permissions:
        - bottomline.hat
        - bottomline.burn
        - bottomline.extinguish
        - bottomline.weather
        - bottomline.time
        - bottomline.item
        - bottomline.iventory.*
        - bottomline.jail
        - bottomline.ban.*
        - bottomline.warp.*
        - bottomline.freeze
        - bottomline.heal.others
        - bottomline.heal
        - bottomline.teleport.*
        - bottomline.fly
        - bottomline.god.*
      Admin:
        build: true
        inheritance:
        - Moderator
        prefix: '&4'
        suffix: ''
        permissions:
        - sv.use
        - worldedit.*
        - worldguard.* 
      Owner:
        build:true
        inheritance:
        - Admin
        prefix: '&4'
        suffix: ''
        permissions:
        - '*'
    schema-version: 1
    users:
      <ciarian>:
        group:
        - <Owner>
    Heres the log:
    Code:
    17.02 14:13:11 [Server] INFO at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:361) [custom.jar:git-Bukkit-1a71021]
    17.02 14:13:11 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [custom.jar:git-Bukkit-1a71021]
    17.02 14:13:11 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [custom.jar:git-Bukkit-1a71021]
    17.02 14:13:11 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) [custom.jar:git-Bukkit-1a71021]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175) [PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67) ~[PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693) ~[PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606) ~[PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624) ~[PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367) ~[PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392) ~[PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_45]
    17.02 14:13:11 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_45]
    17.02 14:13:11 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_45]
    17.02 14:13:11 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_45]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.backends.file.FileBackend.<init>(FileBackend.java:120) ~[PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO at ru.tehkode.permissions.backends.file.FileBackend.reload(FileBackend.java:321) ~[PermissionsEx-1.23.4.jar:?]
    17.02 14:13:11 [Server] INFO ru.tehkode.permissions.exceptions.PermissionBackendException: Error loading permissions file!
    17.02 14:13:11 [Server] INFO =======================================================
    17.02 14:13:11 [Server] INFO Details: Error loading permissions file!
    17.02 14:13:11 [Server] INFO Your configuration must be fixed before PEX will enable
    17.02 14:13:11 [Server] INFO ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
    17.02 14:13:11 [Server] INFO Initializing file backend
    17.02 14:13:11 [Server] INFO Enabling PermissionsEx v1.23.4
    EDIT: Full log here http://pastebin.com/hMFYZRcb
    Cheers famalams
     
    Last edited: Feb 17, 2017
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    ciarian

  4. Online

    timtower Administrator Administrator Moderator

    @ciarian Please copy the content from your <server directory>/logs/latest.log and not the multicraft console.
     
  5. Offline

    ciarian

  6. Online

    timtower Administrator Administrator Moderator

    @ciarian Owner group, missing a space after build
     
  7. Offline

    ciarian

    @timtower thank you the plugin is now loading however i am not reciving suffixes or command when adding my self to a group
     
  8. Online

    timtower Administrator Administrator Moderator

    @ciarian You don't have a chat plugin either.
    Commands depends, what message do you get? Did you match the capitalization on the group name?
     
  9. Offline

    ciarian

    @timtower

    getting this error log
    Code:
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at net.minecraft.server.v1_11_R1.NetworkManager.channelRead0(NetworkManager.java:1) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at net.minecraft.server.v1_11_R1.NetworkManager.channelRead0(NetworkManager.java:314) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:117) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(SourceFile:9) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(SourceFile:37) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1159) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at net.minecraft.server.v1_11_R1.PlayerConnection.chat(PlayerConnection.java:1210) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:483) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[custom.jar:git-Bukkit-1a71021]
    17.02 15:21:12 [Server] INFO org.bukkit.event.EventException
    17.02 15:21:12 [Server] ERROR Could not pass event AsyncPlayerChatEvent to BottomLine v1.2.7
     
  10. Online

    timtower Administrator Administrator Moderator

    @ciarian That is your BottomLine plugin acting up, I suggest that you contact the developer.
     
  11. Offline

    ciarian

    @timtower i belive im in the group its just the chat
     
  12. Online

    timtower Administrator Administrator Moderator

    @ciarian Like I said: you are missing a chat plugin.
     
  13. Offline

    ciarian

    @timtower what chat plugin/essential s esque thing would you recommend
     
  14. Online

    timtower Administrator Administrator Moderator

Thread Status:
Not open for further replies.

Share This Page