[CHAT] mChannel - Channel plugin for use with mChat [1597]

Discussion in 'WIP and Development Status' started by MiracleM4n, Aug 15, 2011.

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

    MiracleM4n

    @Tealk no I meant the forrmatting of the commands although i will be addind a prefix and suffix option insread of just a tag. There will eventually be a lot of features wrapped into mChannel so keep making suggestions.
     
  2. Offline

    Tealk

    Hi i would like now post some ideas^^
    atm the config file looks like so:
    Code:
        r:
            default: 'true'
            distance: 18
            tag: '&eLocal'
            type: Local
    i would like to have
    Code:
        r:
            default: 'true'
            distance: 18
            tag: '&eLocal'
            type: Local
            hidden: false
            auto-join: true
            join-messages: false
            color: &e
            message-format: '+<custVar>+prefix+group+suffix+name+color: +message'
    
    hidden: false
    auto-join: true
    join-messages: false
    this should be there because, i would like that you can join and leave channel

    color: &e
    then i would like to have that i can set up the colore of the different channels, look please in the message format "+color"
     
  3. Offline

    morizuki

    oh.. can i suggest something?

    for admin only and server console, we can watch the mChannel so we know what are they talking about..
     
  4. Offline

    Tomi Joo

    @MiracleM4n, Can you please do a "/mchannel list" to show all channels?
     
  5. Offline

    MiracleM4n

    @Tomi Joo PM me or Steam chat me when i get on after work. (About 11pm EST) i can give you a dev link for it.
     
  6. Offline

    gameswereus

    I don't have a test server so I need to ask this question. If I run this with Faction running to, will the Faction chat work correctly? Also the Faction titles, will those conflict, that may be more of a mChat question then anything else.
     
  7. Offline

    ThePlatypus

    Could you please give a little more information about how to join and manage private passworded channels? When I try to join a passworded channel, it says I should type "mchannel join {password}" to join it.

    So I type /mchannel join test {password} but it does not let me.

    Additionally, when setting up the password on the channel it is a bit vague as well.

    EDIT:

    Also, messages still pop up when join messages have been disabled. Normally the message looks like "Craftbukkit{name=" etc, "joined your channel." Something along those lines. It's different than the join message -- but could you please disable this, or give an option to disable it?

    Using: Bukkit1060, All mchat plugins, and mcMYADMIN
     
  8. Offline

    MiracleM4n

    Could everyone please tell me what they would like to see implemented in mChannel. I have been really busy IRL with lots of family related issues. I would like to know what is absolutely needed and what is wanted before I can/will make an official release. I will try to implement anything everyone says please try to respond by tomorrow (Sept 7) or early on the 8th as I have the 8th off and will be doing a lot of programming to catch up and hopefully fix/implement everything that people would like as I dont know how much time later this week/month I will have. Also post on any of my other plugin thread if you would like something added or implemented on there.


    EDIT: If at all possible (Would make my life 100x easier) if you could post the issues/features on the repsective project on my GitHub ( http://github.com/MiracleM4n ) Thanks in advance.
     
  9. Offline

    TinuvaGeogroda

    Wondering, does it allow to be in multiple channels and quickly talk in various channels (eg. /channame msg)? Otherwise I'd like to see such a system included so I/we can talk and monitor in multiple channels.
     
  10. Offline

    Techykid3

    What I want, is for this to hook into mchat, where you CHOOSE where the channel name is, AND an alias.

    Example, config in channels:
    alias: 'G'

    tag to display channel name (the alias), in mchat:
    +ch

    and it would display:

    G Techykid3 In game...
     
  11. Offline

    MiracleM4n

    @Techykid3 Seeing as i unexpectitely have tonight off i will work on a 1.8 release for tonight
     
  12. Offline

    Techykid3

    I'd love to test it for you!
     
  13. Offline

    MiracleM4n

  14. Offline

    Techykid3

    Alright, sounds cool!

    More suggestions:

    A permissions for using colors in chat
    Spout text animations? Example...

    You type: /mfade:in:eek:ut <YOUR TEXT>
    would make the text fade IN, when it would appear, and after the chat display is up (that timer for how long it displays) it would fade out. But, this would be only for spout clients, and it would only display above heads. Might seem hard, but thats not my main priority.

    In addition to that...

    Maybe Citizens support, so it displays their text above their head (if not already?)?

    Thanks! :D Can't wait to try the 1.8 build.
     
  15. Offline

    MiracleM4n

    @Techykid3 I am now home and have the workspace setup. I will be updating in ~1 hour
     
  16. Offline

    Techykid3

    Alright. Sounds cool!
     
  17. Offline

    Donald Scott

    This is going to be great if you add a custom spoutcraft interface to chat. (to change channels)
     
  18. Offline

    11RJB

    The link is to a .zip, not a .jar.
     
  19. Offline

    MiracleM4n

    @11RJB It is not. try another Browser.
     
  20. Offline

    11RJB

    You're right. Internet Explorer being Internet Explorer.

    Works good so far! I like it.
     
  21. Offline

    MiracleM4n

    @11RJB Thanks for the kind words.
     
  22. Offline

    11RJB

    Is there any way to simply have 'no' name for the default global channel? When I try to just mark none of my channels default, it'll default to the first one on the list regardless. I want global users to not even know that they are in a chat channel.
     
  23. Offline

    MiracleM4n

    @11RJB How would you like this implementd?
     
  24. Offline

    11RJB

    Thank you for the quick response!

    I would think that the simplest way would be to leave the groups as they currently are, but have the ability to change a "display name" for each group. Something like this:

    Code:
    mchannel:
        default:
            default: true
            distance: 0
            prefix: '&a'
            suffix: '&a'
            type: Global
            displayname: ''
        members:
            default: false
            distance: 0
            prefix: '&a'
            suffix: '&a'
            type: Private
            displayname: 'Member'
        moderators:
            default: false
            distance: 0
            prefix: '&a'
            suffix: '&a'
            type: Private
            displayname: 'Moderator'
    
    I'm no coder, but that would make the most sense to me, from an end-user standpoint.
     
  25. Offline

    MiracleM4n

    @11RJB I will take a look into this tonight after I get off work.

    @11RJB and Everyone else, I have pushed the latest Commit to my Jenkins if you want to try it please check here: http://dev.d3gn.net:8080/job/mChannel/ (Build #9)

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

    TinuvaGeogroda

    With the latest mChannel-DEV the channel default is 'null' and with the latest stable version you always join 'Chunk' no matter how the default is set.
     
  27. Offline

    kahlilnc

    Um can you set distances on channels ?
     
  28. Offline

    11RJB

    I'm not really sure what I'm supposed to do with this. I don't see a noticable difference from the stable version. When I add a field for "displayname" like I suggested, I always end up joining the "null" channel by default.
     
  29. Offline

    MiracleM4n

    @11RJB I added mChannel support into the latest mChat build. Do not set a displayname field yet as I have not yet done this but I have made a prefix, suffix field you can just use one or the other as the displayname for now (Add +Cname (For Channel Name), +Cprefix (For Channel Prefix), +Csuffix (For Channel Suffix) to mChat's formatting fields. (LATEST MCHAT BUILD ONLY.)

    @11RJB and Everyone else, If you are an OP than your default channel will be that of the first one listed in your config. There is no way around this currently. I will look into adding something to fix this in the future. I am pushing another commit now (Check Jenkins)

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

    maxi1134

    Can u make something like For talk in canal ooc u make /ooc


    /ooc hi
    /ooc How are u

    ?
     
Thread Status:
Not open for further replies.

Share This Page