Inactive [CHAT] ChannelChat v0.6 beta - Dynamic, LightWeight, Simple Chat Channels [1.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by feildmaster, Sep 20, 2011.

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

    feildmaster

    ChannelChat v0.6 beta
    Dynamic, Light Weight, Simple Chat Channels​

    Features:
    Look at the ProjectPage.

    Tag Examples (open)
    Base format: <name> message
    Channel will be "Global" to keep it simple

    no tag: [Global] <name> message

    tag '[g]': [g] <name> message

    tag 'g': g <name> message

    Using Colors:

    tag '`1g': g <name> message

    tag '`1[g]': [g] <name> message

    tag '[`1g`f]': [g] <name> message

    Using Factions:
    no tag: [faction Global] <name> message

    tag '[g][{FACTION}]': [g][faction tag here] <name> message

    "Secret" World Tag:
    tag: '{world}': [WorldNameHere] <name> message
     
    afistofirony, Zynastor and CubieX like this.
  2. Offline

    XepherLink

    possible to just type /{channelPrefix} {Message} ?

    and also have a option to set it to global, and appear in all channels like /broadcast

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

    rmb938

    Another question. I have it so they join global channel and local channel automatically. Sometimes when a person joins they will automatically start talking in global and not local. Any fix?

    Also can you add Nation Chat to the TownyChannel?
     
  4. Offline

    feildmaster

    No. That's why I made #{channelprefix} message. I hate the command system, and having hundreds of commands, and I'd like to stay out of it as much as possible.

    What?

    Put local as the first channel that loads. If that doesn't work, I'll work on a patch to convert channels to the new configuration...

    I have support for nation chat, just wasn't sure if anyone used it, so I didn't enable it.

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

    Oscarius

    I can't get the TownyChannel module to work with CB #1597 and ChannelChat 0.5b:
    Code:
    2011-12-15 03:49:10 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
    2011-12-15 03:49:10 [SEVERE] Could not load 'plugins/TownyChannel.jar' in folder 'plugins': 
    java.lang.NoClassDefFoundError: com/feildmaster/channelchat/event/channel/ChannelListener
        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:151)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:127)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: com.feildmaster.channelchat.event.channel.ChannelListener
        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)
        ... 11 more
     
  6. Offline

    feildmaster

    In another note, created: http://dev.bukkit.org/server-mods/channel-chat/pages/api/

    Looking for people willing to help me organize this as I can't at this time. (Will be making categories soon)

    Doesn't look like it's loading ChannelChat (or the wrong version).. :confused:

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

    rmb938

    Alright sounds good. Can you enable it please people use it in my server :)
     
  8. Offline

    Oscarius

    ChannelChat is loading correctly and works fine in-game. I tried starting up with only Towny, ChannelChat and TownyChannel enabled and I still get the same error.

    EDIT: +1 for nation channel support.
     
  9. Offline

    feildmaster

    are you sure it's 0.5b? o.o
     
  10. Offline

    Oscarius

    Positive.
     
  11. Offline

    feildmaster

    Very odd, since I wouldn't have been able to make the plugin if 0.5b didn't work. Maybe something got corrupted, though I know it works for most people using towny.
     
  12. Offline

    darkwarriors

    very usefull if u can add that we can modify the position and the style of channel name in chat display. like prefix suffix for permessions, so my players stop to confuse channelchat with factions or with group permissions!
     
  13. Offline

    feildmaster

    Come again?
     
  14. Offline

    rmb938

    Getting this at startup:

    Code:
    2011-12-18 19:04:02 [SEVERE] Could not load 'plugins/TownyChannel.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/feildmaster/channelchat/event/channel/ChannelListener
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        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:151)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:127)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: com.feildmaster.channelchat.event.channel.ChannelListener
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        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:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 11 more
    Everything is up to date and nothing has changed except moving to a new dedicated server. I even redownloaded a few times
     
  15. Offline

    feildmaster

    Could you upload your ChannelChat and TownyChannel .jar's somewhere that I can look at them? I don't know why it's doing that...
     
  16. Offline

    rmb938

    Sure, it seems like TownyChannel is trying to load before ChannelChats <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 12, 2016
  17. Offline

    feildmaster

    @rmb938 : That... might be it.

    add: softdepend: [ChannelChat] to townychannel's plugin.yml
     
  18. Offline

    Tfs Halo

    my friend who owns a server wants this also. let me rephrase it.
    he is asking for the ability to rearrange where the channel name comes in the chat.

    this is what my Server owner friend wants [Channel][Faction][Name]

    he wants the channel to become before the faction is really all he's saying.

    Also i'm not sure if this is a bug or something but the config isn't generating.
    his is not generating and my test server's is not either.

    Thanks.
     
  19. Offline

    feildmaster

    you can do that... >.>

    That's interesting too... I'll add it to my list on things to check
     
  20. Offline

    MatrixJ21

    I can confirm the configuration is not generating, CB #1597.

    Need to be able to customise chat, so do this fairly soon please :)
     
  21. Offline

    feildmaster

    I just checked, generates just fine for me. Will need to know more information.
     
  22. Offline

    MatrixJ21

    Upon generation, produces the attached document. (renamed filetype to txt for uploading purposes)
    Running plugins:

    ChannelChat, ChestShop, Citizens, CbutD, Essentials, EssentialsSpawnFactions, FalseBookBlock, FalseBookCore, iConomy, Lockette, mChatSuite (dev), Permissions (PEX Compatibility Layer), PermissionsEX, Register, WorldEdit and WorldGuard.

    Just tested on vanilla CraftBukkit, still not generating. Could you have a different version to us?

    Running on Ubuntu 32-bit if it matters.

    EDIT: Also noticed that when using the FactionChannel plugin, that upon joining the channel and leaving all other channels, you are presented with '[{FACTION}] MatrixJ21 has joined]' instead of the faction name meaning that the variable isn't recognised there. Just to let you know. Also, is FChannel for all factions or just your own?

    Thanks :)
     

    Attached Files:

  23. Offline

    rmb938

    any eta on adding nation chat?
     
  24. Offline

    feildmaster

    I don't see you using Factions. EssentialsSpawnFactions is not Factions. It's also for just your own.

    Also config.yml doesn't have anything but one option.. if it's not showing the option I'm not sure.
     
  25. Offline

    Celinho234

    Looks nice!
     
  26. Offline

    MatrixJ21

    Sorry, that should be EssentialsSpawn, Factions
     
  27. Offline

    feildmaster

    Actually, I remember this bug now. It's a bug I never got around to fixing due to lack of control with the tag. I'll think of something to fix it. For now I'll add a caveat.
     
  28. Offline

    Thyrin

    What's happening with the coloured chat module?
     
  29. Offline

    feildmaster

    Umm... I'm not sure. I have a beta somewhere on my computer. My computers a mess at the moment.
     
  30. Offline

    Carve

    Alias's are not working for me, i.e. /l , /g, and /w are all there not working.

    Thanks
     
  31. Offline

    feildmaster

    Channels?

    #l, #g, #w
     
Thread Status:
Not open for further replies.

Share This Page