Inactive [CHAT] jChat v1.4.3 - Simple chat prefixes and suffixes [1.1-R4]

Discussion in 'Inactive/Unsupported Plugins' started by grandwazir, Jul 19, 2011.

  1. Offline

    grandwazir

    jChat is a simple and flexible plugin for the Minecraft wrapper Bukkit designed to allow adding prefixes and suffixes to players names. Currently it is only compatible with SuperPerms, the permissions system in Bukkit.

    Features
    • Lightweight: only manages prefixes and suffixes.
    • Modifies join, death and quit messages to reflect player's display names.
    • Player list (tab) now reflects player's display names.
    • Fast: Formats a players' name permanently on login and when a player changes worlds.
    • Good citizen: Does not interfere with other chat plugins.
    • Simple: Very easy to configure, simply assign the permission nodes to players.
    Installation

    Ensure you are using the latest recommended build.

    Before installing, you need to make sure you are running at least the latest recommended build for Bukkit. Support is only given for problems when using a recommended build. This does not mean that the plugin will not work on other versions of Bukkit, the likelihood is it will, but it is not supported.

    Getting jChat

    The best way to install jChat is to use the symbolic link to the latest version. This link always points to the latest version of jChat, so is safe to use in scripts or update plugins. Additionally you can to use the RSS feed provided by BukkitDev as this also includes a version changelog.

    Alternatively older versions are available as well, however they are not supported. If you are forced to use an older version for whatever reason, please let me know why by opening a issue on GitHub.

    Configuration

    Read the documentation

    All documentation for jChat is available on the GitHub wiki, including example usage and details on how to configure the plugin.
     
    FredKing27 and Pilkie like this.
  2. Offline

    MarioG1

    I get this error every time a player join or quite.
    EDIT: I found the problem. jChat conflicts with Loginmessage.
     
  3. Offline

    Pixel0fdeath

    theres no commands, an it makes me mad cause alot of plugins on this website dont list commands how the hell r we saposed to know how to use ur crap if u dont give the commands,,..... What r commands for this????
     
  4. Offline

    grandwazir

    First of all, don't call my plugins crap. Second read the documentation, i.e the example usage linked from the main post.
     
  5. Offline

    Pixel0fdeath

    well i didnt mean it that way.. to call ur plugin crap, i only ment alot of pple dont post commands so i never know how to use there stuff, i was not aiming it at ur stuff just everyones plugin in general

    sorry for thee uhh confusion lol i dont realy like to insult peoples work unless it doesnt work, i jsut got fustrated about not knowing the commands thats all

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

    grandwazir

    Apology accepted.

    There is an issue with your configuration. Delete it and the plugin will regenerate it. You can then modify it bit by bit until you find out what is causing the problem. Alternatively pist your jChat configuration here and I can help you.

    Update to the latest version of jChat.

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

    Marink

    I tried using the version for 1.1,it gives no errors but doesn't work : /
     
  8. Offline

    JohnPulse

    Hello, can you give me some pointer to where I'm getting this wrong?
    On the following example, everyone gets the "default" prefix, even the Admin.
    The negations is something I added, just to be sure. IT doesn't not change anything.

    Bukkit b2034jnks (MC: 1.2.3)

    PermissionsBukkit1.6:
    Code:
    users:
        JohnPulse:
            permissions: []
            groups:
            - admin
        Grenxo:
            permissions: []
            groups:
            - constructor
    groups:
        default:
            permissions:
                permissions.build: false
                jchat.prefix.default: true       
                jchat.suffix.default: true
        Constructor:
            permissions:
                permissions.build: true
                jchat.prefix.default: false       
                jchat.suffix.default: false
                jchat.prefix.constructor: true
            inheritance:
            - default
        Moderador:
            permissions:
                permissions.build: true
                jchat.prefix.constructor: false
                jchat.prefix.moderador: true   
            inheritance:
            - Constructor
        Admin:
            permissions:
                permissions.build: true
                jchat.prefix.moderador: false
                jchat.prefix.admin: true
            inheritance:
            - Moderador
    messages:
        build: '&cNao tens permissoes para construir neste mundo.'
    debug: false
    jChat 1.4.3:
    Code:
    debugging: false
    surpress-list-name-too-long-warning: true
    colour-messages:
      death: true
      join: true
      quit: true
    prefix:
      admin: '&RED[Admin]&WHITE'
      moderador: '&BRIGHT_GREEN[Mod]&WHITE'
      constructor: ''
      default: '&GRAY[Visitante]'
    suffix:
      default: '&GRAY'
    Regards,
    John
     
  9. Offline

    grandwazir

    JohnPulse

    You do not need to give players jchat.prefix.default, everyone has that by default.

    You also do not need to specify white at the end of each prefix; jChat does this for you for convenience.

    That said I think the group names are case sensitive. Admin and admin are two different groups. You need to either change the name of the admin group or the name of the group you have given yourself. Same for Constructor. The issue is at the moment your groups are never being applied to your players because of this.

    Aside from that set debugging to true in your config.yml and that will show you what is going on.
     
  10. Offline

    strato614

    is there any way to remove those <> brackets?
     
  11. Offline

    Gingerninjaprsn

Share This Page