• 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    Untick the box on the corner.

    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    Quote from Rofii»

    Does anyone have any experience getting this to work with the Curse/Twitch client's directory structure? It splits up %AppData%/Roaming/.minecraft/* into %User%/Documents/Curse/Minecraft/Install and %User%/Documents/Curse/Minecraft/Instances and if you point the installer to /Minecraft/ or /Minecraft/Instances/ModpackName/ it says "Directory is missing launcher file. Please run launcher first" which I have already done.

    If I point it to /Minecraft/Install/ the installer says everything completed successfully and that it added a new launcher profile, but if I look there is no profile there. Is there a way to add liteloader to an existing profile manually?



    The only supported launchers are the default launcher and MultiMC. Some launchers have a button to install liteloader, but the curse launcher doesn't. However, it does support forge. If you're using forge mods or don't mind forge being installed, you can install (extract) liteloader into the mods folder of your instance. Put litemods there as well.

    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader

    It's possible. Is it still down?

    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from XigoYT»

    ", palatino, serif">Does this require a specific java version?


    It requires java 8 or later.
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from Kane_Hart»

    Sadly it does not work with more then mod I'm using the liteloader anyways. I was hanging on load who knows who is at fault but of course the cachetweaker is also important for my large pack. Dammit killjoy why could we not have forge builds. You know more of us for a fact would been using the mod :(


    Cachetweaker is not compatible with mixins, ergo, liteloader. Even if I did use forge builds, tabbychat still uses mixins.
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    Have you tried googling it? Or looking at the flow chart mumfrey put on the Liteloader's forum page?

    Posted in: Minecraft Mods
  • 0

    posted a message on LiteLoader
    Quote from TheGreyWolfLP»

    I'm not talking about the Liteloader. I'm talking about BACR2 for example, or Matmos.


    Quote from Romaq»

    I so miss Matmos. :(


    Matmos is maintained by Sollace.
    https://github.com/Sollace/MAtmos
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat v1.10.00 - SMP Chat Overhaul
    Quote from Kane_Hart»

    This is a bit old but anyone have a Forge version one that does not require liteloader at all? Something easy to include in a modpack for my community. 1.10 is the version I'm seeking.


    You can install liteloader just like any other mod.
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    I think that's caused by optifine and HD fonts. Not sure why it happens.

    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    The filters support regex. Research them and activate the .* button.

    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    This uses Liteloader

    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from CocoCow»

    Hello, Killjoy.


    An issue I have is that whenever I right-click the star to bring up the settings,

    the timestamp color changes from what I had it too. I like my timestamp color to be light purple but

    everytime I open the options, it resets to red or gray, or some random color besides light purple.


    Can you please fix this annoying bug?


    Thank you for your time,

    -Coco


    Got it fixed in mnmutils. You'll just need to update that when I upload to curse
    Posted in: Minecraft Mods
  • 1

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from TrevorPlz»

    While I had to modify this solution quite a lot, and I don't quite to seem understand it finally (figured it out as I was about to ask more questions) understand the parentheses related to $1 now, as it selects the number of the grouping they make. I underestimated the destination portion of the filtering section in returning essentially variable information. Thanks for your help and patience.

    Just a reminder that the destination is a comma separated list. Also, if you use a variable that does not exist, the entire value should be ignored. This allows you to use something like @$1, @$2
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from TrevorPlz»

    Creating a filter to ignore [Donor] will remove anyone with a Donor rank from chat altogether. Hide match hides the entire line, not the word. So I wouldn't even be able to see the message at all, nor in public chat, unless I'm not understanding the filtering system correctly.

    You misunderstand me. You need to create a filter which matches the messages, but doesn't include the rank in the prefix. An example would be something like this.

    ^(?:To|From) \[.+?\] (.+?): .*

    This would match herochat style with a prefix, e.g. To [Member+] killjoy1221: Hello

    (In the newest version) Using the destination of @$1 would send these messages to a channel named "@killjoy1221" with the prefix "/msg killjoy1221"

    Just remember to disable the default message discovery.
    Posted in: Minecraft Mods
  • 0

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from TrevorPlz»

    Did this get a proper answer yet? Several of the servers I play on have donator ranks, and these inherently place themselves in default reply prefixes. Is there no way to systematically remove [Donor] from any default prefix or name when in PM? When you are constantly replying to new people, not being able to automatically have the /msg name appear and instead /msg [Donor] name, and having to backspace the [Donor] part, is quite counter intuitive.


    Create a custom filter which ignores it.
    Posted in: Minecraft Mods
  • To post a comment, please .