Inactive [CHAT] Chatter v2.1 - PEX, bPerms, P3, GM, Multiverse. Word wrappping. [1317]

Discussion in 'Inactive/Unsupported Plugins' started by dralletje, Sep 4, 2011.

  1. Offline

    dralletje

    <font color="rgb(0, 0, 0)">[​IMG] Version: </font> 2.1.7



    <font color="rgb(0, 0, 0)">You also hate the default chat formating?</font>
    <font color="rgb(0, 0, 0)">Want a simple way to change it into a clean, nice to read chat format?</font>

    <font color="rgb(0, 0, 0)">I present Chatter. </font>
    <font color="rgb(0, 0, 0)">It is a forked version of iChat but I changed nearly everything in the code</font>
    <font color="rgb(0, 0, 0)"> except the syntax of the config file. </font>
    <font color="rgb(0, 0, 0)">That makes it simple to move from iChat.</font>
    <font color="rgb(0, 0, 0)">It provides chat formatting using prefix, worldname, display name and more.</font>
    <font color="rgb(0, 0, 0)">You can also make a censor and change the /me chat format.</font>

    <font color="rgb(0, 0, 0)">And last but not least, there is nice chat wrapping!</font>
    <font color="rgb(0, 0, 0)">it will not longer wrap like this:</font>
    <font color="rgb(0, 0, 0)">"me: this is a ran</font>
    <font color="rgb(0, 0, 0)">dom text."</font>

    <font color="rgb(0, 0, 0)">but like this:</font>
    <font color="rgb(0, 0, 0)">"me: this is a</font>
    <font color="rgb(0, 0, 0)">random text"</font>

    <font color="rgb(0, 0, 0)">New in version 2.1:</font>
    multiverse support :D
    I removed the factions support, cause it was not working. I am working on a fix... but I can't find it :(
    But now you can use +mvalias for the multiverse alias of a world.

    Please keep sending errors and ideas to me, I'll try to fix/add them all

    <font color="rgb(0, 0, 0)">Features:</font>
    * <font color="rgb(0, 0, 0)">Change the default chat format</font>
    * <font color="rgb(0, 0, 0)">Change the /me format</font>
    * <font color="rgb(0, 0, 0)">Censor some words.</font>
    * Good text wrapping.
    * Add variables from the factions plugin.

    <font color="rgb(0, 0, 0)">How to use:</font>
    1. <font color="rgb(0, 0, 0)">drop the plugin in you plugin folder.</font>
    2. <font color="rgb(0, 0, 0)">run your server once, a config file will be generated.</font>
    3. <font color="rgb(0, 0, 0)">open the config file and edit it</font>
    4. <font color="rgb(0, 0, 0)">restart/reload you server and you are done.</font>

    <font color="rgb(0, 0, 0)">Configuration:</font>
    * censor-list - Put comma separated worlds between the [ and the ] and they will be censored.
    * <font color="rgb(0, 0, 0)">text-wrapping - </font><font color="rgb(0, 0, 0)">If true the chat will be wrapped nice.</font>
    * <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)">nether-name - </font><font color="rgb(0, 0, 0)">format to use when in the nether using +world, in that format you can use +world.</font></font></font>
    * <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)">name-format </font><font color="rgb(0, 0, 0)">- does nothing yet :p</font></font><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)">.</font></font></font></font></font>

    * <font color="rgb(0, 0, 0)">message-format - The message format, see section formatting and two message formats?!</font>
    * <font color="rgb(0, 0, 0)">date-format - The date format</font><font color="rgb(0, 0, 0)">, see section formatting.</font>
    * <font color="rgb(0, 0, 0)">me-format - The /me format</font><font color="rgb(0, 0, 0)">, see section formatting, again...</font>

    Formatting:
    Editing the message format of the /me format is quite simple.
    you can add these variables to you format:
    * +name - The Users Name
    * +displayname - The users displayname. if none set it uses name.
    * +group - The first group that is defined in permissions.yml, mind that when you have multiple groups!
    * +healthbar - A visual health bar for this user
    * +health - The amount of health a user has (0 - 20)
    * +gamemode - The name of the current gamemode of a player (creative or survival)
    * +level - The experience level of a player.
    * +message - The text the player typed
    * +world - The world the player is in.
    * <font color="rgb(0, 0, 0)">+faction - Should display the faction a player is in. thanks to tatara88 :D</font>
    * +mvalias - Displays the multiverse alias of the world the player is in.
    * +time - The timestamp of the message. See below.

    Where are prefix and suffix? let me tell you.
    When you want to use options from the permissions file you now have to use $optionname.
    So when you want to use the prefix of somebody use '$prefix' and use '$suffix' for somebody's suffix.
    mind that when you change the color of a players name using prefix everything after the name will also be that color if you don't set it back after the name!
    you can also use +variables in you $variables :D

    Time format:
    The format of the timestamp is configurable in config.yml.
    Use simple-date format: <Edit by Moderator: Redacted bit url>

    Commands:
    reloadchatter - reloads chatter, "chatter.reload" needed as permissions
    chatter - no permissions needed :D

    Downloads:
    Chatter v2.1
    <font color="rgb(0, 0, 0)">Source Code on github</font>

    <font color="rgb(0, 0, 0)">Future plans:</font>
    * <font color="rgb(0, 0, 0)">Adding /msg formatting.</font>
    * <font color="rgb(0, 0, 0)">Spout? (cause spout is cool)</font>
    * <font color="rgb(0, 0, 0)">Add permissions for everything.</font>
    * Only load the tags that are needed, more speed :D
    * CraftIRC support.
    * An easter egg

    Thanks to:
    * Drakia - For iChat, where this plugin is based on.
    * Nijikokun - For making the iChat where Drakia based his iChat on.
    * Orcem12 - For the name Chatter instead of Talker :D
    * Tatara88 - For helping me with faction and maybe helping me with more :D :D :D :D :D

    <font color="rgb(0, 0, 0)">Changelog:</font>
    <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)">Version 2.1.4</font></font></font></font></font></font></font></font></font>
    * Faction tag is working again?
    * Thanks to Tatara88 :D
    * Even more thanks to Tatara88
    * Tatara88, thank you.

    <font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)">Version 2.1.3</font></font></font></font></font></font></font></font></font></font>
    * Did you know somebody can make this much stupid bugs?

    <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)">Version 2.1.2</font></font></font></font></font></font></font></font></font></font>
    * Removed +mvcolor because... yeah, it does not exist xD
    * Removed later chat format, cause I think I am the only one who is using it :p
    * Did something else... but I can't remember.

    <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)">Version 2.1.1</font></font></font></font></font></font></font></font></font></font>
    * Tiny error in Eclipse can cause a disaster!

    <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)">Version 2.1</font></font></font></font></font></font></font></font></font></font>
    * Added multiverse support.
    * Later message format.
    * Code Cleanup.
    * Updated to use the new configuration standard.


    Show Spoiler
    <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)">Version 2.0.2</font></font></font></font></font></font></font></font></font>
    * fixed a even more stupid bug!

    <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)">Version 2.0.1</font></font></font></font></font></font></font></font></font>
    * fixed a really, really stupid bug!

    <font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(0, 0, 0)"><font color="rgb(20, 20, 20)"><font color="rgb(20, 20, 20)">Version 2.0</font></font></font></font></font></font></font></font></font>

    * Support for permissions3
    * Support for bPerms
    * Support for groupsmanager
    * Added +gamemode and +xplevel
    * auto factions detection?
    * I think I forgot some things... if you find something new say me :)

    Version 1.9.2

    * Fixed faction bug, hopefully.
    * now even better Prefix and suffix picked, now with native pex prefixes :)
    * Added factions-support in config, set this to true when you have the faction plugin.

    Version 1.9.1

    * Made textwrapping compactible with more plugins.

    Version 1.9

    * Code cleanup. (I am doing that nearly every update :p)
    * Color codes working again.
    * Fixed faction plugin. (maybe)(please help testing)
    * Added group priority.
    * Better option finding.
    * Added Nether name in config
    * Removed all things with censor, except the words.

    Version 1.8

    * Improved the text wrapping
    * Text wrapping should now be compatible with the most plugins.
    * Fixed a bug where the server crashed when somebody said a too long word.
    * Added option in config to choose text-wrapping or not.
    * Added +faction, that should be the faction a player is in.

    Version 1.4

    * Added good textwrapping, yay :D
    * Changed the name to Chatter instead of Talker.

    Version 1.0

    * ehm... the release?
     
    Last edited by a moderator: Feb 21, 2017
    tatara88, Karlkorv and Starrk like this.
  2. Offline

    netraameht

    Nope, I get this:
    [~][RANK]netraameht: This dont work!
    The ~ is the faction... (in de config +faction)
    The colors works! And other stuff to!
    And if I try: +factions
    it give a ~s (+factionS) XD
     
  3. Offline

    Zaonhort

    I don't know if this was a feature in the past, but it would be nice if /me supported colors because currently it doesn't appear too, I'll check to see if I have a plugin conflicting.
     
  4. Offline

    RaesWolf

    is there some guide for ppl like me who need steps for configuring ranks? XD

    Or a youtube video on how to configure the ranks with colors?

    OR An outlined example I can use to edit my own stuff into? XD something? Anything??
     
  5. Offline

    Drakia

    Two things:
    1) This plugin violates the GPL. iChat is released under the GPL and as such any plugin using even a portion of its code must also be released under the GPL, this means full source disclosure and intact license/copyright notices including the original authors.
    2) This plugin has "Phone Home" code, meaning it submits statistics to the authors website for their use (Server name, plugin name/version, server port, and server IP). This should clearly be stated in the first post, and there should be an option to disable it (Which you do not currently supply)
     
  6. Offline

    dralletje

    ok, I'll look at the GPL copyright thing, but I have no idea what it is :S
    So if you could say what to do... then I'll do it

    About the phone home code. I implemented it as test, but it is not functional.
    the file where it points to, does not exist yet.
    when it is funtional, then I'll give people the option to disable it :)

    and if you want the code, you can just ask me instead if decompiling the jar :p
     
  7. Offline

    Drakia

    https://github.com/TheDgtl/iChat/blob/master/LICENSE
    Read that, and follow it. If you can't follow a license you shouldn't be using other peoples code.
    Namely sections 5 and 6: https://github.com/TheDgtl/iChat/blob/master/LICENSE#L208

    As for the phone home code, whether the page is active or not, the code itself is active, and should be stated as such in the first post with an option to disable.
     
  8. Offline

    Karlkorv

    if you get this to work with factions, i'll take it :)

    (finnaly a plugin that works with pex thx!)
     
  9. Offline

    RaesWolf

    still waiting on a response about adding colors. Ive tried codes from mine craft and what not. Ranks work but not the colors and wouldnt mind some h
    elp!

    Ok So also is chatter going to become compatible with factions soon? I saw lots of issues throughout the comments about how factions and chatter tend to fight. Im looking to install factions and would like to with little issues as possible
    Also is there a way to get a copy of the source code like most others provide it and I do not see a way to look at it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  10. Offline

    Drakia

    This plugin still breaks the GPL, I am kindly requesting one last time that you release the source and follow the GPL or I will be reporting the plugin for removal.
     
  11. Offline

    dralletje

    I am doing the GPL thing now, and then uploading it with the next update.
    and you know, chatter is already removed from bukkitdev because of this so I know I have to do it :)
     
  12. Offline

    wsurfer852

    Dude, this looked really good when I saw it, but when I downloaded and started my server no config file or folder was generated. Please help.
     
  13. Offline

    petur170

    Okay, i'm using this with PermissionEX and i want the names to be different colors for each group but the name always ends up gray (i try different colors) and theres always the normal bukkit text right below it ex:

    petur170: hi
    <petur170> hi

     
  14. Offline

    dralletje

    Could you post your config file?
    Only then I can help you.
    Okay, maybe that's because I haven't updated chatter for the new configuration.
    But I have it updated on my computer, I'll upload it today.
     
  15. Offline

    Phedg1

    What would you say is the ETA for Permissions Bukkit support - Also, would you be able to add an option for chat indentation on the next line so that it looks nicer, and does chatter support world specific variables, for those of us who run a multiverse?
     
  16. Offline

    Karlkorv

    i'm just saying, i'm really supporting this plugin.

    updated, but when i enable this plugin i get this error:
    Code:
    17:15:33 [ALLVARLIG] Error occurred while enabling Chatter v2.0.1 (Is it up to date?): org/bukkit/configuration/file/YamlConfiguration
    java.lang.NoClassDefFoundError: org/bukkit/configuration/file/YamlConfiguration
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:219)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at com.dral.Chatter.Chatter.onEnable(Chatter.java:80)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.configuration.file.YamlConfiguration
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 26 more
    
    i know you'r there

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  17. Offline

    dralletje

    do you have the latest bukkit build?

    that was my fault, fixed now :)
    now /me does also support all message format tags :)

    nice idea, the indention.
    will add it. permissions bukkit support is also on my todo list, but multiverse support is done now :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  18. Offline

    Karlkorv

    Using cb 1240
     
  19. Offline

    dralletje

    you have to update to the latest RB.
     
  20. Offline

    Karlkorv

    ok, thank you

    updated, start goes fine, then i get this error:
    Code:
    19:21:45 [SEVERE] Could not pass event PLAYER_CHAT to Chatter
    java.lang.NoClassDefFoundError: com/onarandombox/MultiverseCore/MultiverseCore
        at com.dral.Chatter.ChatterFormat.parseChat(ChatterFormat.java:106)
        at com.dral.Chatter.ChatterFormat.parseChat(ChatterFormat.java:124)
        at com.dral.Chatter.ChatterPlayerListener.onPlayerChat(ChatterPlayerListener.java:42)
        at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:295)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:727)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  21. Offline

    dralletje

    haha, I am stupid... again!
    should be fixed now :)
     
  22. Offline

    Karlkorv

    thx

    guess what i got, an error:
    Code:
    20:50:31 [ALLVARLIG] Could not load 'plugins/Chatter.jar' in folder 'plugins':
    java.lang.ClassNotFoundException: com.dral.Chatter.Chatter
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:170)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:136)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  23. Offline

    dralletje

    weard, eclipse (the program I develop java with) was fucking me.
    again, this should be fixed now :)
     
  24. Offline

    petur170

    Code:
    # Chatter config
    
    censor-list: [****,****]
    nether-name: +world nether
    log-everything: false
    date-format: HH:mm:ss
    message-format: '&$prefix+name:&f +message'
    text-wrapping: true
    me-format: '* +name +message'
    name-format: '&$prefix +name'
     
  25. Offline

    RIU4WOM

    Can anyone help me...:eek:?
    I am using CB1337 but chatter does not work after i put it in the plugin folder
    This is what it says in the console
    Code:
     [SEVERE] Error occurred while enabling Chatter v2.1.1 (Is it up to date?): Plugin attempted to register PLAYER_CHAT while not enabled
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLAYER_CHAT while not enabled
    at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManager.java:375)
    at com.dral.Chatter.Chatter.onEnable(Chatter.java:125)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) 
     
  26. Offline

    dralletje

    could you also post the groups in your permissions.yml, and the groups YOU are in. you don't have to post all players :)
    and about the thing that it shows up twice... which plugins do you have besides chatter?

    and if you restart your server? cause this is a very unusual error :S
     
  27. Offline

    Karlkorv

    One thing, is it possible that you can make so the faction color is on?

    (Sorry for the bad english)
     
  28. Offline

    petur170

    Code:
    users:
        petur170:
            groups: God
            permissions:
        *******:
            groups: Member
            info:
            permissions:
        *******:
            groups: Member
            permissions:
    groups:
        Default:
            default: true
            permissions:
                - essentials.who
            prefix: '7'
        Member:
            default: false
            permissions:
                - essentials.who
                - essentials.tpa
                - modifyworld.*
                - -modifyworld.blocks.interact.23
            prefix: 'a'
        Moderator:
            default: false
            inheritance:
                - Default
            permissions:
                - essentials.tpahere
                - joker.*
                - -joker.wolf
            prefix: 'b'
        Admins:
            default: false
            inheritance:
                - Moderator
            permissions:
                - permissions.*
                - -essentials.tp
                - -essentials.tphere
                - -essentials.fireball
                - -multiworld.*
            prefix: 'c'
        God:
            default: false
            permissions:
                - permissions.*
            prefix: '6'
    
    i have alot of plugins...

    antirain
    chatter
    craftbook
    echoer
    fast mining
    modifyworld
    permissionsex
    rules
    slap
    texturespout
    voxelport
    worldguard
    bananaportal
    craftbukkituptodate
    essentials ( minus essentialschat.jar)
    iconomy
    multiworld
    safefire
    slowhealth
    towny
    voxelsniper
    worldmodes
    basebukkitplugin
    creativity
    joker
    nohunger
    preciousstones
    signheal
    spout
    vipjoin
    waypoint
    xauth
    cartjump
    dynamic shop
    modrepellent
    nolaggchunks
    questioner
    skyplus
    spoutessentials
    voxelair
    worldedit
     
  29. Offline

    dralletje

    I already helped you here: http://forums.bukkit.org/threads/chat-manager-color-prefix-problem.42749
    try what I said there, and say if you still have the double upcoming chat :)

    uhm... idk...
    faction color?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  30. Offline

    RIU4WOM

    It's the same after restart.... I get it every time i start the server.....

    The plugins I have are : Essentials, HeroicDeath, NoLagg, Permission Bukkit, Tips, WorldEdit, BedShout and Chatter.

    I have tried using a new server with no other plugins besides Chatter but still the same message.
    Then I tried using a basic launcher instead of the GUI programme I was using but no luck either.

    I am using the #1337 build for bukkit and tried both java 6 & java 7~
    both have the exact same error message~@@
    Code:
     [SEVERE] Error occurred while enabling Chatter v2.1.1 (Is it up to date?): Plugin attempted to register PLAYER_CHAT while not enabled
    org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register PLAYER_CHAT while not enabled
    at org.bukkit.plugin.SimplePluginManager.registerEvent(SimplePluginManager.java:375)
    at com.dral.Chatter.Chatter.onEnable(Chatter.java:125)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) 
    The other plugins work fine for me~ ..:eek:
     
  31. Offline

    dralletje

    try redownloading the plugin, cause... yeah... this is really really weard :/
     

Share This Page