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

    Nerrion

  3. Offline

    Jackowacko

    I get the same error as iMint using the dev-build you linked earlier and Multiverse-Core Version: 2.1 - b326 and Bukkit build 1581. Do you have any solution?

    thanks!
     
  4. Offline

    LiX1601

    Help! I can't get it working, I am using PEX and I have disabled anything that could interfere with the plugin. It doesn't want to work in the in-game chat! Help! By the way I am a novice in server in server making! AHHHHHHHHH!
     
  5. Offline

    w7gamer

    Working with dev builds now, but I can no longer see the chat in console/log like I used to, chatter now 'eats' all chat and leave no trace of it in logs or anywhere outside itself.
     
  6. Offline

    tatara88

    @LiX1601 You post contains no useful info in determining what your issue is. try posting your server log inside a code block

    Just uploaded a new build to bukkitdev. Fixes the NoClassDef error and fixes multiverse breakages

    @w7gamer Looking in to it.

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

    w7gamer

    Sorry about the lacking info, but there really is none to give. Chatter is working fine, formatting and wordwrapping etc. There are no error messages anywhere. It's just that chat is only visible while in game, it doesn't show up in console or logs. I would very much appreciate a separate chat only log (I've caught cheaters on my server only because they where stupid enough to talk about it in chat and I noticed in console).
     
  8. Offline

    tatara88

    The no info complaint wasnt directed towards you w7gamer. I will see what i can do. The Chat only log has been something i wanted to do for a while anyways.
     
  9. Offline

    Jäsef

    Code:
    07:57:57 [ALLVARLIG] Could not pass event PLAYER_CHAT to Chatter
    java.lang.NoClassDefFoundError: net/minecraft/server/FontAllowedCharacters
        at com.dral.Chatter.BetterChatWrapper.<clinit>(BetterChatWrapper.java:28)
        at com.dral.Chatter.ChatterPlayerListener.onPlayerChat(ChatterPlayerListener.java:48)
        at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:300)
        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:93)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.FontAllowedCharacters
        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)
        ... 14 more
    
    getting this error using 1.0.1 RB1. the chat works perfectly, it's just that this error comes up everytime someone chats. prefixes and all that good stuff still works too, it's just that this spams the console :)

    EDIT: btw [ALLVARLIG] means [SEVERE]
     
  10. Offline

    tatara88

    That should be fixed in the latest upload to bukkitdev
     
  11. Offline

    LiX1601

    OK, ive sorted out my PermsEX and everything else but chatter still isnt working? I have nothing to show you.
     
  12. Offline

    tatara88

    @LiX1601 at the very least i need to see your sever log and chatter config
     
  13. Offline

    booyaman

    hello, I have a 1597 build running my server and i wish to update to 1.0 R.1 but when I try to ,chatter is the only plugin that does not work with 1.0 R.1. Do you have any idea when this plugin will be updated? By the way your'e plugin is amazing! Thank you fot your great work!

    PS: I use PEX for permissions and I was wondering how to make the name of a player colored and not just his prefix. Thanks again.
     
  14. Offline

    dralletje

    chatter does now work with 1.0.1
    and if you want a colored name you have to set the prefix to a color code, then the colorcode will change into a color.
     
  15. Offline

    booyaman

    thank you, do you have an idea if an update will make it work? or if there is another plugin that does? *i dont use essentials
     
  16. Offline

    tatara88

    chatter should work no problem with current builds. If it doesn't then post your server log and your chatter config
     
  17. Offline

    booyaman

    it says could not pass playerchat to chatter and then their is no prefix, when i use build 1597 it works perfectly
     
  18. Offline

    tatara88

     
  19. Offline

    Joebob97

    Hi, I'm using PEX and I already had prefixes setup for ChatManager.
    When I started using your plugin, I was unable to have prefixes, and I was having weird errors. I have disabled ChatManger, so how do I make prefixes work properly?
     
  20. Offline

    tatara88

    three things i need are, Your server.log, your chatter config and optionally your permissions.yml
     
  21. Offline

    booyaman

    Hello again, I use PEX for permissions and thanks to you I have finnally gotten a colored prefix such as [Owner](in red) Booyaman(in white). I would like to have it be [Owner](in red) Booyaman(in red) as well. this is my chatter config:
    name-format: '[$prefix+group$suffix&f] +name' text-wrapping: true censor-list: [] date-format: HH:mm:ss message-format: '[$prefix+group$suffix&f] +name: +message' nether-name: +world nether log-everything: false
     
  22. Offline

    CR33PAH

    Im having problems with Chatter.
    This is what appears on my console
    Code:
    2011-12-23 16:11:26 [SEVERE] Error occurred while enabling Chatter v2.1.7 (Is it up to date?): com/nijikokun/bukkit/Permissions/Permissions
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
        at com.dral.Chatter.Chatter.setupPermissions(Chatter.java:176)
        at com.dral.Chatter.Chatter.onEnable(Chatter.java:120)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions.Permissions
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
     
  23. Offline

    MultiBana

    PLEASE HELP!
    I really need this plugin for my server, but when i start my server it shows this error:

    [SEVERE] Error occurred while enabling Chatter v2.1.7 (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:130)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
     
  24. Offline

    strontkever

    Problem: log all : true

    console says on each letter:

    searching for prefix node blabla
    asking pex for prefix node blabla spam spam


    i really want chat to be logged, but it just spams the console without chat being shown
     
  25. Offline

    werwertuu

    This plugin is more than awesome! <3 (and it works without any problems)

    Could you just create a ingame command like /chatter reload ?

    Id love to see it in a new version.
    Keep it up!
     
  26. Offline

    5000 People

    This is yet a beacon of hope centred in the void of the end. You are the saviour of me, my server and the people in it.
    - 5000 people
     
  27. Offline

    ieatsofas

    How does the +level variable work?
     
  28. Offline

    5000 People

    You really need to update this to 1.1 or at least update the title, heaps more people will be downloading it. Oh yeh and you need to add the faction colours for +faction like red for enemy etc [Its already implemented into factions but its not linked to your plugin]
     
  29. Offline

    mxm24

    I don't think it logs the chat. It logs the errors. You should get a chat logging plugin. (btw what version do you have? that was a issue with me, however, when I updated, it fixed it(Sort of), so try updating.)
     
  30. Offline

    JOPHESTUS

    Please add compatibility for 1.2.3 dev build. I love your plugin. If it's any help when I run it with 1.2.3 dev it get this error
    Show Spoiler

    Code:
    11:45:11 [SEVERE] Could not load 'plugins\Chatter.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClassCond(Unknown Source)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$000(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at com.dral.Chatter.Chatter.<init>(Chatter.java:91)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
            ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 27 more
    11:45:11 [SEVERE] Could not load 'plugins\iChat.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoSuchMethodException: com.nijikokun.bukkit.iChat.iChat.<init>()
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoSuchMethodException: com.nijikokun.bukkit.iChat.iChat.<init>()
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:142)
            ... 8 more
    
     
  31. Offline

    Mozart07

    CB #2126 1.2.4-R1.0



    Code:
    182 recipes
    27 achievements
    17:48:35 [INFO] Starting minecraft server version 1.2.4
    17:48:35 [INFO] Loading properties
    17:48:35 [INFO] Starting Minecraft server on *:25565
    17:48:35 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    17:48:35 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    17:48:35 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    17:48:35 [WARNING] To change this, set "online-mode" to "true" in the server.pro
    perties file.
    17:48:35 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.4-R1.0
    -b2126jnks (MC: 1.2.4) (Implementing API version 1.2.4-R1.0)
    17:48:36 [INFO] [PermissionsEx] sql backend registered!
    17:48:36 [INFO] [PermissionsEx] file backend registered!
    17:48:36 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    17:48:36 [INFO] [Vault] Loading Vault v1.2.13-b148
    17:48:36 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1
    17:48:36 [INFO] [PermissionsEx] Initializing file backend
    17:48:36 [INFO] [Factions] Loading Factions v1.6.6b
    17:48:36 [INFO] [Chatter] Loading Chatter v2.2.5
    17:48:36 [INFO] [Vault] Enabling Vault v1.2.13-b148
    17:48:36 [INFO] [Vault][Permission] PermissionsEx found: Waiting
    17:48:36 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission
    system.
    17:48:36 [INFO] [Vault][Chat] PermissionsEx found: Waiting
    17:48:36 [INFO] [Vault] Enabled Version 1.2.13-b148
    17:48:36 [INFO] Preparing level "World One"
    17:48:36 [INFO] Default game type: 0
    17:48:36 [INFO] Preparing start region for level 0 (Seed: 1236297258333008167)
    17:48:37 [INFO] Preparing start region for level 1 (Seed: -268908110250758173)
    17:48:37 [INFO] Preparing spawn area: 3%
    17:48:38 [INFO] Preparing start region for level 2 (Seed: -268908110250758173)
    17:48:38 [INFO] Preparing spawn area: 52%
    17:48:38 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    17:48:38 [INFO] [PermissionsEx] Superperms support enabled.
    17:48:38 [INFO] [PermissionsEx] v1.19.1 enabled
    17:48:38 [INFO] [Vault][Permission] PermissionsEx hooked.
    17:48:38 [INFO] [Vault][Permission] PermissionsEx_Chat hooked.
    17:48:38 [INFO] [Factions] Enabling Factions v1.6.6b
    17:48:38 [INFO] [Factions v1.6.6b] === ENABLE START ===
    17:48:38 [INFO] [Factions v1.6.6b] Loading board from disk
    17:48:39 [INFO] [Factions v1.6.6b] Economy integration is disabled, and the plug
    in "Vault" is not hooked into an economy plugin.
    17:48:39 [INFO] [Factions v1.6.6b] === ENABLE DONE (Took 201ms) ===
    17:48:39 [INFO] [Chatter] Enabling Chatter v2.2.5
    17:48:39 [SEVERE] Error occurred while enabling Chatter v2.2.5 (Is it up to date
    ?)
    java.lang.ClassCastException: com.massivecraft.factions.P cannot be cast to com.
    massivecraft.factions.Factions
            at com.dral.Chatter.Chatter.onEnable(Chatter.java:100)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    17:48:39 [INFO] Server permissions file permissions.yml is empty, ignoring it
    17:48:39 [INFO] Done (2,929s)! For help, type "help" or "?"
    >
     

Share This Page