iChat 2.05 is not working for me.

Discussion in 'Bukkit Help' started by icuttu, Feb 27, 2011.

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

    icuttu

    I just installed iChat 2.05, and along with it I am using Permissions 2.4. All of my plug-ins load up successfully in the terminal when I launch up the server, however my name is still not coloured.

    My permissions config file:
    http://pastebin.com/bUG2c5jP
    My iChat config file:
    message-format: '[+prefix+group+suffix&f] +name: +message'

    Can anyone help me figure out why my coloured name is not working? Thank you.
     
  2. Offline

    tension69


    Snippet from my <worldname>.yml in /permissions

    Code:
    Admins:
            default: false
            info:
                prefix: '&4'
                suffix: '&e'
                build: true
            inheritance:
                - Moderator
            permissions:
                - '*'
    Now insert this line into the iChat config.yml file

    Code:
    message-format: '[+prefix+name&f] +suffix+message'
    Change the prefix colour code in the group .... name colour.
    Change the suffix colour code in the group ..... message colour.

    If you do it right, Admins will have red names with a yellow message.
     
  3. Offline

    icuttu

    It's still not working. I copied and pasted your snippet into my permissions configuration file, as well as that line into my iChat config file.

    Here is my permissions config file:
    http://pastebin.com/xaxp0XS9
    Here is my iChat config file:
    http://pastebin.com/yUz1ZQie
    --- merged: Mar 1, 2011 1:28 AM ---
    Can anyone help me figure out the problem? It seems like that every plugin I try to install, non of them ever work. The only plugin that has actually worked on my server is the whitelist plugin.
     
  4. Offline

    dschmitt97

    I am having the exact same problem, In game it shows as "[] Giinger" with no color?
     
  5. Offline

    icuttu

    Pretty much every plugin I try, non of them work. Is it because my bukkit version is too new and not supported by the plugins?

    [edit] I actually think I may be running bukkit version 458, which was a failed build. Would this cause plugins to not work at all? I read that version 440 is the most stable and recommended build. How would I go about removing my current bukkit version and installing version 440?
     
  6. Offline

    six30two

    ... not sure you should be running a server ;)


    The way to fix this is to first, turn off your server.
    Go into whatever folder you currently hold your server files in.
    Delete the file named craftbukkit.jar or craftbukkit-0.0.1-SNAPSHOT.jar.
    Download this file: http://ci.bukkit.org/job/dev-CraftBukkit/440/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar
    (Right click on it, left click "Save link as..." or "Save Target as..." or just left click it, and select "Save as" via your normal download dialog window)

    Then, move the file from whatever folder it was downloaded to over into your Minecraft server directory.
    Then run the server as you normally would.

    If the server file you currently have is named something other than craftbukkit-0.0.1-SNAPSHOT.jar, after you download the #440 snapshot, BE SURE TO RENAME THE FILE to whatever the old server .jar originally was before you deleted it.
     
  7. Offline

    icuttu

    Do you really expect me to know everything after starting up a server for the very first time only a couple days ago?

    And I did try that even before I posted my last message. My plugins still do not work.
     
  8. Offline

    six30two

    Did you download the exact file I just linked? It's the recommended 440 build. Did you try that one specifically?
    --- merged: Mar 2, 2011 7:32 AM ---
    Also: No, it's not because your version is too new, unless you're using outdated plugin versions. I'm currently using the nightly dev builds with no errors.
     
  9. Offline

    icuttu

    Yes I did download the exact file you linked me to.
     
  10. Offline

    six30two

    Go into your Permissions file and double check that any spaces were created with only the Space Bar, and not the Tab key. Using the Tab key to create spaces causes a plugin crash because the plugin ceases reading anything past the space created by Tab.
    --- merged: Mar 2, 2011 8:13 AM ---
    Oh. Also ditch Permissions 2.4, updated to 2.5.1 if you have not already. 2.4 is no longer supported.

    http://forums.bukkit.org/threads/ad...5-1-phoenix-now-with-more-antibuild-440.5974/
    --- merged: Mar 2, 2011 8:14 AM ---
    Also, are you only running Permissions and iChat, or are you running Essentials and/or any other plugins? Need the complete run down to help you properly.

    Actually if you'd answer all the questions here, it might help with a speedier solution: http://forums.bukkit.org/threads/you-need-help-we-need-this-information-to-help-you.2018/
     
  11. Offline

    icuttu

    I'm currently running:
    • Permissions 2.5.1
    • iChat 1.6
    I just gave a complete rundown in my other thread.
     
  12. Offline

    six30two

    iChat does not support one of the following:
    • Permissions 2.5.1
    • Bukkit builds beyond #440
    It does, however, support the following, apparently:
    • Permissions 2.0 and 2.1
    • Bukkit build #440
    In this thread: http://forums.bukkit.org/threads/null-in-chat-no-player-names.6656/
    You can see at the bottom another user found success rolling back their Bukkit build to #440.

    I would suggest rolling back to build 440 first, testing it to see if it works.
    If not, roll back to Permissions 2.0/2.1 and see if it works.
    If it does, try rolling back up to 480+ and see if it works.
    If it doesn't, try rolling back to 440, and updating Permissions to 2.5.1!
    --- merged: Mar 2, 2011 8:59 AM ---
    Also, I'd like to note that I have no idea where your other thread is, and I'm not going to go track down your information. Feel free to provide us with the other requested information if none of this is helping.
     
  13. Offline

    icuttu

    I tried using bukkit #440 along with Permissions 2.1 and iChat 2.06 and it's still not working. I have also tried Permissions 2.5.1. You've also been responding to my other thread.
     
Thread Status:
Not open for further replies.

Share This Page