PermissionsEX & Chatmanager help?

Discussion in 'Bukkit Help' started by WayneMC, Jun 19, 2012.

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

    WayneMC

    Okay, I'm trying to setup a server, where nobody will need to be an OP.

    My permissions.yml looks like this:

    Code:
    groups:
      default:
        default: true
        permissions:
        - essentials.rules
        - chatmanager.chat.global
        prefix: '&f[&7Member&f]&f '
      Moderator:
        permissions:
        - essentials.tpa
        - essentials.spawn
        - chatmanager.chat.color
        - chatmanager.chat.magic
        - chatmanager.chat.bold
        - chatmanager.chat.strikethrough
        - chatmanager.chat.underline
        - chatmanager.chat.italic
        - chatmanager.override.ranged
        prefix: '&f[&4Moderator&f]&7 '
        inheritance:
        - default
      Admin:
        permissions:
        - essentials.tpa
        - essentials.spawn
        prefix: '&3[Admin] &f'
        inheritance:
        - default
    users:
      WayneMC:
        group:
        - Moderator
        permissions:
        -
    As a moderator, it won't let me type anything such as, "&kWtf" or, "&5Hello!"
    It won't let me do any special kind of messages to the server? Why is this?

    bump.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  2. You have Essentials downloaded too? Make sure you have EssentialsChat disabled, ChatManager and EssentialsChat aren't compadable.
     
  3. Offline

    WayneMC

    Interesting...but, I gave myself

    Code:
    users:
      WayneMC:
        group:
        - default
        permissions:
        - bukkit.command.op
    but I can't do /op?
     
  4. Offline

    scottymalloty

    I want to make my player names for example blue with a dark grey chat. I don't want to give them a name such as 'default', I just want their name with the blue color and then the dark grey chat. I have chatmanager active and the color chat does work. How can I do this and what do I have to set for the prefix?
     
  5. Offline

    GhOsT_935

    i have a problem with chatmanager

    this is my server window

    Code:
    15:16:52 [SEVERE] Could not pass event PlayerChatEvent to ChatManager
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:304)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:460)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:786)
     
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
            at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.util.UnknownFormatConversionException: Conversion = '%'
            at org.bukkit.event.player.PlayerChatEvent.setFormat(PlayerChatEvent.jav
    a:82)
            at ru.tehkode.chatmanager.bukkit.ChatListener.onPlayerChat(ChatListener.
    java:119)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:302)
            ... 11 more
    15:16:52 [INFO] [KCD]<KCHAMBER> kcfkdklfj
    hope someone can help
     
Thread Status:
Not open for further replies.

Share This Page